-- phpMyAdmin SQL Dump
-- version 4.7.7
-- https://www.phpmyadmin.net/
--
-- Servidor: localhost:3306
-- Tiempo de generación: 02-08-2018 a las 17:00:25
-- Versión del servidor: 5.6.39
-- Versión de PHP: 5.6.30

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


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

--
-- Base de datos: `uens_idams`
--

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

--
-- Estructura de tabla para la tabla `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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Estructura de tabla para la tabla `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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `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
(3, 160, 'www.themusicverse.com', 'alakseyl9y6zhu@mail.ru', 'http://www.themusicverse.com/members/acevedoellegaard0/activity/2684507/', '146.247.25.49', '2017-06-12 08:16:53', '2017-06-12 08:16:53', 'Hallo!\n\nIch frage mich zurzeit, welches Abnehm-Produkt für mich in Frage kommt.\nAlles, was ich bislang probiert habe, war total \nnutzlos. Auf was soll man da am Besten achten? Produkte, \ndie zwar jede Menge versprechen, am Schluss jedoch null dabei herauskommt,\ninteressieren mich kein bisschen. Es kann doch auf keinen Fall \nsein, dass es Millionen von Zaubermitteln auf dem Markt \ngibt, aber kein einziges, das wirklich hilft.\n\n\nFür Unterstützung wäre ich sehr dankbar\n\nViele Grüße\nThomas http://www.themusicverse.com/members/acevedoellegaard0/activity/2684507/', 0, 'post-trashed', '', '', 0, 0),
(4, 68, 'Atxysprils', 'zjvzgTinoRilitithbot@maxbetspinz.co', 'https://onlinecasino.gb.net/#', '46.161.9.9', '2018-04-16 21:16:04', '2018-04-16 21:16:04', 'https://onlinecasino.gb.net/# - online casino slots \n<a href=\"https://onlinecasino.gb.net/#\" rel=\"nofollow\">online casino slots</a> \n<a href=\"https://onlinecasino.gb.net/#\" rel=\"nofollow\">online casino</a>', 0, 'post-trashed', '', '', 0, 0),
(5, 68, 'Avqchprils', 'jefbpTinoRilitithbot@maxbetspinz.co', 'https://onlinecasino.gb.net/#', '151.106.27.138', '2018-04-18 20:14:05', '2018-04-18 20:14:05', 'https://onlinecasino.gb.net/# - online casinos real money usa \n<a href=\"https://onlinecasino.gb.net/#\" rel=\"nofollow\">casino slots</a> \n<a href=\"https://onlinecasino.gb.net/#\" rel=\"nofollow\">online casino games</a>', 0, 'post-trashed', '', '', 0, 0),
(6, 68, 'Atqqcprils', 'zaxoeTinoRilitithbot@maxbetspinz.co', 'https://onlinecasino.gb.net/#', '151.106.27.138', '2018-04-21 11:36:18', '2018-04-21 11:36:18', 'https://onlinecasino.gb.net/# - online casino real money free \n<a href=\"https://onlinecasino.gb.net/#\" rel=\"nofollow\">online casino games free</a> \n<a href=\"https://onlinecasino.gb.net/#\" rel=\"nofollow\">party casino online</a>', 0, 'post-trashed', '', '', 0, 0);

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

--
-- Estructura de tabla para la tabla `wp_links`
--

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

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

--
-- Estructura de tabla para la tabla `wp_newsletter`
--

CREATE TABLE `wp_newsletter` (
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `token` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `status` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'S',
  `id` int(11) NOT NULL,
  `profile` mediumtext COLLATE utf8mb4_unicode_ci,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated` int(11) NOT NULL DEFAULT '0',
  `last_activity` int(11) NOT NULL DEFAULT '0',
  `followup_step` tinyint(4) NOT NULL DEFAULT '0',
  `followup_time` bigint(20) NOT NULL DEFAULT '0',
  `followup` tinyint(4) NOT NULL DEFAULT '0',
  `surname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sex` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'n',
  `feed_time` bigint(20) NOT NULL DEFAULT '0',
  `feed` tinyint(4) NOT NULL DEFAULT '0',
  `referrer` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `wp_user_id` int(11) NOT NULL DEFAULT '0',
  `http_referer` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `region` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `bounce_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `bounce_time` int(11) NOT NULL DEFAULT '0',
  `unsub_email_id` int(11) NOT NULL DEFAULT '0',
  `unsub_time` int(11) NOT NULL DEFAULT '0',
  `list_1` tinyint(4) NOT NULL DEFAULT '0',
  `list_2` tinyint(4) NOT NULL DEFAULT '0',
  `list_3` tinyint(4) NOT NULL DEFAULT '0',
  `list_4` tinyint(4) NOT NULL DEFAULT '0',
  `list_5` tinyint(4) NOT NULL DEFAULT '0',
  `list_6` tinyint(4) NOT NULL DEFAULT '0',
  `list_7` tinyint(4) NOT NULL DEFAULT '0',
  `list_8` tinyint(4) NOT NULL DEFAULT '0',
  `list_9` tinyint(4) NOT NULL DEFAULT '0',
  `list_10` tinyint(4) NOT NULL DEFAULT '0',
  `list_11` tinyint(4) NOT NULL DEFAULT '0',
  `list_12` tinyint(4) NOT NULL DEFAULT '0',
  `list_13` tinyint(4) NOT NULL DEFAULT '0',
  `list_14` tinyint(4) NOT NULL DEFAULT '0',
  `list_15` tinyint(4) NOT NULL DEFAULT '0',
  `list_16` tinyint(4) NOT NULL DEFAULT '0',
  `list_17` tinyint(4) NOT NULL DEFAULT '0',
  `list_18` tinyint(4) NOT NULL DEFAULT '0',
  `list_19` tinyint(4) NOT NULL DEFAULT '0',
  `list_20` tinyint(4) NOT NULL DEFAULT '0',
  `list_21` tinyint(4) NOT NULL DEFAULT '0',
  `list_22` tinyint(4) NOT NULL DEFAULT '0',
  `list_23` tinyint(4) NOT NULL DEFAULT '0',
  `list_24` tinyint(4) NOT NULL DEFAULT '0',
  `list_25` tinyint(4) NOT NULL DEFAULT '0',
  `list_26` tinyint(4) NOT NULL DEFAULT '0',
  `list_27` tinyint(4) NOT NULL DEFAULT '0',
  `list_28` tinyint(4) NOT NULL DEFAULT '0',
  `list_29` tinyint(4) NOT NULL DEFAULT '0',
  `list_30` tinyint(4) NOT NULL DEFAULT '0',
  `list_31` tinyint(4) NOT NULL DEFAULT '0',
  `list_32` tinyint(4) NOT NULL DEFAULT '0',
  `list_33` tinyint(4) NOT NULL DEFAULT '0',
  `list_34` tinyint(4) NOT NULL DEFAULT '0',
  `list_35` tinyint(4) NOT NULL DEFAULT '0',
  `list_36` tinyint(4) NOT NULL DEFAULT '0',
  `list_37` tinyint(4) NOT NULL DEFAULT '0',
  `list_38` tinyint(4) NOT NULL DEFAULT '0',
  `list_39` tinyint(4) NOT NULL DEFAULT '0',
  `list_40` tinyint(4) NOT NULL DEFAULT '0',
  `profile_1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_4` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_5` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_6` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_7` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_8` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_9` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_10` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_11` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_12` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_13` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_14` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_15` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_16` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_17` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_18` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_19` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_20` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `test` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wp_newsletter`
--

INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('zxc', 'zxc@gmail.com', '36f037dab8', '', 'C', 1, NULL, '2018-07-16 13:15:24', 1531754124, 0, 0, 0, 0, 'zx', 'n', 0, 0, 'widget', '190.131.100.91', 0, 'http://ensabs.eu/idams/index.php/blog/', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0),
('nametest', 'test@test.com', '08f24e4686', '', 'C', 2, NULL, '2018-07-18 14:40:10', 1531932010, 0, 0, 0, 0, 'lastnametest', 'n', 0, 0, '', '200.126.7.174', 0, 'http://ensabs.eu/idams/index.php/blog/', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'testfb', 'testTw', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0),
('Carlos', 'carlos.leon.lucas@gmail.com', 'f05c20ff7c', '', 'C', 3, NULL, '2018-07-18 14:41:33', 1531932093, 0, 0, 0, 0, 'Leon', 'n', 0, 0, '', '200.126.7.174', 0, 'http://ensabs.eu/idams/index.php/newsletter/?nm=confirmed&nk=2-08f24e4686', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'cleon', 'cleon', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0);

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

--
-- Estructura de tabla para la tabla `wp_newsletter_emails`
--

CREATE TABLE `wp_newsletter_emails` (
  `id` int(11) NOT NULL,
  `language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` longtext COLLATE utf8mb4_unicode_ci,
  `subject2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message2` longtext COLLATE utf8mb4_unicode_ci,
  `name2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` enum('new','sending','sent','paused') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'new',
  `total` int(11) NOT NULL DEFAULT '0',
  `last_id` int(11) NOT NULL DEFAULT '0',
  `sent` int(11) NOT NULL DEFAULT '0',
  `track` int(11) NOT NULL DEFAULT '0',
  `list` int(11) NOT NULL DEFAULT '0',
  `type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `query` longtext COLLATE utf8mb4_unicode_ci,
  `editor` tinyint(4) NOT NULL DEFAULT '0',
  `sex` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `theme` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message_text` longtext COLLATE utf8mb4_unicode_ci,
  `preferences` longtext COLLATE utf8mb4_unicode_ci,
  `send_on` int(11) NOT NULL DEFAULT '0',
  `token` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `options` longtext COLLATE utf8mb4_unicode_ci,
  `private` tinyint(1) NOT NULL DEFAULT '0',
  `click_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `version` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `open_count` int(10) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wp_newsletter_emails`
--

INSERT INTO `wp_newsletter_emails` (`id`, `language`, `subject`, `message`, `subject2`, `message2`, `name2`, `created`, `status`, `total`, `last_id`, `sent`, `track`, `list`, `type`, `query`, `editor`, `sex`, `theme`, `message_text`, `preferences`, `send_on`, `token`, `options`, `private`, `click_count`, `version`, `open_count`) VALUES
(1, '', '', '<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<title>Newsletter</title>\r\n<meta charset=\"utf-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n<style type=\"text/css\">/* CLIENT-SPECIFIC STYLES */\r\n#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\r\n.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\r\n.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\r\nbody, table, td, a{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\r\ntable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\r\nimg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\r\n\r\n/* RESET STYLES */\r\nbody{margin:0; padding:0; height:100% !important; margin:0; padding:0; width:100% !important;}\r\nimg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\r\ntable{border-collapse:collapse !important;}\r\n\r\n\r\n/* MOBILE STYLES */\r\n@media screen and (max-width: 525px) {\r\n\r\n    /* ALLOWS FOR FLUID TABLES */\r\n    table[class=\"wrapper\"]{\r\n        width:100% !important;\r\n    }\r\n\r\n    /* ADJUSTS LAYOUT OF LOGO IMAGE */\r\n    td[class=\"logo\"]{\r\n        text-align: left;\r\n        padding: 20px 0 20px 0 !important;\r\n    }\r\n\r\n    td[class=\"logo\"] img{\r\n        margin:0 auto!important;\r\n    }\r\n\r\n    /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */\r\n    td[class=\"mobile-hide\"]{\r\n        display:none;}\r\n\r\n    img[class=\"mobile-hide\"]{\r\n        display: none !important;\r\n    }\r\n\r\n    img[class=\"img-max\"]{\r\n        max-width: 100% !important;\r\n        width: 100% !important;\r\n        height:auto !important;\r\n    }\r\n\r\n    /* FULL-WIDTH TABLES */\r\n    table[class=\"responsive-table\"]{\r\n        width:100%!important;\r\n    }\r\n\r\n    /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */\r\n    td[class=\"padding\"]{\r\n        padding: 10px 5% 15px 5% !important;\r\n    }\r\n\r\n    td[class=\"padding-copy\"]{\r\n        padding: 10px 5% 10px 5% !important;\r\n        text-align: center;\r\n    }\r\n\r\n    td[class=\"padding-meta\"]{\r\n        padding: 30px 5% 0px 5% !important;\r\n        text-align: center;\r\n    }\r\n\r\n    td[class=\"no-pad\"]{\r\n        padding: 0 0 20px 0 !important;\r\n    }\r\n\r\n    td[class=\"no-padding\"]{\r\n        padding: 0 !important;\r\n    }\r\n\r\n    td[class=\"section-padding\"]{\r\n        padding: 50px 15px 50px 15px !important;\r\n    }\r\n\r\n    td[class=\"section-padding-bottom-image\"]{\r\n        padding: 50px 15px 0 15px !important;\r\n    }\r\n\r\n    /* ADJUST BUTTONS ON MOBILE */\r\n    td[class=\"mobile-wrapper\"]{\r\n        padding: 10px 5% 15px 5% !important;\r\n    }\r\n\r\n    table[class=\"mobile-button-container\"]{\r\n        margin:0 auto;\r\n        width:100% !important;\r\n    }\r\n\r\n    a[class=\"mobile-button\"]{\r\n        width:80% !important;\r\n        padding: 15px !important;\r\n        border: 0 !important;\r\n        font-size: 16px !important;\r\n    }\r\n\r\n}</style></head>\r\n<body style=\"margin: 0; padding: 0;\">\r\n\r\n\r\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"preheader\"><tbody><tr><td data-options=\"options[view]=View+online&amp;options[text]=Few+words+summary&amp;options[block_background]=%23ffffff&amp;options[font_family]=Helvetica%2C+Arial%2C+sans-serif&amp;options[font_size]=13&amp;options[color]=%23999999&amp;\" align=\"center\" style=\"padding: 0; font-family: Helvetica, Arial, sans-serif;\" class=\"edit-block\"><!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"text-align: center;\" bgcolor=\"#ffffff\" width=\"100%\">\r\n<table width=\"100%\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\">\r\n    <tbody><tr>\r\n        <td class=\"preheader-link\" style=\"padding: 20px; text-align: center; font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #999999;\" width=\"50%\" valign=\"top\" align=\"center\">\r\n            Few words summary        </td>\r\n        <td class=\"preheader-link\" style=\"padding: 20px; text-align: center; font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #999999;\" width=\"50%\" valign=\"top\" align=\"center\">\r\n            <a href=\"{email_url}\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration: none; font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #999999\">View online</a>\r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"header-01-header.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"#333333\" width=\"100%\">\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding: 0px 15px 0px 15px;\">\r\n            \r\n                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\" class=\"wrapper\">\r\n                    <!-- LOGO/PREHEADER TEXT -->\r\n                    <tbody><tr>\r\n                        <td style=\"padding: 20px 0px 30px 0px;\" class=\"logo\">\r\n                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n                                <tbody><tr>\r\n                                    <td width=\"100\" align=\"left\" class=\"tnpc-row-edit\" data-type=\"image\">\r\n                                        <a href=\"#\" target=\"_blank\">\r\n                                            <img alt=\"ID@MS\" src=\"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams.png\" style=\"display: block; width: 180px;\" border=\"0\">\r\n                                        </a>\r\n                                    </td>\r\n                                    <td width=\"400\" align=\"right\" class=\"mobile-hide\">\r\n                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n                                            <tbody><tr>\r\n                                                <td align=\"right\" style=\"padding: 0 0 5px 0; font-size: 14px; font-family: Arial, sans-serif; color: #666666; text-decoration: none;\" class=\"tnpc-row-edit\" data-type=\"text\">\r\n                                                    <span style=\"color: #666666; text-decoration: none;\">IMPORTER DEALER MANAGEMENT SOLUTION</span>\r\n                                                </td>\r\n                                            </tr>\r\n                                        </tbody></table>\r\n                                    </td>\r\n                                </tr>\r\n                            </tbody></table>\r\n                        </td>\r\n                    </tr>\r\n                </tbody></table>\r\n           \r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"content-01-hero.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"\" width=\"100%\">\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\" class=\"responsive-table\" align=\"center\">\r\n    <tbody><tr>\r\n        <td>\r\n            <!-- HERO IMAGE -->\r\n            <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                <tbody><tr>\r\n                    <td class=\"padding-copy tnpc-row-edit\" data-type=\"image\">\r\n                        <a href=\"#\" target=\"_blank\">\r\n                            <img src=\"https://unsplash.it/500/300?image=885\" width=\"500\" border=\"0\" alt=\"Insert alt text here\" style=\"max-width: 100%!important; width: 500px!important; height: auto!important; display: block;\" class=\"img-max\">\r\n                        </a>\r\n                    </td>\r\n                </tr>\r\n                <tr>\r\n                    <td>\r\n                        <!-- COPY -->\r\n                        <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                            <tbody><tr>\r\n                                <td align=\"center\" style=\"font-size: 25px; color: #333333; padding-top: 30px; font-family: Helvetica, arial, sans-serif; \" class=\"padding-copy tnpc-row-edit\" data-type=\"title\">An Awesome Title</td>\r\n                            </tr>\r\n                            <tr>\r\n                                <td align=\"center\" style=\"padding: 20px 0 0 0; font-size: 16px; line-height: 25px; color: #666666; font-family: Helvetica, arial, sans-serif; \" class=\"padding-copy tnpc-row-edit\" data-type=\"text\">The judge, by the way, was the King; and as he wore his crown over the wig, (look at the frontispiece if you want to see how he did it,) he did not look at all comfortable, and it was certainly not becoming.</td>\r\n                            </tr>\r\n                        </tbody></table>\r\n                    </td>\r\n                </tr>\r\n                <tr>\r\n                    <td align=\"center\">\r\n                        <!-- BULLETPROOF BUTTON -->\r\n                        <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"mobile-button-container\">\r\n                            <tbody><tr>\r\n                                <td align=\"center\" style=\"padding: 25px 0 0 0;\" class=\"padding-copy\">\r\n                                    <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"responsive-table\">\r\n                                        <tbody><tr>\r\n                                            <td align=\"center\">\r\n                                                <a href=\"#\" target=\"_blank\" style=\"font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #256F9C; border-top: 15px solid #256F9C; border-bottom: 15px solid #256F9C; border-left: 25px solid #256F9C; border-right: 25px solid #256F9C; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; display: inline-block;\" class=\"mobile-button tnpc-row-edit\" data-type=\"button\">Learn More →</a></td>\r\n                                        </tr>\r\n                                    </tbody></table>\r\n                                </td>\r\n                            </tr>\r\n                        </tbody></table>\r\n                    </td>\r\n                </tr>\r\n            </tbody></table>\r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"footer-02-canspam.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"\" width=\"100%\">\r\n<table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"responsive-table\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding: 20px 15px 20px 15px; font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;\">\r\n            <div class=\"tnpc-row-edit\" data-type=\"text\" style=\"color:#666666;\">\r\n                Your Company                <br>\r\n                Company Address, Phone Number                <br>\r\n                <em>Copyright or Legal text</em>\r\n            </div>\r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"footer-01-footer.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"\" width=\"100%\">\r\n<!-- FOOTER -->\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding: 20px 0px;\">\r\n\r\n            <table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"responsive-table\">\r\n                <tbody><tr>\r\n                    <td align=\"center\" style=\"font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;\">\r\n\r\n                        <a class=\"original-only tnpc-row-edit\" data-type=\"link\" style=\"color: #666666; text-decoration: none;\" href=\"{profile_url}\">Change your subscription</a>\r\n\r\n                        <span class=\"original-only\" style=\"font-family: Arial, sans-serif; font-size: 12px; color: #444444;\">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>\r\n\r\n                        <a style=\"color: #666666; text-decoration: none;\" href=\"{email_url}\" class=\"tnpc-row-edit\" data-type=\"link\">View online</a>\r\n  \r\n                    </td>\r\n                </tr>\r\n            </tbody></table>\r\n            \r\n        </td>\r\n    </tr>\r\n</tbody></table>\r\n<!-- /FOOTER --></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n\r\n        \r\n</body>\r\n</html>', '', NULL, '', '2018-07-09 11:58:11', 'new', 0, 0, 0, 1, 0, 'message', 'select * from wp_newsletter where status=\'C\'', 0, '', '', 'This email requires a modern e-mail reader but you can view the email online here:\n{email_url}.\n\nThank you, ID@MS\n\nTo change your subscription follow: {profile_url}.', NULL, 1531144691, 'c7ac12e2da', 'a:1:{s:8:\"composer\";b:1;}', 0, 0, '', 0),
(2, '', '', '<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<title>Newsletter</title>\r\n<meta charset=\"utf-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n<style type=\"text/css\">/* CLIENT-SPECIFIC STYLES */\r\n#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\r\n.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\r\n.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\r\nbody, table, td, a{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\r\ntable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\r\nimg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\r\n\r\n/* RESET STYLES */\r\nbody{margin:0; padding:0; height:100% !important; margin:0; padding:0; width:100% !important;}\r\nimg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\r\ntable{border-collapse:collapse !important;}\r\n\r\n\r\n/* MOBILE STYLES */\r\n@media screen and (max-width: 525px) {\r\n\r\n    /* ALLOWS FOR FLUID TABLES */\r\n    table[class=\"wrapper\"]{\r\n        width:100% !important;\r\n    }\r\n\r\n    /* ADJUSTS LAYOUT OF LOGO IMAGE */\r\n    td[class=\"logo\"]{\r\n        text-align: left;\r\n        padding: 20px 0 20px 0 !important;\r\n    }\r\n\r\n    td[class=\"logo\"] img{\r\n        margin:0 auto!important;\r\n    }\r\n\r\n    /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */\r\n    td[class=\"mobile-hide\"]{\r\n        display:none;}\r\n\r\n    img[class=\"mobile-hide\"]{\r\n        display: none !important;\r\n    }\r\n\r\n    img[class=\"img-max\"]{\r\n        max-width: 100% !important;\r\n        width: 100% !important;\r\n        height:auto !important;\r\n    }\r\n\r\n    /* FULL-WIDTH TABLES */\r\n    table[class=\"responsive-table\"]{\r\n        width:100%!important;\r\n    }\r\n\r\n    /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */\r\n    td[class=\"padding\"]{\r\n        padding: 10px 5% 15px 5% !important;\r\n    }\r\n\r\n    td[class=\"padding-copy\"]{\r\n        padding: 10px 5% 10px 5% !important;\r\n        text-align: center;\r\n    }\r\n\r\n    td[class=\"padding-meta\"]{\r\n        padding: 30px 5% 0px 5% !important;\r\n        text-align: center;\r\n    }\r\n\r\n    td[class=\"no-pad\"]{\r\n        padding: 0 0 20px 0 !important;\r\n    }\r\n\r\n    td[class=\"no-padding\"]{\r\n        padding: 0 !important;\r\n    }\r\n\r\n    td[class=\"section-padding\"]{\r\n        padding: 50px 15px 50px 15px !important;\r\n    }\r\n\r\n    td[class=\"section-padding-bottom-image\"]{\r\n        padding: 50px 15px 0 15px !important;\r\n    }\r\n\r\n    /* ADJUST BUTTONS ON MOBILE */\r\n    td[class=\"mobile-wrapper\"]{\r\n        padding: 10px 5% 15px 5% !important;\r\n    }\r\n\r\n    table[class=\"mobile-button-container\"]{\r\n        margin:0 auto;\r\n        width:100% !important;\r\n    }\r\n\r\n    a[class=\"mobile-button\"]{\r\n        width:80% !important;\r\n        padding: 15px !important;\r\n        border: 0 !important;\r\n        font-size: 16px !important;\r\n    }\r\n\r\n}</style></head>\r\n<body style=\"margin: 0; padding: 0;\">\r\n\r\n\r\n            \r\n\r\n\r\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"preheader\"><tbody><tr><td data-options=\"options[view]=View+online&amp;options[text]=Few+words+summary&amp;options[block_background]=%23ffffff&amp;options[font_family]=Helvetica%2C+Arial%2C+sans-serif&amp;options[font_size]=13&amp;options[color]=%23999999&amp;\" align=\"center\" style=\"padding: 0; font-family: Helvetica, Arial, sans-serif;\" class=\"edit-block\"><!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"text-align: center;\" bgcolor=\"#ffffff\" width=\"100%\">\r\n<table width=\"100%\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\">\r\n    <tbody><tr>\r\n        <td class=\"preheader-link\" style=\"padding: 20px; text-align: center; font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #999999;\" width=\"50%\" valign=\"top\" align=\"center\">\r\n            Few words summary        </td>\r\n        <td class=\"preheader-link\" style=\"padding: 20px; text-align: center; font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #999999;\" width=\"50%\" valign=\"top\" align=\"center\">\r\n            <a href=\"{email_url}\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration: none; font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #999999\">View online</a>\r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"header-01-header.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"#333333\" width=\"100%\">\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding: 0px 15px 0px 15px;\">\r\n            \r\n                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\" class=\"wrapper\">\r\n                    <!-- LOGO/PREHEADER TEXT -->\r\n                    <tbody><tr>\r\n                        <td style=\"padding: 20px 0px 30px 0px;\" class=\"logo\">\r\n                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n                                <tbody><tr>\r\n                                    <td width=\"100\" align=\"left\" class=\"tnpc-row-edit\" data-type=\"image\">\r\n                                        <a href=\"#\" target=\"_blank\">\r\n                                            <img alt=\"ID@MS\" src=\"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams.png\" style=\"display: block; width: 180px;\" border=\"0\">\r\n                                        </a>\r\n                                    </td>\r\n                                    <td width=\"400\" align=\"right\" class=\"mobile-hide\">\r\n                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n                                            <tbody><tr>\r\n                                                <td align=\"right\" style=\"padding: 0 0 5px 0; font-size: 14px; font-family: Arial, sans-serif; color: #666666; text-decoration: none;\" class=\"tnpc-row-edit\" data-type=\"text\">\r\n                                                    <span style=\"color: #666666; text-decoration: none;\">IMPORTER DEALER MANAGEMENT SOLUTION</span>\r\n                                                </td>\r\n                                            </tr>\r\n                                        </tbody></table>\r\n                                    </td>\r\n                                </tr>\r\n                            </tbody></table>\r\n                        </td>\r\n                    </tr>\r\n                </tbody></table>\r\n           \r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"content-01-hero.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"\" width=\"100%\">\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\" class=\"responsive-table\" align=\"center\">\r\n    <tbody><tr>\r\n        <td>\r\n            <!-- HERO IMAGE -->\r\n            <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                <tbody><tr>\r\n                    <td class=\"padding-copy tnpc-row-edit\" data-type=\"image\">\r\n                        <a href=\"#\" target=\"_blank\">\r\n                            <img src=\"https://unsplash.it/500/300?image=885\" width=\"500\" border=\"0\" alt=\"Insert alt text here\" style=\"max-width: 100%!important; width: 500px!important; height: auto!important; display: block;\" class=\"img-max\">\r\n                        </a>\r\n                    </td>\r\n                </tr>\r\n                <tr>\r\n                    <td>\r\n                        <!-- COPY -->\r\n                        <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                            <tbody><tr>\r\n                                <td align=\"center\" style=\"font-size: 25px; color: #333333; padding-top: 30px; font-family: Helvetica, arial, sans-serif; \" class=\"padding-copy tnpc-row-edit\" data-type=\"title\">An Awesome Title</td>\r\n                            </tr>\r\n                            <tr>\r\n                                <td align=\"center\" style=\"padding: 20px 0 0 0; font-size: 16px; line-height: 25px; color: #666666; font-family: Helvetica, arial, sans-serif; \" class=\"padding-copy tnpc-row-edit\" data-type=\"text\">The judge, by the way, was the King; and as he wore his crown over the wig, (look at the frontispiece if you want to see how he did it,) he did not look at all comfortable, and it was certainly not becoming.</td>\r\n                            </tr>\r\n                        </tbody></table>\r\n                    </td>\r\n                </tr>\r\n                <tr>\r\n                    <td align=\"center\">\r\n                        <!-- BULLETPROOF BUTTON -->\r\n                        <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"mobile-button-container\">\r\n                            <tbody><tr>\r\n                                <td align=\"center\" style=\"padding: 25px 0 0 0;\" class=\"padding-copy\">\r\n                                    <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"responsive-table\">\r\n                                        <tbody><tr>\r\n                                            <td align=\"center\">\r\n                                                <a href=\"#\" target=\"_blank\" style=\"font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #256F9C; border-top: 15px solid #256F9C; border-bottom: 15px solid #256F9C; border-left: 25px solid #256F9C; border-right: 25px solid #256F9C; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; display: inline-block;\" class=\"mobile-button tnpc-row-edit\" data-type=\"button\">Learn More →</a></td>\r\n                                        </tr>\r\n                                    </tbody></table>\r\n                                </td>\r\n                            </tr>\r\n                        </tbody></table>\r\n                    </td>\r\n                </tr>\r\n            </tbody></table>\r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"footer-02-canspam.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"\" width=\"100%\">\r\n<table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"responsive-table\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding: 20px 15px 20px 15px; font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;\">\r\n            <div class=\"tnpc-row-edit\" data-type=\"text\" style=\"color:#666666;\">\r\n                Your Company                <br>\r\n                Company Address, Phone Number                <br>\r\n                <em>Copyright or Legal text</em>\r\n            </div>\r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"footer-01-footer.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"\" width=\"100%\">\r\n<!-- FOOTER -->\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding: 20px 0px;\">\r\n\r\n            <table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"responsive-table\">\r\n                <tbody><tr>\r\n                    <td align=\"center\" style=\"font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;\">\r\n\r\n                        <a class=\"original-only tnpc-row-edit\" data-type=\"link\" style=\"color: #666666; text-decoration: none;\" href=\"{profile_url}\">Change your subscription</a>\r\n\r\n                        <span class=\"original-only\" style=\"font-family: Arial, sans-serif; font-size: 12px; color: #444444;\">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>\r\n\r\n                        <a style=\"color: #666666; text-decoration: none;\" href=\"{email_url}\" class=\"tnpc-row-edit\" data-type=\"link\">View online</a>\r\n  \r\n                    </td>\r\n                </tr>\r\n            </tbody></table>\r\n            \r\n        </td>\r\n    </tr>\r\n</tbody></table>\r\n<!-- /FOOTER --></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n\r\n        \r\n\r\n        \r\n</body>\r\n</html>', '', NULL, '', '2018-07-09 11:58:18', 'new', 0, 0, 0, 1, 0, 'message', 'select * from wp_newsletter where status=\'C\'', 0, '', '', 'This email requires a modern e-mail reader but you can view the email online here:\r\n{email_url}.\r\n\r\nThank you, ID@MS\r\n\r\nTo change your subscription follow: {profile_url}.', NULL, 1531141200, 'ec2e8168f3', 'a:4:{s:8:\"composer\";b:1;s:14:\"lists_operator\";s:2:\"or\";s:6:\"status\";s:1:\"C\";s:8:\"wp_users\";s:1:\"0\";}', 0, 0, '', 0),
(3, '', 'Here the email subject', '<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<title>Your email title</title>\r\n</head>\r\n<body>\r\n</body>\r\n</html>', '', NULL, '', '2018-07-18 15:37:11', 'new', 3, 0, 0, 1, 0, 'message', 'select * from wp_newsletter where status=\'C\'', 1, '', '', '', NULL, 1531933200, 'c553c3379c', 'a:3:{s:14:\"lists_operator\";s:2:\"or\";s:6:\"status\";s:1:\"C\";s:8:\"wp_users\";s:1:\"0\";}', 0, 0, '', 0);

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

--
-- Estructura de tabla para la tabla `wp_newsletter_sent`
--

CREATE TABLE `wp_newsletter_sent` (
  `email_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `status` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `open` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `time` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `error` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Estructura de tabla para la tabla `wp_newsletter_stats`
--

CREATE TABLE `wp_newsletter_stats` (
  `id` int(11) NOT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `email_id` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `link_id` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Estructura de tabla para la tabla `wp_newsletter_user_logs`
--

CREATE TABLE `wp_newsletter_user_logs` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `source` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `data` longtext COLLATE utf8mb4_unicode_ci,
  `created` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wp_newsletter_user_logs`
--

INSERT INTO `wp_newsletter_user_logs` (`id`, `user_id`, `ip`, `source`, `data`, `created`) VALUES
(1, 1, '190.131.100.91', 'subscribe', '{\"status\":\"C\"}', 1531754124),
(2, 2, '200.126.7.174', 'subscribe', '{\"status\":\"C\"}', 1531932010),
(3, 3, '200.126.7.174', 'subscribe', '{\"status\":\"C\"}', 1531932093);

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

--
-- Estructura de tabla para la tabla `wp_options`
--

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

--
-- Volcado de datos para la tabla `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://ensabs.eu/idams', 'yes'),
(2, 'home', 'http://ensabs.eu/idams', 'yes'),
(3, 'blogname', 'id@ms', 'yes'),
(4, 'blogdescription', 'IMPORTER DEALER MANAGEMENT SOLUTION', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin.web@ensabs.eu', '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', 'closed', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '4', 'yes'),
(23, 'date_format', 'jS F Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'jS F Y g:i a', 'yes'),
(26, 'comment_moderation', '', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:140:{s:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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: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:55:\"portfolio/tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:50:\"portfolio/tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:31:\"portfolio/tags/([^/]+)/embed/?$\";s:47:\"index.php?portfolio_tags=$matches[1]&embed=true\";s:43:\"portfolio/tags/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio_tags=$matches[1]&paged=$matches[2]\";s:25:\"portfolio/tags/([^/]+)/?$\";s:36:\"index.php?portfolio_tags=$matches[1]\";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:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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=4&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:65:\"/home/uens/public_html/idams/wp-content/themes/xtra/functions.php\";i:2;s:61:\"/home/uens/public_html/idams/wp-content/themes/xtra/style.css\";i:3;s:72:\"/home/uens/public_html/idams/wp-content/themes/twentyseventeen/style.css\";i:4;s:62:\"/home/uens/public_html/idams/wp-content/themes/xtra/readme.txt\";i:5;s:67:\"/home/uens/public_html/idams/wp-content/themes/xtra/wpml-config.xml\";}', 'no'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '80', 'yes'),
(59, 'thumbnail_size_h', '80', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:3:{i:1;a:0:{}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:448:\"<img class=\"alignnone size-full wp-image-837\" src=\"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams-2.png\" alt=\"\" width=\"250\" height=\"100\" />\r\n<p style=\"text-align:justify\">\r\nid@ms is an innovative dealer management system designed meticulously to boost your automotive retail and wholesale business performance and to seamlessly integrate all of the department areas, centralizing the information and optimizing your business resources.</p>\";s:6:\"filter\";s:2:\"on\";s:6:\"visual\";s:2:\"on\";s:16:\"center_on_mobile\";i:1;s:14:\"hide_on_tablet\";i:0;s:14:\"hide_on_mobile\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:6:{s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:20:\"sfsi_Unistall_plugin\";s:31:\"cache-enabler/cache-enabler.php\";a:2:{i:0;s:13:\"Cache_Enabler\";i:1;s:12:\"on_uninstall\";}s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:39:\"https-redirection/https-redirection.php\";s:26:\"httpsrdrctn_delete_options\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:2:{i:0;s:15:\"GADWP_Uninstall\";i:1;s:9:\"uninstall\";}}', 'no'),
(82, 'timezone_string', 'Europe/Madrid', 'yes'),
(83, 'page_for_posts', '58', 'yes'),
(84, 'page_on_front', '4', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '944', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'initial_db_version', '38590', 'yes'),
(93, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:71:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:0;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:0;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";s:3:\"add\";s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:0;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:14:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";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'),
(94, 'fresh_site', '0', 'yes'),
(95, 'widget_search', 'a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_tag_cloud', 'a:2:{i:1;a:5:{s:5:\"title\";s:10:\"Tags Cloud\";s:8:\"taxonomy\";s:8:\"post_tag\";s:9:\"is_sticky\";i:0;s:14:\"hide_on_tablet\";i:0;s:14:\"hide_on_mobile\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_custom_html', 'a:2:{i:2;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:1193:\"<div class=\"\">\r\n<form method=\"post\" action=\"http://ensabs.eu/idams/?na=s\" onsubmit=\"return newsletter_check(this)\">\r\n\r\n<input type=\"hidden\" name=\"nlang\" value=\"\">\r\n<div class=\"tnp-field tnp-field-firstname\"><label>First name</label><input class=\"tnp-firstname\" type=\"text\" name=\"nn\" required></div>\r\n<div class=\"tnp-field tnp-field-lastname\"><label>Last name</label><input class=\"tnp-lastname\" type=\"text\" name=\"ns\" required></div>\r\n<div class=\"tnp-field tnp-field-email\"><label>Email</label><input class=\"tnp-email\" type=\"email\" name=\"ne\" required></div>\r\n<div class=\"tnp-field tnp-field-profile\"><label>Facebook user</label><input class=\"tnp-profile tnp-profile-1\" type=\"text\" name=\"np1\"></div><div class=\"tnp-field tnp-field-profile\"><label>Twitter user</label><input class=\"tnp-profile tnp-profile-2\" type=\"text\" name=\"np2\"></div><div class=\"tnp-field tnp-field-privacy\"><label><input type=\"checkbox\" name=\"ny\" required class=\"tnp-privacy\"> <a target=\"_blank\" href=\"http://ensabs.eu/idams/index.php/privacy-policy/\">I Accept the privacy policy</a></label></div>\r\n<div class=\"tnp-field tnp-field-button\"><input class=\"tnp-submit\" type=\"submit\" value=\"Subscribe\">\r\n</div>\r\n</form>\r\n</div>\r\n\";s:14:\"hide_on_tablet\";i:0;s:14:\"hide_on_mobile\";i:0;s:16:\"center_on_mobile\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'cron', 'a:8:{i:1533096413;a:1:{s:10:\"newsletter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"newsletter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1533096954;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:1533104178;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:1533105174;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:1533114954;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1533131502;a:1:{s:29:\"newsletter_extension_versions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1533539415;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(111, 'theme_mods_twentyseventeen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1526976915;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(127, 'ai1wm_secret_key', 'KqngqwZQzYXr', 'yes'),
(133, 'can_compress_scripts', '0', 'no'),
(146, 'ai1wm_updater', 'a:0:{}', 'yes'),
(154, 'current_theme', 'Xtra', 'yes'),
(155, 'theme_mods_xtra', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:61;}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(156, 'theme_switched', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(157, 'codevz_theme_options', 'a:456:{s:6:\"layout\";s:4:\"left\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:8:\"sidebars\";s:0:\"\";s:9:\"fixed_ads\";s:0:\"\";s:10:\"responsive\";b:1;s:23:\"responsive_breakpoint_2\";s:5:\"960px\";s:23:\"responsive_breakpoint_3\";s:5:\"420px\";s:4:\"ajax\";b:0;s:16:\"_css_ajax_loader\";N;s:11:\"description\";s:41:\"ID@MS IMPORTER DEALER MANAGEMENT SOLUTION\";s:8:\"keywords\";s:41:\"ID@MS IMPORTER DEALER MANAGEMENT SOLUTION\";s:8:\"lazyload\";b:1;s:17:\"remove_query_args\";b:1;s:11:\"maintenance\";s:0:\"\";i:404;s:0:\"\";s:7:\"dev_css\";s:0:\"\";s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";s:10:\"head_codes\";s:0:\"\";s:10:\"foot_codes\";s:0:\"\";s:10:\"pageloader\";b:0;s:14:\"_css_preloader\";N;s:14:\"pageloader_img\";s:0:\"\";s:15:\"pageloader_time\";s:0:\"\";s:13:\"before_header\";s:0:\"\";s:12:\"after_header\";s:0:\"\";s:14:\"before_content\";s:0:\"\";s:13:\"after_content\";s:0:\"\";s:16:\"before_sidebar_p\";s:0:\"\";s:15:\"after_sidebar_p\";s:0:\"\";s:16:\"before_sidebar_s\";s:0:\"\";s:15:\"after_sidebar_s\";s:0:\"\";s:13:\"before_footer\";s:0:\"\";s:12:\"after_footer\";s:0:\"\";s:10:\"site_color\";s:7:\"#38e7ff\";s:14:\"site_color_sec\";s:0:\"\";s:10:\"site_width\";s:0:\"\";s:4:\"dark\";s:0:\"\";s:5:\"boxed\";b:0;s:9:\"_css_body\";s:25:\"background-color:#ffffff;\";s:13:\"_css_layout_1\";s:37:\"border-style:solid;border-radius:4px;\";s:12:\"_css_buttons\";s:38:\"border-style:solid;border-radius:12px;\";s:18:\"_css_buttons_hover\";N;s:18:\"_css_content_block\";N;s:24:\"_css_content_block_links\";N;s:12:\"_css_widgets\";s:77:\"background-color:rgba(56,231,255,0.05);border-style:solid;border-radius:10px;\";s:18:\"_css_widgets_links\";N;s:21:\"_css_widgets_headline\";s:49:\"font-size:18px;color:#38e7ff;border-style:dashed;\";s:19:\"_css_input_textarea\";s:38:\"border-style:solid;border-radius:12px;\";s:25:\"_css_input_textarea_focus\";N;s:4:\"logo\";s:75:\"http://ensabs.eu/idams/wp-content/uploads/2018/07/logo-idams_horizontal.png\";s:6:\"logo_2\";s:0:\"\";s:13:\"_css_logo_css\";N;s:18:\"logo_hover_tooltip\";s:0:\"\";s:23:\"_css_logo_hover_tooltip\";s:107:\"width:560px;padding:30px;border-style:solid;border-radius:10px;box-shadow:0px 10px 34px rgba(10,10,10,0.1);\";s:6:\"social\";a:2:{i:0;a:3:{s:5:\"title\";s:8:\"Facebook\";s:4:\"icon\";s:14:\"fa fa-facebook\";s:4:\"link\";s:48:\"https://www.facebook.com/Ensabs-267557000656263/\";}i:1;a:3:{s:5:\"title\";s:7:\"Twitter\";s:4:\"icon\";s:13:\"fa fa-twitter\";s:4:\"link\";s:26:\"https://twitter.com/ensabs\";}}s:15:\"social_hover_fx\";s:14:\"cz_social_fx_8\";s:17:\"social_color_mode\";s:26:\"cz_social_colored_bg_hover\";s:19:\"social_inline_title\";b:0;s:11:\"_css_social\";N;s:13:\"_css_social_a\";s:66:\"color:#ffffff;font-size:16px;border-style:solid;border-radius:30%;\";s:19:\"_css_social_a_hover\";N;s:13:\"header_1_left\";a:1:{i:0;a:64:{s:7:\"element\";s:4:\"logo\";s:10:\"element_id\";s:13:\"header_1_left\";s:10:\"logo_width\";s:0:\"\";s:13:\"menu_location\";s:7:\"primary\";s:9:\"menu_type\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:10:\"menu_title\";s:0:\"\";s:19:\"menu_icon_font-size\";s:0:\"\";s:15:\"menu_icon_color\";s:0:\"\";s:20:\"menu_icon_background\";s:0:\"\";s:22:\"menu_icon_border-color\";s:0:\"\";s:23:\"menu_icon_border-radius\";s:0:\"\";s:5:\"image\";s:0:\"\";s:10:\"image_link\";s:0:\"\";s:7:\"it_text\";s:0:\"\";s:7:\"it_link\";s:0:\"\";s:17:\"it_text_css_color\";s:0:\"\";s:21:\"it_text_css_font-size\";s:0:\"\";s:7:\"it_icon\";s:0:\"\";s:16:\"it_css_font-size\";s:0:\"\";s:12:\"it_css_color\";s:0:\"\";s:17:\"it_css_background\";s:0:\"\";s:19:\"it_css_border-color\";s:0:\"\";s:20:\"it_css_border-radius\";s:0:\"\";s:11:\"search_type\";s:4:\"form\";s:18:\"search_placeholder\";s:0:\"\";s:17:\"search_form_width\";s:0:\"\";s:18:\"search_input_color\";s:0:\"\";s:23:\"search_input_background\";s:0:\"\";s:23:\"search_outer_background\";s:0:\"\";s:25:\"search_input_border-color\";s:0:\"\";s:22:\"search_input_font-size\";s:0:\"\";s:26:\"search_input_border-radius\";s:0:\"\";s:11:\"search_icon\";s:0:\"\";s:20:\"search_css_font-size\";s:0:\"\";s:16:\"search_css_color\";s:0:\"\";s:21:\"search_css_background\";s:0:\"\";s:23:\"search_css_border-color\";s:0:\"\";s:24:\"search_css_border-radius\";s:0:\"\";s:22:\"inview_position_widget\";s:11:\"inview_left\";s:25:\"offcanvas_area_background\";s:0:\"\";s:14:\"offcanvas_icon\";s:0:\"\";s:19:\"offcanvas_font-size\";s:0:\"\";s:15:\"offcanvas_color\";s:0:\"\";s:20:\"offcanvas_background\";s:0:\"\";s:22:\"offcanvas_border-color\";s:0:\"\";s:23:\"offcanvas_border-radius\";s:0:\"\";s:13:\"shopcart_type\";s:6:\"cart_1\";s:13:\"shopcart_icon\";s:0:\"\";s:19:\"shop_cart_font-size\";s:0:\"\";s:15:\"shop_cart_color\";s:0:\"\";s:20:\"shop_cart_background\";s:0:\"\";s:22:\"shop_cart_border-color\";s:0:\"\";s:23:\"shop_cart_border-radius\";s:0:\"\";s:9:\"line_type\";s:13:\"header_line_1\";s:15:\"line_background\";s:0:\"\";s:9:\"btn_title\";s:0:\"\";s:8:\"btn_link\";s:0:\"\";s:10:\"wpml_title\";s:15:\"translated_name\";s:10:\"wpml_color\";s:0:\"\";s:15:\"wpml_background\";s:0:\"\";s:15:\"header_elements\";s:0:\"\";s:6:\"custom\";s:0:\"\";s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}}}s:15:\"header_1_center\";s:0:\"\";s:14:\"header_1_right\";a:2:{i:0;a:97:{s:7:\"element\";s:6:\"social\";s:10:\"element_id\";s:14:\"header_1_right\";s:10:\"logo_width\";s:0:\"\";s:13:\"menu_location\";s:7:\"primary\";s:9:\"menu_type\";s:0:\"\";s:16:\"sk_menu_dropdown\";s:0:\"\";s:23:\"sk_menu_dropdown_tablet\";s:0:\"\";s:23:\"sk_menu_dropdown_mobile\";s:0:\"\";s:19:\"menu_horizontal_dir\";s:11:\"inview_left\";s:9:\"menu_icon\";s:0:\"\";s:10:\"menu_title\";s:0:\"\";s:12:\"sk_menu_icon\";s:0:\"\";s:19:\"sk_menu_icon_tablet\";s:0:\"\";s:19:\"sk_menu_icon_mobile\";s:0:\"\";s:5:\"image\";s:0:\"\";s:11:\"image_width\";s:0:\"\";s:10:\"image_link\";s:0:\"\";s:7:\"it_text\";s:0:\"\";s:7:\"it_link\";s:0:\"\";s:5:\"sk_it\";s:0:\"\";s:12:\"sk_it_tablet\";s:0:\"\";s:12:\"sk_it_mobile\";s:0:\"\";s:7:\"it_icon\";s:0:\"\";s:10:\"sk_it_icon\";s:0:\"\";s:17:\"sk_it_icon_tablet\";s:0:\"\";s:17:\"sk_it_icon_mobile\";s:0:\"\";s:11:\"search_type\";s:4:\"form\";s:10:\"search_cpt\";s:0:\"\";s:18:\"search_placeholder\";s:0:\"\";s:15:\"sk_search_title\";s:0:\"\";s:22:\"sk_search_title_tablet\";s:0:\"\";s:22:\"sk_search_title_mobile\";s:0:\"\";s:17:\"search_form_width\";s:0:\"\";s:15:\"sk_search_input\";s:0:\"\";s:22:\"sk_search_input_tablet\";s:0:\"\";s:22:\"sk_search_input_mobile\";s:0:\"\";s:13:\"sk_search_con\";s:0:\"\";s:20:\"sk_search_con_tablet\";s:0:\"\";s:20:\"sk_search_con_mobile\";s:0:\"\";s:14:\"sk_search_ajax\";s:0:\"\";s:21:\"sk_search_ajax_tablet\";s:0:\"\";s:21:\"sk_search_ajax_mobile\";s:0:\"\";s:11:\"search_icon\";s:0:\"\";s:14:\"sk_search_icon\";s:0:\"\";s:21:\"sk_search_icon_tablet\";s:0:\"\";s:21:\"sk_search_icon_mobile\";s:0:\"\";s:17:\"sk_search_icon_in\";s:0:\"\";s:24:\"sk_search_icon_in_tablet\";s:0:\"\";s:24:\"sk_search_icon_in_mobile\";s:0:\"\";s:22:\"inview_position_widget\";s:11:\"inview_left\";s:12:\"sk_offcanvas\";s:0:\"\";s:19:\"sk_offcanvas_tablet\";s:0:\"\";s:19:\"sk_offcanvas_mobile\";s:0:\"\";s:14:\"offcanvas_icon\";s:0:\"\";s:17:\"sk_offcanvas_icon\";s:0:\"\";s:24:\"sk_offcanvas_icon_tablet\";s:0:\"\";s:24:\"sk_offcanvas_icon_mobile\";s:0:\"\";s:11:\"hf_elm_page\";s:0:\"\";s:9:\"sk_hf_elm\";s:0:\"\";s:13:\"hf_elm_tablet\";s:0:\"\";s:13:\"hf_elm_mobile\";s:0:\"\";s:11:\"hf_elm_icon\";s:0:\"\";s:14:\"sk_hf_elm_icon\";s:0:\"\";s:21:\"sk_hf_elm_icon_tablet\";s:0:\"\";s:21:\"sk_hf_elm_icon_mobile\";s:0:\"\";s:13:\"shopcart_type\";s:6:\"cart_1\";s:13:\"sk_shop_count\";s:0:\"\";s:20:\"sk_shop_count_tablet\";s:0:\"\";s:20:\"sk_shop_count_mobile\";s:0:\"\";s:13:\"shopcart_icon\";s:0:\"\";s:12:\"sk_shop_icon\";s:0:\"\";s:19:\"sk_shop_icon_tablet\";s:0:\"\";s:19:\"sk_shop_icon_mobile\";s:0:\"\";s:15:\"sk_shop_content\";s:0:\"\";s:22:\"sk_shop_content_tablet\";s:0:\"\";s:22:\"sk_shop_content_mobile\";s:0:\"\";s:9:\"line_type\";s:13:\"header_line_1\";s:7:\"sk_line\";s:0:\"\";s:14:\"sk_line_tablet\";s:0:\"\";s:14:\"sk_line_mobile\";s:0:\"\";s:9:\"btn_title\";s:0:\"\";s:8:\"btn_link\";s:0:\"\";s:6:\"sk_btn\";s:0:\"\";s:13:\"sk_btn_tablet\";s:0:\"\";s:13:\"sk_btn_mobile\";s:0:\"\";s:10:\"wpml_title\";s:15:\"translated_name\";s:10:\"wpml_color\";s:0:\"\";s:15:\"wpml_background\";s:0:\"\";s:15:\"header_elements\";s:0:\"\";s:6:\"custom\";s:0:\"\";s:11:\"avatar_size\";s:0:\"\";s:9:\"sk_avatar\";s:0:\"\";s:16:\"sk_avatar_tablet\";s:0:\"\";s:16:\"sk_avatar_mobile\";s:0:\"\";s:11:\"avatar_link\";s:0:\"\";s:13:\"elm_on_sticky\";s:0:\"\";s:6:\"margin\";a:4:{s:3:\"top\";s:4:\"34px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"28px\";s:4:\"left\";s:4:\"20px\";}}i:1;a:97:{s:7:\"element\";s:4:\"menu\";s:10:\"element_id\";s:14:\"header_1_right\";s:10:\"logo_width\";s:0:\"\";s:13:\"menu_location\";s:7:\"primary\";s:9:\"menu_type\";s:0:\"\";s:16:\"sk_menu_dropdown\";s:0:\"\";s:23:\"sk_menu_dropdown_tablet\";s:0:\"\";s:23:\"sk_menu_dropdown_mobile\";s:0:\"\";s:19:\"menu_horizontal_dir\";s:11:\"inview_left\";s:9:\"menu_icon\";s:0:\"\";s:10:\"menu_title\";s:0:\"\";s:12:\"sk_menu_icon\";s:0:\"\";s:19:\"sk_menu_icon_tablet\";s:0:\"\";s:19:\"sk_menu_icon_mobile\";s:0:\"\";s:5:\"image\";s:0:\"\";s:11:\"image_width\";s:0:\"\";s:10:\"image_link\";s:0:\"\";s:7:\"it_text\";s:0:\"\";s:7:\"it_link\";s:0:\"\";s:5:\"sk_it\";s:0:\"\";s:12:\"sk_it_tablet\";s:0:\"\";s:12:\"sk_it_mobile\";s:0:\"\";s:7:\"it_icon\";s:0:\"\";s:10:\"sk_it_icon\";s:0:\"\";s:17:\"sk_it_icon_tablet\";s:0:\"\";s:17:\"sk_it_icon_mobile\";s:0:\"\";s:11:\"search_type\";s:4:\"form\";s:10:\"search_cpt\";s:0:\"\";s:18:\"search_placeholder\";s:0:\"\";s:15:\"sk_search_title\";s:0:\"\";s:22:\"sk_search_title_tablet\";s:0:\"\";s:22:\"sk_search_title_mobile\";s:0:\"\";s:17:\"search_form_width\";s:0:\"\";s:15:\"sk_search_input\";s:0:\"\";s:22:\"sk_search_input_tablet\";s:0:\"\";s:22:\"sk_search_input_mobile\";s:0:\"\";s:13:\"sk_search_con\";s:0:\"\";s:20:\"sk_search_con_tablet\";s:0:\"\";s:20:\"sk_search_con_mobile\";s:0:\"\";s:14:\"sk_search_ajax\";s:0:\"\";s:21:\"sk_search_ajax_tablet\";s:0:\"\";s:21:\"sk_search_ajax_mobile\";s:0:\"\";s:11:\"search_icon\";s:0:\"\";s:14:\"sk_search_icon\";s:0:\"\";s:21:\"sk_search_icon_tablet\";s:0:\"\";s:21:\"sk_search_icon_mobile\";s:0:\"\";s:17:\"sk_search_icon_in\";s:0:\"\";s:24:\"sk_search_icon_in_tablet\";s:0:\"\";s:24:\"sk_search_icon_in_mobile\";s:0:\"\";s:22:\"inview_position_widget\";s:11:\"inview_left\";s:12:\"sk_offcanvas\";s:0:\"\";s:19:\"sk_offcanvas_tablet\";s:0:\"\";s:19:\"sk_offcanvas_mobile\";s:0:\"\";s:14:\"offcanvas_icon\";s:0:\"\";s:17:\"sk_offcanvas_icon\";s:0:\"\";s:24:\"sk_offcanvas_icon_tablet\";s:0:\"\";s:24:\"sk_offcanvas_icon_mobile\";s:0:\"\";s:11:\"hf_elm_page\";s:0:\"\";s:9:\"sk_hf_elm\";s:0:\"\";s:13:\"hf_elm_tablet\";s:0:\"\";s:13:\"hf_elm_mobile\";s:0:\"\";s:11:\"hf_elm_icon\";s:0:\"\";s:14:\"sk_hf_elm_icon\";s:0:\"\";s:21:\"sk_hf_elm_icon_tablet\";s:0:\"\";s:21:\"sk_hf_elm_icon_mobile\";s:0:\"\";s:13:\"shopcart_type\";s:6:\"cart_1\";s:13:\"sk_shop_count\";s:0:\"\";s:20:\"sk_shop_count_tablet\";s:0:\"\";s:20:\"sk_shop_count_mobile\";s:0:\"\";s:13:\"shopcart_icon\";s:0:\"\";s:12:\"sk_shop_icon\";s:0:\"\";s:19:\"sk_shop_icon_tablet\";s:0:\"\";s:19:\"sk_shop_icon_mobile\";s:0:\"\";s:15:\"sk_shop_content\";s:0:\"\";s:22:\"sk_shop_content_tablet\";s:0:\"\";s:22:\"sk_shop_content_mobile\";s:0:\"\";s:9:\"line_type\";s:13:\"header_line_1\";s:7:\"sk_line\";s:0:\"\";s:14:\"sk_line_tablet\";s:0:\"\";s:14:\"sk_line_mobile\";s:0:\"\";s:9:\"btn_title\";s:0:\"\";s:8:\"btn_link\";s:0:\"\";s:6:\"sk_btn\";s:0:\"\";s:13:\"sk_btn_tablet\";s:0:\"\";s:13:\"sk_btn_mobile\";s:0:\"\";s:10:\"wpml_title\";s:15:\"translated_name\";s:10:\"wpml_color\";s:0:\"\";s:15:\"wpml_background\";s:0:\"\";s:15:\"header_elements\";s:0:\"\";s:6:\"custom\";s:0:\"\";s:11:\"avatar_size\";s:0:\"\";s:9:\"sk_avatar\";s:0:\"\";s:16:\"sk_avatar_tablet\";s:0:\"\";s:16:\"sk_avatar_mobile\";s:0:\"\";s:11:\"avatar_link\";s:0:\"\";s:13:\"elm_on_sticky\";s:0:\"\";s:6:\"margin\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:23:\"_css_container_header_1\";s:17:\"padding-top:10px;\";s:17:\"_css_row_header_1\";s:94:\"border-style:solid;border-width:0 0 1px;border-color:rgba(255,255,255,0.14);border-radius:0px;\";s:18:\"_css_header_1_left\";N;s:20:\"_css_header_1_center\";N;s:19:\"_css_header_1_right\";N;s:28:\"_css_menu_container_header_1\";N;s:20:\"_css_menu_a_header_1\";s:62:\"font-size:16px;color:#ffffff;padding:34px 0px;margin:0px 14px;\";s:26:\"_css_menu_a_hover_header_1\";s:14:\"color:#38e7ff;\";s:33:\"_css_menu_a_hover_before_header_1\";s:94:\"_class_menu_fx:cz_menu_fx_left_to_right;border-style:solid;border-width:0px;border-radius:0px;\";s:24:\"menus_indicator_header_1\";s:0:\"\";s:29:\"_css_menus_separator_header_1\";s:41:\"content:\'.\';color:rgba(242,242,242,0.27);\";s:21:\"_css_menu_ul_header_1\";s:113:\"margin-left:34px;border-style:solid;border-radius:0px 10px 10px 10px;box-shadow:0px 10px 34px rgba(10,10,10,0.1);\";s:23:\"_css_menu_ul_a_header_1\";N;s:29:\"_css_menu_ul_a_hover_header_1\";s:14:\"color:#38e7ff;\";s:25:\"menus_indicator2_header_1\";s:17:\"fa fa-angle-right\";s:13:\"header_2_left\";s:0:\"\";s:15:\"header_2_center\";s:0:\"\";s:14:\"header_2_right\";s:0:\"\";s:23:\"_css_container_header_2\";s:25:\"background-color:#ffffff;\";s:17:\"_css_row_header_2\";N;s:18:\"_css_header_2_left\";N;s:20:\"_css_header_2_center\";N;s:19:\"_css_header_2_right\";N;s:28:\"_css_menu_container_header_2\";N;s:20:\"_css_menu_a_header_2\";s:12:\"padding:6px;\";s:26:\"_css_menu_a_hover_header_2\";s:14:\"color:#ffffff;\";s:33:\"_css_menu_a_hover_before_header_2\";s:88:\"_class_menu_fx:cz_menu_fx_fade_in;border-style:solid;border-width:0px;border-radius:4px;\";s:24:\"menus_indicator_header_2\";s:16:\"fa fa-angle-down\";s:29:\"_css_menus_separator_header_2\";N;s:21:\"_css_menu_ul_header_2\";s:80:\"background-color:#38e7ff;margin:1px   12px;border-style:solid;border-radius:4px;\";s:23:\"_css_menu_ul_a_header_2\";s:14:\"color:#ffffff;\";s:29:\"_css_menu_ul_a_hover_header_2\";s:14:\"color:#e2e2e2;\";s:25:\"menus_indicator2_header_2\";s:17:\"fa fa-angle-right\";s:13:\"header_3_left\";s:0:\"\";s:15:\"header_3_center\";s:0:\"\";s:14:\"header_3_right\";s:0:\"\";s:23:\"_css_container_header_3\";N;s:17:\"_css_row_header_3\";N;s:18:\"_css_header_3_left\";N;s:20:\"_css_header_3_center\";N;s:19:\"_css_header_3_right\";N;s:28:\"_css_menu_container_header_3\";N;s:20:\"_css_menu_a_header_3\";N;s:26:\"_css_menu_a_hover_header_3\";N;s:33:\"_css_menu_a_hover_before_header_3\";N;s:24:\"menus_indicator_header_3\";s:0:\"\";s:29:\"_css_menus_separator_header_3\";N;s:21:\"_css_menu_ul_header_3\";N;s:23:\"_css_menu_ul_a_header_3\";N;s:29:\"_css_menu_ul_a_hover_header_3\";N;s:25:\"menus_indicator2_header_3\";s:0:\"\";s:13:\"sticky_header\";s:1:\"2\";s:12:\"smart_sticky\";b:1;s:13:\"header_5_left\";s:0:\"\";s:15:\"header_5_center\";s:0:\"\";s:14:\"header_5_right\";s:0:\"\";s:23:\"_css_container_header_5\";N;s:17:\"_css_row_header_5\";N;s:18:\"_css_header_5_left\";N;s:20:\"_css_header_5_center\";N;s:19:\"_css_header_5_right\";N;s:28:\"_css_menu_container_header_5\";N;s:20:\"_css_menu_a_header_5\";N;s:26:\"_css_menu_a_hover_header_5\";N;s:33:\"_css_menu_a_hover_before_header_5\";N;s:24:\"menus_indicator_header_5\";s:0:\"\";s:29:\"_css_menus_separator_header_5\";N;s:21:\"_css_menu_ul_header_5\";N;s:23:\"_css_menu_ul_a_header_5\";N;s:29:\"_css_menu_ul_a_hover_header_5\";N;s:25:\"menus_indicator2_header_5\";s:0:\"\";s:13:\"header_4_left\";a:1:{i:0;a:94:{s:7:\"element\";s:4:\"logo\";s:10:\"element_id\";s:13:\"header_4_left\";s:10:\"logo_width\";s:5:\"160px\";s:13:\"menu_location\";s:7:\"primary\";s:9:\"menu_type\";s:0:\"\";s:19:\"menu_horizontal_dir\";s:11:\"inview_left\";s:9:\"menu_icon\";s:0:\"\";s:10:\"menu_title\";s:0:\"\";s:12:\"sk_menu_icon\";s:0:\"\";s:19:\"sk_menu_icon_tablet\";s:0:\"\";s:19:\"sk_menu_icon_mobile\";s:0:\"\";s:5:\"image\";s:0:\"\";s:11:\"image_width\";s:0:\"\";s:10:\"image_link\";s:0:\"\";s:7:\"it_text\";s:0:\"\";s:7:\"it_link\";s:0:\"\";s:5:\"sk_it\";s:0:\"\";s:12:\"sk_it_tablet\";s:0:\"\";s:12:\"sk_it_mobile\";s:0:\"\";s:7:\"it_icon\";s:0:\"\";s:10:\"sk_it_icon\";s:0:\"\";s:17:\"sk_it_icon_tablet\";s:0:\"\";s:17:\"sk_it_icon_mobile\";s:0:\"\";s:11:\"search_type\";s:4:\"form\";s:10:\"search_cpt\";s:0:\"\";s:18:\"search_placeholder\";s:0:\"\";s:15:\"sk_search_title\";s:0:\"\";s:22:\"sk_search_title_tablet\";s:0:\"\";s:22:\"sk_search_title_mobile\";s:0:\"\";s:17:\"search_form_width\";s:0:\"\";s:15:\"sk_search_input\";s:0:\"\";s:22:\"sk_search_input_tablet\";s:0:\"\";s:22:\"sk_search_input_mobile\";s:0:\"\";s:13:\"sk_search_con\";s:0:\"\";s:20:\"sk_search_con_tablet\";s:0:\"\";s:20:\"sk_search_con_mobile\";s:0:\"\";s:14:\"sk_search_ajax\";s:0:\"\";s:21:\"sk_search_ajax_tablet\";s:0:\"\";s:21:\"sk_search_ajax_mobile\";s:0:\"\";s:11:\"search_icon\";s:0:\"\";s:14:\"sk_search_icon\";s:0:\"\";s:21:\"sk_search_icon_tablet\";s:0:\"\";s:21:\"sk_search_icon_mobile\";s:0:\"\";s:17:\"sk_search_icon_in\";s:0:\"\";s:24:\"sk_search_icon_in_tablet\";s:0:\"\";s:24:\"sk_search_icon_in_mobile\";s:0:\"\";s:22:\"inview_position_widget\";s:11:\"inview_left\";s:12:\"sk_offcanvas\";s:0:\"\";s:19:\"sk_offcanvas_tablet\";s:0:\"\";s:19:\"sk_offcanvas_mobile\";s:0:\"\";s:14:\"offcanvas_icon\";s:0:\"\";s:17:\"sk_offcanvas_icon\";s:0:\"\";s:24:\"sk_offcanvas_icon_tablet\";s:0:\"\";s:24:\"sk_offcanvas_icon_mobile\";s:0:\"\";s:11:\"hf_elm_page\";s:0:\"\";s:9:\"sk_hf_elm\";s:0:\"\";s:13:\"hf_elm_tablet\";s:0:\"\";s:13:\"hf_elm_mobile\";s:0:\"\";s:11:\"hf_elm_icon\";s:0:\"\";s:14:\"sk_hf_elm_icon\";s:0:\"\";s:21:\"sk_hf_elm_icon_tablet\";s:0:\"\";s:21:\"sk_hf_elm_icon_mobile\";s:0:\"\";s:13:\"shopcart_type\";s:6:\"cart_1\";s:13:\"sk_shop_count\";s:0:\"\";s:20:\"sk_shop_count_tablet\";s:0:\"\";s:20:\"sk_shop_count_mobile\";s:0:\"\";s:13:\"shopcart_icon\";s:0:\"\";s:12:\"sk_shop_icon\";s:0:\"\";s:19:\"sk_shop_icon_tablet\";s:0:\"\";s:19:\"sk_shop_icon_mobile\";s:0:\"\";s:15:\"sk_shop_content\";s:0:\"\";s:22:\"sk_shop_content_tablet\";s:0:\"\";s:22:\"sk_shop_content_mobile\";s:0:\"\";s:9:\"line_type\";s:13:\"header_line_1\";s:7:\"sk_line\";s:0:\"\";s:14:\"sk_line_tablet\";s:0:\"\";s:14:\"sk_line_mobile\";s:0:\"\";s:9:\"btn_title\";s:0:\"\";s:8:\"btn_link\";s:0:\"\";s:6:\"sk_btn\";s:0:\"\";s:13:\"sk_btn_tablet\";s:0:\"\";s:13:\"sk_btn_mobile\";s:0:\"\";s:10:\"wpml_title\";s:15:\"translated_name\";s:10:\"wpml_color\";s:0:\"\";s:15:\"wpml_background\";s:0:\"\";s:15:\"header_elements\";s:0:\"\";s:6:\"custom\";s:0:\"\";s:11:\"avatar_size\";s:0:\"\";s:9:\"sk_avatar\";s:0:\"\";s:16:\"sk_avatar_tablet\";s:0:\"\";s:16:\"sk_avatar_mobile\";s:0:\"\";s:11:\"avatar_link\";s:0:\"\";s:13:\"elm_on_sticky\";s:0:\"\";s:6:\"margin\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:5:\"-10px\";}}}s:15:\"header_4_center\";s:0:\"\";s:14:\"header_4_right\";a:2:{i:0;a:94:{s:7:\"element\";s:4:\"menu\";s:10:\"element_id\";s:14:\"header_4_right\";s:10:\"logo_width\";s:0:\"\";s:13:\"menu_location\";s:7:\"primary\";s:9:\"menu_type\";s:20:\"offcanvas_menu_right\";s:19:\"menu_horizontal_dir\";s:11:\"inview_left\";s:9:\"menu_icon\";s:0:\"\";s:10:\"menu_title\";s:0:\"\";s:12:\"sk_menu_icon\";s:14:\"color:#ffffff;\";s:19:\"sk_menu_icon_tablet\";s:0:\"\";s:19:\"sk_menu_icon_mobile\";s:0:\"\";s:5:\"image\";s:0:\"\";s:11:\"image_width\";s:0:\"\";s:10:\"image_link\";s:0:\"\";s:7:\"it_text\";s:0:\"\";s:7:\"it_link\";s:0:\"\";s:5:\"sk_it\";s:0:\"\";s:12:\"sk_it_tablet\";s:0:\"\";s:12:\"sk_it_mobile\";s:0:\"\";s:7:\"it_icon\";s:0:\"\";s:10:\"sk_it_icon\";s:0:\"\";s:17:\"sk_it_icon_tablet\";s:0:\"\";s:17:\"sk_it_icon_mobile\";s:0:\"\";s:11:\"search_type\";s:4:\"form\";s:10:\"search_cpt\";s:0:\"\";s:18:\"search_placeholder\";s:0:\"\";s:15:\"sk_search_title\";s:0:\"\";s:22:\"sk_search_title_tablet\";s:0:\"\";s:22:\"sk_search_title_mobile\";s:0:\"\";s:17:\"search_form_width\";s:0:\"\";s:15:\"sk_search_input\";s:0:\"\";s:22:\"sk_search_input_tablet\";s:0:\"\";s:22:\"sk_search_input_mobile\";s:0:\"\";s:13:\"sk_search_con\";s:0:\"\";s:20:\"sk_search_con_tablet\";s:0:\"\";s:20:\"sk_search_con_mobile\";s:0:\"\";s:14:\"sk_search_ajax\";s:0:\"\";s:21:\"sk_search_ajax_tablet\";s:0:\"\";s:21:\"sk_search_ajax_mobile\";s:0:\"\";s:11:\"search_icon\";s:0:\"\";s:14:\"sk_search_icon\";s:0:\"\";s:21:\"sk_search_icon_tablet\";s:0:\"\";s:21:\"sk_search_icon_mobile\";s:0:\"\";s:17:\"sk_search_icon_in\";s:0:\"\";s:24:\"sk_search_icon_in_tablet\";s:0:\"\";s:24:\"sk_search_icon_in_mobile\";s:0:\"\";s:22:\"inview_position_widget\";s:11:\"inview_left\";s:12:\"sk_offcanvas\";s:0:\"\";s:19:\"sk_offcanvas_tablet\";s:0:\"\";s:19:\"sk_offcanvas_mobile\";s:0:\"\";s:14:\"offcanvas_icon\";s:0:\"\";s:17:\"sk_offcanvas_icon\";s:0:\"\";s:24:\"sk_offcanvas_icon_tablet\";s:0:\"\";s:24:\"sk_offcanvas_icon_mobile\";s:0:\"\";s:11:\"hf_elm_page\";s:0:\"\";s:9:\"sk_hf_elm\";s:0:\"\";s:13:\"hf_elm_tablet\";s:0:\"\";s:13:\"hf_elm_mobile\";s:0:\"\";s:11:\"hf_elm_icon\";s:0:\"\";s:14:\"sk_hf_elm_icon\";s:0:\"\";s:21:\"sk_hf_elm_icon_tablet\";s:0:\"\";s:21:\"sk_hf_elm_icon_mobile\";s:0:\"\";s:13:\"shopcart_type\";s:6:\"cart_1\";s:13:\"sk_shop_count\";s:0:\"\";s:20:\"sk_shop_count_tablet\";s:0:\"\";s:20:\"sk_shop_count_mobile\";s:0:\"\";s:13:\"shopcart_icon\";s:0:\"\";s:12:\"sk_shop_icon\";s:0:\"\";s:19:\"sk_shop_icon_tablet\";s:0:\"\";s:19:\"sk_shop_icon_mobile\";s:0:\"\";s:15:\"sk_shop_content\";s:0:\"\";s:22:\"sk_shop_content_tablet\";s:0:\"\";s:22:\"sk_shop_content_mobile\";s:0:\"\";s:9:\"line_type\";s:13:\"header_line_1\";s:7:\"sk_line\";s:0:\"\";s:14:\"sk_line_tablet\";s:0:\"\";s:14:\"sk_line_mobile\";s:0:\"\";s:9:\"btn_title\";s:0:\"\";s:8:\"btn_link\";s:0:\"\";s:6:\"sk_btn\";s:0:\"\";s:13:\"sk_btn_tablet\";s:0:\"\";s:13:\"sk_btn_mobile\";s:0:\"\";s:10:\"wpml_title\";s:15:\"translated_name\";s:10:\"wpml_color\";s:0:\"\";s:15:\"wpml_background\";s:0:\"\";s:15:\"header_elements\";s:0:\"\";s:6:\"custom\";s:0:\"\";s:11:\"avatar_size\";s:0:\"\";s:9:\"sk_avatar\";s:0:\"\";s:16:\"sk_avatar_tablet\";s:0:\"\";s:16:\"sk_avatar_mobile\";s:0:\"\";s:11:\"avatar_link\";s:0:\"\";s:13:\"elm_on_sticky\";s:0:\"\";s:6:\"margin\";a:4:{s:3:\"top\";s:4:\"10px\";s:5:\"right\";s:5:\"-10px\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}i:1;a:94:{s:7:\"element\";s:4:\"icon\";s:10:\"element_id\";s:14:\"header_4_right\";s:10:\"logo_width\";s:0:\"\";s:13:\"menu_location\";s:7:\"primary\";s:9:\"menu_type\";s:20:\"offcanvas_menu_right\";s:19:\"menu_horizontal_dir\";s:11:\"inview_left\";s:9:\"menu_icon\";s:0:\"\";s:10:\"menu_title\";s:0:\"\";s:12:\"sk_menu_icon\";s:39:\"color:#38e7ff;background-color:#ffffff;\";s:19:\"sk_menu_icon_tablet\";s:0:\"\";s:19:\"sk_menu_icon_mobile\";s:0:\"\";s:5:\"image\";s:0:\"\";s:11:\"image_width\";s:0:\"\";s:10:\"image_link\";s:0:\"\";s:7:\"it_text\";s:0:\"\";s:7:\"it_link\";s:0:\"\";s:5:\"sk_it\";s:0:\"\";s:12:\"sk_it_tablet\";s:0:\"\";s:12:\"sk_it_mobile\";s:0:\"\";s:7:\"it_icon\";s:18:\"fa fa-mobile-phone\";s:10:\"sk_it_icon\";s:29:\"font-size:24px;color:#ffffff;\";s:17:\"sk_it_icon_tablet\";s:0:\"\";s:17:\"sk_it_icon_mobile\";s:0:\"\";s:11:\"search_type\";s:4:\"form\";s:10:\"search_cpt\";s:0:\"\";s:18:\"search_placeholder\";s:0:\"\";s:15:\"sk_search_title\";s:0:\"\";s:22:\"sk_search_title_tablet\";s:0:\"\";s:22:\"sk_search_title_mobile\";s:0:\"\";s:17:\"search_form_width\";s:0:\"\";s:15:\"sk_search_input\";s:0:\"\";s:22:\"sk_search_input_tablet\";s:0:\"\";s:22:\"sk_search_input_mobile\";s:0:\"\";s:13:\"sk_search_con\";s:0:\"\";s:20:\"sk_search_con_tablet\";s:0:\"\";s:20:\"sk_search_con_mobile\";s:0:\"\";s:14:\"sk_search_ajax\";s:0:\"\";s:21:\"sk_search_ajax_tablet\";s:0:\"\";s:21:\"sk_search_ajax_mobile\";s:0:\"\";s:11:\"search_icon\";s:0:\"\";s:14:\"sk_search_icon\";s:0:\"\";s:21:\"sk_search_icon_tablet\";s:0:\"\";s:21:\"sk_search_icon_mobile\";s:0:\"\";s:17:\"sk_search_icon_in\";s:0:\"\";s:24:\"sk_search_icon_in_tablet\";s:0:\"\";s:24:\"sk_search_icon_in_mobile\";s:0:\"\";s:22:\"inview_position_widget\";s:11:\"inview_left\";s:12:\"sk_offcanvas\";s:0:\"\";s:19:\"sk_offcanvas_tablet\";s:0:\"\";s:19:\"sk_offcanvas_mobile\";s:0:\"\";s:14:\"offcanvas_icon\";s:0:\"\";s:17:\"sk_offcanvas_icon\";s:0:\"\";s:24:\"sk_offcanvas_icon_tablet\";s:0:\"\";s:24:\"sk_offcanvas_icon_mobile\";s:0:\"\";s:11:\"hf_elm_page\";s:0:\"\";s:9:\"sk_hf_elm\";s:0:\"\";s:13:\"hf_elm_tablet\";s:0:\"\";s:13:\"hf_elm_mobile\";s:0:\"\";s:11:\"hf_elm_icon\";s:0:\"\";s:14:\"sk_hf_elm_icon\";s:0:\"\";s:21:\"sk_hf_elm_icon_tablet\";s:0:\"\";s:21:\"sk_hf_elm_icon_mobile\";s:0:\"\";s:13:\"shopcart_type\";s:6:\"cart_1\";s:13:\"sk_shop_count\";s:0:\"\";s:20:\"sk_shop_count_tablet\";s:0:\"\";s:20:\"sk_shop_count_mobile\";s:0:\"\";s:13:\"shopcart_icon\";s:0:\"\";s:12:\"sk_shop_icon\";s:0:\"\";s:19:\"sk_shop_icon_tablet\";s:0:\"\";s:19:\"sk_shop_icon_mobile\";s:0:\"\";s:15:\"sk_shop_content\";s:0:\"\";s:22:\"sk_shop_content_tablet\";s:0:\"\";s:22:\"sk_shop_content_mobile\";s:0:\"\";s:9:\"line_type\";s:13:\"header_line_1\";s:7:\"sk_line\";s:0:\"\";s:14:\"sk_line_tablet\";s:0:\"\";s:14:\"sk_line_mobile\";s:0:\"\";s:9:\"btn_title\";s:0:\"\";s:8:\"btn_link\";s:0:\"\";s:6:\"sk_btn\";s:0:\"\";s:13:\"sk_btn_tablet\";s:0:\"\";s:13:\"sk_btn_mobile\";s:0:\"\";s:10:\"wpml_title\";s:15:\"translated_name\";s:10:\"wpml_color\";s:0:\"\";s:15:\"wpml_background\";s:0:\"\";s:15:\"header_elements\";s:0:\"\";s:6:\"custom\";s:0:\"\";s:11:\"avatar_size\";s:0:\"\";s:9:\"sk_avatar\";s:0:\"\";s:16:\"sk_avatar_tablet\";s:0:\"\";s:16:\"sk_avatar_mobile\";s:0:\"\";s:11:\"avatar_link\";s:0:\"\";s:13:\"elm_on_sticky\";s:0:\"\";s:6:\"margin\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:23:\"_css_container_header_4\";s:62:\"background-color:#000000;padding-top:10px;padding-bottom:10px;\";s:17:\"_css_row_header_4\";s:0:\"\";s:18:\"_css_header_4_left\";N;s:20:\"_css_header_4_center\";N;s:19:\"_css_header_4_right\";N;s:28:\"_css_menu_container_header_4\";s:238:\"background-position:center bottom;background-size:cover;background-image:linear-gradient(90deg,rgba(0,0,0,0.54),rgba(0,0,0,0.54)),url(http://xtratheme.com/business/wp-content/uploads/sites/12/revslider/xtra_slider_business/slider111.jpg);\";s:20:\"_css_menu_a_header_4\";s:14:\"color:#ffffff;\";s:26:\"_css_menu_a_hover_header_4\";s:14:\"color:#38e7ff;\";s:33:\"_css_menu_a_hover_before_header_4\";N;s:24:\"menus_indicator_header_4\";s:16:\"fa fa-angle-down\";s:29:\"_css_menus_separator_header_4\";N;s:21:\"_css_menu_ul_header_4\";N;s:23:\"_css_menu_ul_a_header_4\";s:14:\"color:#ffffff;\";s:29:\"_css_menu_ul_a_hover_header_4\";N;s:25:\"menus_indicator2_header_4\";s:16:\"fa fa-angle-down\";s:16:\"fixed_side_1_top\";s:0:\"\";s:19:\"fixed_side_1_middle\";s:0:\"\";s:19:\"fixed_side_1_bottom\";s:0:\"\";s:10:\"fixed_side\";s:0:\"\";s:21:\"_css_fixed_side_style\";N;s:21:\"_css_fixed_side_1_top\";N;s:24:\"_css_fixed_side_1_middle\";N;s:24:\"_css_fixed_side_1_bottom\";N;s:32:\"_css_menu_container_fixed_side_1\";N;s:24:\"_css_menu_a_fixed_side_1\";N;s:30:\"_css_menu_a_hover_fixed_side_1\";N;s:37:\"_css_menu_a_hover_before_fixed_side_1\";N;s:28:\"menus_indicator_fixed_side_1\";s:0:\"\";s:33:\"_css_menus_separator_fixed_side_1\";N;s:25:\"_css_menu_ul_fixed_side_1\";N;s:27:\"_css_menu_ul_a_fixed_side_1\";N;s:33:\"_css_menu_ul_a_hover_fixed_side_1\";N;s:29:\"menus_indicator2_fixed_side_1\";s:0:\"\";s:14:\"hidden_top_bar\";s:0:\"\";s:19:\"_css_hidden_top_bar\";s:140:\"color:#0a0101;background-color:#ffffff;border-style:solid;border-width:0 0 2px;border-color:#ffffff;transform: translateY(calc(-100% + 2px))\";s:26:\"_css_hidden_top_bar_handle\";s:98:\"color:#000000;background:#ffffff;padding:14px 16px 15px 16px;border-style:solid;border-radius:0px;\";s:21:\"_css_header_container\";N;s:10:\"page_cover\";s:5:\"title\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"6\";s:21:\"breadcrumbs_home_icon\";s:10:\"fa fa-home\";s:21:\"breadcrumbs_separator\";s:17:\"fa fa-angle-right\";s:17:\"page_title_center\";s:0:\"\";s:17:\"cover_than_header\";s:18:\"header_onthe_cover\";s:15:\"_css_page_title\";s:118:\"background-size:cover;background-image:url(http://xtratheme.com/business/wp-content/uploads/sites/12/2017/07/br1.jpg);\";s:21:\"_css_page_title_color\";s:29:\"font-size:24px;color:#ffffff;\";s:33:\"_css_page_title_breadcrumbs_color\";s:14:\"color:#ffffff;\";s:26:\"_css_breadcrumbs_container\";N;s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:28:\"_css_right_br_full_container\";N;s:14:\"_css_body_typo\";s:19:\"font-family:Roboto;\";s:7:\"_css_h1\";N;s:7:\"_css_h2\";N;s:7:\"_css_h3\";N;s:7:\"_css_h4\";N;s:7:\"_css_h5\";N;s:7:\"_css_h6\";N;s:6:\"_css_p\";N;s:6:\"_css_a\";N;s:12:\"_css_a_hover\";N;s:15:\"wp_editor_fonts\";a:1:{i:0;a:1:{s:4:\"font\";s:30:\"Roboto:100,300,400,500,700,900\";}}s:13:\"footer_1_left\";s:0:\"\";s:15:\"footer_1_center\";s:0:\"\";s:14:\"footer_1_right\";s:0:\"\";s:23:\"_css_container_footer_1\";N;s:17:\"_css_row_footer_1\";s:57:\"border-width:0 0 1px;border-color:rgba(255,255,255,0.14);\";s:18:\"_css_footer_1_left\";N;s:20:\"_css_footer_1_center\";N;s:19:\"_css_footer_1_right\";N;s:28:\"_css_menu_container_footer_1\";N;s:20:\"_css_menu_a_footer_1\";N;s:26:\"_css_menu_a_hover_footer_1\";N;s:33:\"_css_menu_a_hover_before_footer_1\";N;s:24:\"menus_indicator_footer_1\";s:0:\"\";s:29:\"_css_menus_separator_footer_1\";N;s:21:\"_css_menu_ul_footer_1\";N;s:23:\"_css_menu_ul_a_footer_1\";N;s:29:\"_css_menu_ul_a_hover_footer_1\";N;s:25:\"menus_indicator2_footer_1\";s:0:\"\";s:13:\"footer_layout\";s:5:\"s6,s6\";s:11:\"_css_footer\";s:17:\"padding-top:60px;\";s:18:\"_css_footer_widget\";s:32:\"color:#c1c1c1;padding:30px 10px;\";s:13:\"_css_footer_a\";s:29:\"color:#ffffff;line-height: 2;\";s:19:\"_css_footer_a_hover\";s:24:\"color:rgb(56, 231, 255);\";s:13:\"footer_2_left\";a:1:{i:0;a:96:{s:7:\"element\";s:4:\"icon\";s:10:\"element_id\";s:13:\"footer_2_left\";s:10:\"logo_width\";s:0:\"\";s:13:\"menu_location\";s:7:\"primary\";s:9:\"menu_type\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:10:\"menu_title\";s:0:\"\";s:12:\"sk_menu_icon\";s:0:\"\";s:19:\"sk_menu_icon_tablet\";s:0:\"\";s:19:\"sk_menu_icon_mobile\";s:0:\"\";s:5:\"image\";s:0:\"\";s:11:\"image_width\";s:0:\"\";s:10:\"image_link\";s:0:\"\";s:7:\"it_text\";s:45:\"Copyright © 2018 id@ms. All Rights Reserved.\";s:7:\"it_link\";s:0:\"\";s:5:\"sk_it\";s:44:\"font-size:13px;color:rgba(255,255,255,0.65);\";s:12:\"sk_it_tablet\";s:0:\"\";s:12:\"sk_it_mobile\";s:0:\"\";s:7:\"it_icon\";s:0:\"\";s:10:\"sk_it_icon\";s:0:\"\";s:17:\"sk_it_icon_tablet\";s:0:\"\";s:17:\"sk_it_icon_mobile\";s:0:\"\";s:11:\"search_type\";s:4:\"form\";s:10:\"search_cpt\";s:0:\"\";s:18:\"search_placeholder\";s:0:\"\";s:15:\"sk_search_title\";s:0:\"\";s:22:\"sk_search_title_tablet\";s:0:\"\";s:22:\"sk_search_title_mobile\";s:0:\"\";s:17:\"search_form_width\";s:0:\"\";s:15:\"sk_search_input\";s:0:\"\";s:22:\"sk_search_input_tablet\";s:0:\"\";s:22:\"sk_search_input_mobile\";s:0:\"\";s:13:\"sk_search_con\";s:0:\"\";s:20:\"sk_search_con_tablet\";s:0:\"\";s:20:\"sk_search_con_mobile\";s:0:\"\";s:14:\"sk_search_ajax\";s:0:\"\";s:21:\"sk_search_ajax_tablet\";s:0:\"\";s:21:\"sk_search_ajax_mobile\";s:0:\"\";s:11:\"search_icon\";s:0:\"\";s:14:\"sk_search_icon\";s:0:\"\";s:21:\"sk_search_icon_tablet\";s:0:\"\";s:21:\"sk_search_icon_mobile\";s:0:\"\";s:17:\"sk_search_icon_in\";s:0:\"\";s:24:\"sk_search_icon_in_tablet\";s:0:\"\";s:24:\"sk_search_icon_in_mobile\";s:0:\"\";s:22:\"inview_position_widget\";s:11:\"inview_left\";s:12:\"sk_offcanvas\";s:0:\"\";s:19:\"sk_offcanvas_tablet\";s:0:\"\";s:19:\"sk_offcanvas_mobile\";s:0:\"\";s:14:\"offcanvas_icon\";s:0:\"\";s:17:\"sk_offcanvas_icon\";s:0:\"\";s:24:\"sk_offcanvas_icon_tablet\";s:0:\"\";s:24:\"sk_offcanvas_icon_mobile\";s:0:\"\";s:11:\"hf_elm_page\";s:0:\"\";s:9:\"sk_hf_elm\";s:0:\"\";s:13:\"hf_elm_tablet\";s:0:\"\";s:13:\"hf_elm_mobile\";s:0:\"\";s:11:\"hf_elm_icon\";s:0:\"\";s:14:\"sk_hf_elm_icon\";s:0:\"\";s:21:\"sk_hf_elm_icon_tablet\";s:0:\"\";s:21:\"sk_hf_elm_icon_mobile\";s:0:\"\";s:13:\"shopcart_type\";s:6:\"cart_1\";s:13:\"sk_shop_count\";s:0:\"\";s:20:\"sk_shop_count_tablet\";s:0:\"\";s:20:\"sk_shop_count_mobile\";s:0:\"\";s:13:\"shopcart_icon\";s:0:\"\";s:12:\"sk_shop_icon\";s:0:\"\";s:19:\"sk_shop_icon_tablet\";s:0:\"\";s:19:\"sk_shop_icon_mobile\";s:0:\"\";s:15:\"sk_shop_content\";s:0:\"\";s:22:\"sk_shop_content_tablet\";s:0:\"\";s:22:\"sk_shop_content_mobile\";s:0:\"\";s:9:\"line_type\";s:13:\"header_line_1\";s:7:\"sk_line\";s:0:\"\";s:14:\"sk_line_tablet\";s:0:\"\";s:14:\"sk_line_mobile\";s:0:\"\";s:9:\"btn_title\";s:0:\"\";s:8:\"btn_link\";s:0:\"\";s:6:\"sk_btn\";s:0:\"\";s:13:\"sk_btn_tablet\";s:0:\"\";s:13:\"sk_btn_mobile\";s:0:\"\";s:12:\"sk_btn_hover\";s:0:\"\";s:19:\"sk_btn_hover_tablet\";s:0:\"\";s:19:\"sk_btn_hover_mobile\";s:0:\"\";s:10:\"wpml_title\";s:15:\"translated_name\";s:10:\"wpml_color\";s:0:\"\";s:15:\"wpml_background\";s:0:\"\";s:15:\"header_elements\";s:0:\"\";s:6:\"custom\";s:0:\"\";s:11:\"avatar_size\";s:0:\"\";s:9:\"sk_avatar\";s:0:\"\";s:16:\"sk_avatar_tablet\";s:0:\"\";s:16:\"sk_avatar_mobile\";s:0:\"\";s:11:\"avatar_link\";s:0:\"\";s:13:\"elm_on_sticky\";s:0:\"\";s:6:\"margin\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:15:\"footer_2_center\";s:0:\"\";s:14:\"footer_2_right\";a:3:{i:0;a:96:{s:7:\"element\";s:4:\"icon\";s:10:\"element_id\";s:14:\"footer_2_right\";s:10:\"logo_width\";s:0:\"\";s:13:\"menu_location\";s:7:\"primary\";s:9:\"menu_type\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:10:\"menu_title\";s:0:\"\";s:12:\"sk_menu_icon\";s:0:\"\";s:19:\"sk_menu_icon_tablet\";s:0:\"\";s:19:\"sk_menu_icon_mobile\";s:0:\"\";s:5:\"image\";s:0:\"\";s:11:\"image_width\";s:0:\"\";s:10:\"image_link\";s:0:\"\";s:7:\"it_text\";s:10:\"Contact Us\";s:7:\"it_link\";s:41:\"http://ensabs.eu/idams/index.php/contact/\";s:5:\"sk_it\";s:44:\"font-size:13px;color:rgba(255,255,255,0.65);\";s:12:\"sk_it_tablet\";s:0:\"\";s:12:\"sk_it_mobile\";s:0:\"\";s:7:\"it_icon\";s:0:\"\";s:10:\"sk_it_icon\";s:0:\"\";s:17:\"sk_it_icon_tablet\";s:0:\"\";s:17:\"sk_it_icon_mobile\";s:0:\"\";s:11:\"search_type\";s:4:\"form\";s:10:\"search_cpt\";s:0:\"\";s:18:\"search_placeholder\";s:0:\"\";s:15:\"sk_search_title\";s:0:\"\";s:22:\"sk_search_title_tablet\";s:0:\"\";s:22:\"sk_search_title_mobile\";s:0:\"\";s:17:\"search_form_width\";s:0:\"\";s:15:\"sk_search_input\";s:0:\"\";s:22:\"sk_search_input_tablet\";s:0:\"\";s:22:\"sk_search_input_mobile\";s:0:\"\";s:13:\"sk_search_con\";s:0:\"\";s:20:\"sk_search_con_tablet\";s:0:\"\";s:20:\"sk_search_con_mobile\";s:0:\"\";s:14:\"sk_search_ajax\";s:0:\"\";s:21:\"sk_search_ajax_tablet\";s:0:\"\";s:21:\"sk_search_ajax_mobile\";s:0:\"\";s:11:\"search_icon\";s:0:\"\";s:14:\"sk_search_icon\";s:0:\"\";s:21:\"sk_search_icon_tablet\";s:0:\"\";s:21:\"sk_search_icon_mobile\";s:0:\"\";s:17:\"sk_search_icon_in\";s:0:\"\";s:24:\"sk_search_icon_in_tablet\";s:0:\"\";s:24:\"sk_search_icon_in_mobile\";s:0:\"\";s:22:\"inview_position_widget\";s:11:\"inview_left\";s:12:\"sk_offcanvas\";s:0:\"\";s:19:\"sk_offcanvas_tablet\";s:0:\"\";s:19:\"sk_offcanvas_mobile\";s:0:\"\";s:14:\"offcanvas_icon\";s:0:\"\";s:17:\"sk_offcanvas_icon\";s:0:\"\";s:24:\"sk_offcanvas_icon_tablet\";s:0:\"\";s:24:\"sk_offcanvas_icon_mobile\";s:0:\"\";s:11:\"hf_elm_page\";s:0:\"\";s:9:\"sk_hf_elm\";s:0:\"\";s:13:\"hf_elm_tablet\";s:0:\"\";s:13:\"hf_elm_mobile\";s:0:\"\";s:11:\"hf_elm_icon\";s:0:\"\";s:14:\"sk_hf_elm_icon\";s:0:\"\";s:21:\"sk_hf_elm_icon_tablet\";s:0:\"\";s:21:\"sk_hf_elm_icon_mobile\";s:0:\"\";s:13:\"shopcart_type\";s:6:\"cart_1\";s:13:\"sk_shop_count\";s:0:\"\";s:20:\"sk_shop_count_tablet\";s:0:\"\";s:20:\"sk_shop_count_mobile\";s:0:\"\";s:13:\"shopcart_icon\";s:0:\"\";s:12:\"sk_shop_icon\";s:0:\"\";s:19:\"sk_shop_icon_tablet\";s:0:\"\";s:19:\"sk_shop_icon_mobile\";s:0:\"\";s:15:\"sk_shop_content\";s:0:\"\";s:22:\"sk_shop_content_tablet\";s:0:\"\";s:22:\"sk_shop_content_mobile\";s:0:\"\";s:9:\"line_type\";s:13:\"header_line_1\";s:7:\"sk_line\";s:0:\"\";s:14:\"sk_line_tablet\";s:0:\"\";s:14:\"sk_line_mobile\";s:0:\"\";s:9:\"btn_title\";s:0:\"\";s:8:\"btn_link\";s:0:\"\";s:6:\"sk_btn\";s:0:\"\";s:13:\"sk_btn_tablet\";s:0:\"\";s:13:\"sk_btn_mobile\";s:0:\"\";s:12:\"sk_btn_hover\";s:0:\"\";s:19:\"sk_btn_hover_tablet\";s:0:\"\";s:19:\"sk_btn_hover_mobile\";s:0:\"\";s:10:\"wpml_title\";s:15:\"translated_name\";s:10:\"wpml_color\";s:0:\"\";s:15:\"wpml_background\";s:0:\"\";s:15:\"header_elements\";s:0:\"\";s:6:\"custom\";s:0:\"\";s:11:\"avatar_size\";s:0:\"\";s:9:\"sk_avatar\";s:0:\"\";s:16:\"sk_avatar_tablet\";s:0:\"\";s:16:\"sk_avatar_mobile\";s:0:\"\";s:11:\"avatar_link\";s:0:\"\";s:13:\"elm_on_sticky\";s:0:\"\";s:6:\"margin\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}}i:1;a:96:{s:7:\"element\";s:4:\"line\";s:10:\"element_id\";s:14:\"footer_2_right\";s:10:\"logo_width\";s:0:\"\";s:13:\"menu_location\";s:7:\"primary\";s:9:\"menu_type\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:10:\"menu_title\";s:0:\"\";s:12:\"sk_menu_icon\";s:0:\"\";s:19:\"sk_menu_icon_tablet\";s:0:\"\";s:19:\"sk_menu_icon_mobile\";s:0:\"\";s:5:\"image\";s:0:\"\";s:11:\"image_width\";s:0:\"\";s:10:\"image_link\";s:0:\"\";s:7:\"it_text\";s:0:\"\";s:7:\"it_link\";s:0:\"\";s:5:\"sk_it\";s:0:\"\";s:12:\"sk_it_tablet\";s:0:\"\";s:12:\"sk_it_mobile\";s:0:\"\";s:7:\"it_icon\";s:0:\"\";s:10:\"sk_it_icon\";s:0:\"\";s:17:\"sk_it_icon_tablet\";s:0:\"\";s:17:\"sk_it_icon_mobile\";s:0:\"\";s:11:\"search_type\";s:4:\"form\";s:10:\"search_cpt\";s:0:\"\";s:18:\"search_placeholder\";s:0:\"\";s:15:\"sk_search_title\";s:0:\"\";s:22:\"sk_search_title_tablet\";s:0:\"\";s:22:\"sk_search_title_mobile\";s:0:\"\";s:17:\"search_form_width\";s:0:\"\";s:15:\"sk_search_input\";s:0:\"\";s:22:\"sk_search_input_tablet\";s:0:\"\";s:22:\"sk_search_input_mobile\";s:0:\"\";s:13:\"sk_search_con\";s:0:\"\";s:20:\"sk_search_con_tablet\";s:0:\"\";s:20:\"sk_search_con_mobile\";s:0:\"\";s:14:\"sk_search_ajax\";s:0:\"\";s:21:\"sk_search_ajax_tablet\";s:0:\"\";s:21:\"sk_search_ajax_mobile\";s:0:\"\";s:11:\"search_icon\";s:0:\"\";s:14:\"sk_search_icon\";s:0:\"\";s:21:\"sk_search_icon_tablet\";s:0:\"\";s:21:\"sk_search_icon_mobile\";s:0:\"\";s:17:\"sk_search_icon_in\";s:0:\"\";s:24:\"sk_search_icon_in_tablet\";s:0:\"\";s:24:\"sk_search_icon_in_mobile\";s:0:\"\";s:22:\"inview_position_widget\";s:11:\"inview_left\";s:12:\"sk_offcanvas\";s:0:\"\";s:19:\"sk_offcanvas_tablet\";s:0:\"\";s:19:\"sk_offcanvas_mobile\";s:0:\"\";s:14:\"offcanvas_icon\";s:0:\"\";s:17:\"sk_offcanvas_icon\";s:0:\"\";s:24:\"sk_offcanvas_icon_tablet\";s:0:\"\";s:24:\"sk_offcanvas_icon_mobile\";s:0:\"\";s:11:\"hf_elm_page\";s:0:\"\";s:9:\"sk_hf_elm\";s:0:\"\";s:13:\"hf_elm_tablet\";s:0:\"\";s:13:\"hf_elm_mobile\";s:0:\"\";s:11:\"hf_elm_icon\";s:0:\"\";s:14:\"sk_hf_elm_icon\";s:0:\"\";s:21:\"sk_hf_elm_icon_tablet\";s:0:\"\";s:21:\"sk_hf_elm_icon_mobile\";s:0:\"\";s:13:\"shopcart_type\";s:6:\"cart_1\";s:13:\"sk_shop_count\";s:0:\"\";s:20:\"sk_shop_count_tablet\";s:0:\"\";s:20:\"sk_shop_count_mobile\";s:0:\"\";s:13:\"shopcart_icon\";s:0:\"\";s:12:\"sk_shop_icon\";s:0:\"\";s:19:\"sk_shop_icon_tablet\";s:0:\"\";s:19:\"sk_shop_icon_mobile\";s:0:\"\";s:15:\"sk_shop_content\";s:0:\"\";s:22:\"sk_shop_content_tablet\";s:0:\"\";s:22:\"sk_shop_content_mobile\";s:0:\"\";s:9:\"line_type\";s:13:\"header_line_2\";s:7:\"sk_line\";s:39:\"background-color:rgba(255,255,255,0.2);\";s:14:\"sk_line_tablet\";s:0:\"\";s:14:\"sk_line_mobile\";s:0:\"\";s:9:\"btn_title\";s:0:\"\";s:8:\"btn_link\";s:0:\"\";s:6:\"sk_btn\";s:0:\"\";s:13:\"sk_btn_tablet\";s:0:\"\";s:13:\"sk_btn_mobile\";s:0:\"\";s:12:\"sk_btn_hover\";s:0:\"\";s:19:\"sk_btn_hover_tablet\";s:0:\"\";s:19:\"sk_btn_hover_mobile\";s:0:\"\";s:10:\"wpml_title\";s:15:\"translated_name\";s:10:\"wpml_color\";s:0:\"\";s:15:\"wpml_background\";s:0:\"\";s:15:\"header_elements\";s:0:\"\";s:6:\"custom\";s:0:\"\";s:11:\"avatar_size\";s:0:\"\";s:9:\"sk_avatar\";s:0:\"\";s:16:\"sk_avatar_tablet\";s:0:\"\";s:16:\"sk_avatar_mobile\";s:0:\"\";s:11:\"avatar_link\";s:0:\"\";s:13:\"elm_on_sticky\";s:0:\"\";s:6:\"margin\";a:4:{s:3:\"top\";s:4:\"22px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}i:2;a:96:{s:7:\"element\";s:4:\"icon\";s:10:\"element_id\";s:14:\"footer_2_right\";s:10:\"logo_width\";s:0:\"\";s:13:\"menu_location\";s:7:\"primary\";s:9:\"menu_type\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:10:\"menu_title\";s:0:\"\";s:12:\"sk_menu_icon\";s:0:\"\";s:19:\"sk_menu_icon_tablet\";s:0:\"\";s:19:\"sk_menu_icon_mobile\";s:0:\"\";s:5:\"image\";s:0:\"\";s:11:\"image_width\";s:0:\"\";s:10:\"image_link\";s:0:\"\";s:7:\"it_text\";s:14:\"Privacy Policy\";s:7:\"it_link\";s:48:\"http://ensabs.eu/idams/index.php/privacy-policy/\";s:5:\"sk_it\";s:44:\"font-size:13px;color:rgba(255,255,255,0.65);\";s:12:\"sk_it_tablet\";s:0:\"\";s:12:\"sk_it_mobile\";s:0:\"\";s:7:\"it_icon\";s:0:\"\";s:10:\"sk_it_icon\";s:0:\"\";s:17:\"sk_it_icon_tablet\";s:0:\"\";s:17:\"sk_it_icon_mobile\";s:0:\"\";s:11:\"search_type\";s:4:\"form\";s:10:\"search_cpt\";s:0:\"\";s:18:\"search_placeholder\";s:0:\"\";s:15:\"sk_search_title\";s:0:\"\";s:22:\"sk_search_title_tablet\";s:0:\"\";s:22:\"sk_search_title_mobile\";s:0:\"\";s:17:\"search_form_width\";s:0:\"\";s:15:\"sk_search_input\";s:0:\"\";s:22:\"sk_search_input_tablet\";s:0:\"\";s:22:\"sk_search_input_mobile\";s:0:\"\";s:13:\"sk_search_con\";s:0:\"\";s:20:\"sk_search_con_tablet\";s:0:\"\";s:20:\"sk_search_con_mobile\";s:0:\"\";s:14:\"sk_search_ajax\";s:0:\"\";s:21:\"sk_search_ajax_tablet\";s:0:\"\";s:21:\"sk_search_ajax_mobile\";s:0:\"\";s:11:\"search_icon\";s:0:\"\";s:14:\"sk_search_icon\";s:0:\"\";s:21:\"sk_search_icon_tablet\";s:0:\"\";s:21:\"sk_search_icon_mobile\";s:0:\"\";s:17:\"sk_search_icon_in\";s:0:\"\";s:24:\"sk_search_icon_in_tablet\";s:0:\"\";s:24:\"sk_search_icon_in_mobile\";s:0:\"\";s:22:\"inview_position_widget\";s:11:\"inview_left\";s:12:\"sk_offcanvas\";s:0:\"\";s:19:\"sk_offcanvas_tablet\";s:0:\"\";s:19:\"sk_offcanvas_mobile\";s:0:\"\";s:14:\"offcanvas_icon\";s:0:\"\";s:17:\"sk_offcanvas_icon\";s:0:\"\";s:24:\"sk_offcanvas_icon_tablet\";s:0:\"\";s:24:\"sk_offcanvas_icon_mobile\";s:0:\"\";s:11:\"hf_elm_page\";s:0:\"\";s:9:\"sk_hf_elm\";s:0:\"\";s:13:\"hf_elm_tablet\";s:0:\"\";s:13:\"hf_elm_mobile\";s:0:\"\";s:11:\"hf_elm_icon\";s:0:\"\";s:14:\"sk_hf_elm_icon\";s:0:\"\";s:21:\"sk_hf_elm_icon_tablet\";s:0:\"\";s:21:\"sk_hf_elm_icon_mobile\";s:0:\"\";s:13:\"shopcart_type\";s:6:\"cart_1\";s:13:\"sk_shop_count\";s:0:\"\";s:20:\"sk_shop_count_tablet\";s:0:\"\";s:20:\"sk_shop_count_mobile\";s:0:\"\";s:13:\"shopcart_icon\";s:0:\"\";s:12:\"sk_shop_icon\";s:0:\"\";s:19:\"sk_shop_icon_tablet\";s:0:\"\";s:19:\"sk_shop_icon_mobile\";s:0:\"\";s:15:\"sk_shop_content\";s:0:\"\";s:22:\"sk_shop_content_tablet\";s:0:\"\";s:22:\"sk_shop_content_mobile\";s:0:\"\";s:9:\"line_type\";s:13:\"header_line_1\";s:7:\"sk_line\";s:0:\"\";s:14:\"sk_line_tablet\";s:0:\"\";s:14:\"sk_line_mobile\";s:0:\"\";s:9:\"btn_title\";s:0:\"\";s:8:\"btn_link\";s:0:\"\";s:6:\"sk_btn\";s:0:\"\";s:13:\"sk_btn_tablet\";s:0:\"\";s:13:\"sk_btn_mobile\";s:0:\"\";s:12:\"sk_btn_hover\";s:0:\"\";s:19:\"sk_btn_hover_tablet\";s:0:\"\";s:19:\"sk_btn_hover_mobile\";s:0:\"\";s:10:\"wpml_title\";s:15:\"translated_name\";s:10:\"wpml_color\";s:0:\"\";s:15:\"wpml_background\";s:0:\"\";s:15:\"header_elements\";s:0:\"\";s:6:\"custom\";s:0:\"\";s:11:\"avatar_size\";s:0:\"\";s:9:\"sk_avatar\";s:0:\"\";s:16:\"sk_avatar_tablet\";s:0:\"\";s:16:\"sk_avatar_mobile\";s:0:\"\";s:11:\"avatar_link\";s:0:\"\";s:13:\"elm_on_sticky\";s:0:\"\";s:6:\"margin\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:0:\"\";}}}s:23:\"_css_container_footer_2\";N;s:17:\"_css_row_footer_2\";s:76:\"border-style:solid;border-width:1px 0 0;border-color:rgba(255,255,255,0.14);\";s:18:\"_css_footer_2_left\";N;s:20:\"_css_footer_2_center\";N;s:19:\"_css_footer_2_right\";N;s:28:\"_css_menu_container_footer_2\";N;s:20:\"_css_menu_a_footer_2\";N;s:26:\"_css_menu_a_hover_footer_2\";N;s:33:\"_css_menu_a_hover_before_footer_2\";N;s:24:\"menus_indicator_footer_2\";s:0:\"\";s:29:\"_css_menus_separator_footer_2\";N;s:21:\"_css_menu_ul_footer_2\";N;s:23:\"_css_menu_ul_a_footer_2\";N;s:29:\"_css_menu_ul_a_hover_footer_2\";N;s:25:\"menus_indicator2_footer_2\";s:0:\"\";s:12:\"fixed_footer\";b:1;s:9:\"backtotop\";s:14:\"fa fa-angle-up\";s:14:\"_css_backtotop\";s:111:\"font-size:16px;color:#ffffff;background-color:#38e7ff;margin-bottom:2.5em;border-style:solid;border-radius:30%;\";s:20:\"cf7_beside_backtotop\";s:3:\"592\";s:25:\"_css_cf7_beside_backtotop\";s:109:\"font-size:25px;color:#ffffff;background-color:#38e7ff;margin-right:5px;margin-bottom:1.5em;border-radius:30%;\";s:35:\"_css_cf7_beside_backtotop_container\";s:0:\"\";s:13:\"template_post\";s:0:\"\";s:14:\"meta_data_post\";a:4:{i:0;s:5:\"image\";i:1;s:4:\"date\";i:2;s:4:\"tags\";i:3;s:9:\"next_prev\";}s:12:\"related_post\";s:21:\"You May Also Like ...\";s:14:\"slug_portfolio\";s:0:\"\";s:15:\"title_portfolio\";s:0:\"\";s:13:\"cat_portfolio\";s:0:\"\";s:19:\"cat_title_portfolio\";s:0:\"\";s:14:\"tags_portfolio\";s:0:\"\";s:20:\"tags_title_portfolio\";s:0:\"\";s:18:\"template_portfolio\";s:0:\"\";s:19:\"meta_data_portfolio\";a:3:{i:0;s:4:\"date\";i:1;s:4:\"cats\";i:2;s:4:\"tags\";}s:17:\"related_portfolio\";s:21:\"You May Also Like ...\";s:16:\"layout_portfolio\";s:0:\"\";s:17:\"primary_portfolio\";s:7:\"primary\";s:19:\"secondary_portfolio\";s:9:\"secondary\";s:19:\"page_coverportfolio\";s:1:\"1\";s:24:\"page_cover_pageportfolio\";s:0:\"\";s:26:\"page_cover_customportfolio\";s:0:\"\";s:23:\"page_cover_revportfolio\";s:0:\"\";s:19:\"page_titleportfolio\";s:1:\"1\";s:26:\"page_title_centerportfolio\";s:0:\"\";s:26:\"cover_than_headerportfolio\";s:0:\"\";s:24:\"_css_page_titleportfolio\";N;s:30:\"_css_page_title_colorportfolio\";N;s:42:\"_css_page_title_breadcrumbs_colorportfolio\";N;s:35:\"_css_breadcrumbs_containerportfolio\";N;s:41:\"_css_breadcrumbs_inner_containerportfolio\";N;s:37:\"_css_right_br_full_containerportfolio\";N;s:13:\"add_post_type\";s:0:\"\";s:23:\"_css_sidebar-1_search-2\";N;s:29:\"_css_sidebar-1_recent-posts-2\";N;s:32:\"_css_sidebar-1_recent-comments-2\";N;s:25:\"_css_sidebar-1_archives-2\";N;s:27:\"_css_sidebar-1_categories-2\";N;s:21:\"_css_sidebar-1_meta-2\";N;s:28:\"_css_footer_widget_headlines\";s:69:\"font-size:18px;color:#ffffff;border-style:solid;border-width:0 0 1px;\";s:20:\"page_cover_portfolio\";s:1:\"1\";s:28:\"_css_woo_products_thumbnails\";s:70:\"border-style:solid;border-width:1px;border-color:rgba(56,231,255,0.8);\";s:13:\"nonce-hooks-1\";s:0:\"\";s:22:\"nonce-general_styles-6\";s:0:\"\";s:16:\"nonce-header_1-4\";s:0:\"\";s:17:\"nonce-header_1-10\";s:0:\"\";s:16:\"nonce-header_2-4\";s:0:\"\";s:17:\"nonce-header_2-10\";s:0:\"\";s:16:\"nonce-header_3-4\";s:0:\"\";s:17:\"nonce-header_3-10\";s:0:\"\";s:16:\"nonce-header_5-6\";s:0:\"\";s:17:\"nonce-header_5-12\";s:0:\"\";s:21:\"nonce-mobile_header-4\";s:0:\"\";s:22:\"nonce-mobile_header-10\";s:0:\"\";s:20:\"nonce-fixed_side_1-4\";s:0:\"\";s:21:\"nonce-fixed_side_1-10\";s:0:\"\";s:16:\"nonce-footer_1-4\";s:0:\"\";s:17:\"nonce-footer_1-10\";s:0:\"\";s:16:\"nonce-footer_2-4\";s:0:\"\";s:17:\"nonce-footer_2-10\";s:0:\"\";s:20:\"_css_backtotop_hover\";N;s:31:\"_css_cf7_beside_backtotop_hover\";N;s:27:\"nonce-post_type_portfolio-7\";s:0:\"\";s:28:\"nonce-post_type_portfolio-11\";s:0:\"\";s:28:\"nonce-post_type_portfolio-15\";s:0:\"\";s:25:\"page_cover_page_portfolio\";s:0:\"\";s:27:\"page_cover_custom_portfolio\";s:0:\"\";s:24:\"page_cover_rev_portfolio\";s:0:\"\";s:20:\"page_title_portfolio\";s:1:\"6\";s:28:\"nonce-post_type_portfolio-21\";s:0:\"\";s:28:\"nonce-post_type_portfolio-22\";s:0:\"\";s:27:\"page_title_center_portfolio\";s:0:\"\";s:27:\"cover_than_header_portfolio\";s:0:\"\";s:25:\"_css_page_title_portfolio\";N;s:31:\"_css_page_title_color_portfolio\";N;s:43:\"_css_page_title_breadcrumbs_color_portfolio\";N;s:36:\"_css_breadcrumbs_container_portfolio\";N;s:42:\"_css_breadcrumbs_inner_container_portfolio\";N;s:38:\"_css_right_br_full_container_portfolio\";N;s:18:\"page_cover_product\";s:1:\"1\";s:23:\"page_cover_page_product\";s:0:\"\";s:25:\"page_cover_custom_product\";s:0:\"\";s:22:\"page_cover_rev_product\";s:0:\"\";s:18:\"page_title_product\";s:1:\"1\";s:25:\"nonce-post_type_product-6\";s:0:\"\";s:25:\"nonce-post_type_product-7\";s:0:\"\";s:25:\"page_title_center_product\";b:0;s:25:\"cover_than_header_product\";s:18:\"header_onthe_cover\";s:23:\"_css_page_title_product\";N;s:29:\"_css_page_title_color_product\";N;s:41:\"_css_page_title_breadcrumbs_color_product\";N;s:34:\"_css_breadcrumbs_container_product\";N;s:40:\"_css_breadcrumbs_inner_container_product\";N;s:36:\"_css_right_br_full_container_product\";N;s:26:\"nonce-post_type_product-16\";s:0:\"\";s:14:\"layout_product\";s:4:\"left\";s:15:\"primary_product\";s:9:\"secondary\";s:17:\"secondary_product\";s:0:\"\";s:26:\"nonce-post_type_product-20\";s:0:\"\";s:7:\"woo_col\";s:1:\"2\";s:18:\"woo_items_per_page\";s:0:\"\";s:26:\"nonce-post_type_product-23\";s:0:\"\";s:23:\"_css_woo_products_title\";s:180:\"font-size:18px;font-weight:300;background-color:#ffffff;padding:10px 30px;border-radius:10px;box-shadow:1px 10px 32px rgba(56,231,255,0.17);position:absolute;bottom:85px;left:30px;\";s:23:\"_css_woo_products_stars\";s:63:\"color:#38e7ff;position:absolute;top:40px;right:8px;opacity:0.8;\";s:29:\"_css_woo_products_add_to_cart\";s:40:\"position:absolute;bottom:40px;left:30px;\";s:24:\"_css_woo_products_onsale\";s:160:\"font-size:18px;color:#38e7ff;line-height:1em;background-color:rgba(56,231,255,0.2);width:1em;height:1em;padding:12px 20px;border-radius:12px 0;top:0px;left:0px;\";s:23:\"_css_woo_products_price\";s:123:\"font-size:16px;color:#38e7ff;background-color:rgba(56,231,255,0.2);padding:5px 20px;border-radius:0 12px;top:0px;right:0px;\";s:22:\"_css_woo_product_title\";N;s:22:\"_css_woo_product_stars\";N;s:22:\"_css_woo_product_price\";s:14:\"color:#38e7ff;\";s:16:\"_css_woo_buttons\";s:39:\"color:#ffffff;background-color:#38e7ff;\";s:22:\"_css_woo_buttons_hover\";s:52:\"color:#38e7ff;background-color:rgba(56,231,255,0.1);\";s:21:\"_css_primary_search-2\";N;s:27:\"_css_primary_recent-posts-2\";N;s:30:\"_css_primary_recent-comments-2\";N;s:23:\"_css_primary_archives-2\";N;s:25:\"_css_primary_categories-2\";N;s:19:\"_css_primary_meta-2\";N;s:20:\"_css_footer-1_text-2\";s:25:\"margin:-22px -25px -25px;\";s:24:\"_css_footer-2_nav_menu-2\";N;s:24:\"_css_footer-3_nav_menu-3\";N;s:24:\"_css_footer-4_nav_menu-4\";N;s:22:\"nonce-backup_section-1\";s:0:\"\";s:22:\"nonce-backup_section-2\";s:0:\"\";s:13:\"nonce-demos-1\";s:0:\"\";s:13:\"nonce-demos-2\";s:0:\"\";s:24:\"posts_per_page_portfolio\";s:1:\"6\";s:25:\"cf7_beside_backtotop_icon\";s:16:\"fa fa-comments-o\";s:8:\"readmore\";s:9:\"Read More\";s:13:\"readmore_icon\";s:14:\"fa fa-sign-out\";s:27:\"_css_content_block_headline\";s:0:\"\";s:17:\"_css_all_img_tags\";s:38:\"border-style:solid;border-radius:10px;\";s:20:\"_css_tags_categories\";s:38:\"border-style:solid;border-radius:12px;\";s:26:\"_css_tags_categories_hover\";N;s:23:\"nonce-general_styles-22\";s:0:\"\";s:18:\"_css_pagination_li\";s:38:\"border-style:solid;border-radius:12px;\";s:21:\"_css_pagination_hover\";N;s:10:\"logo_title\";s:0:\"\";s:12:\"logo_2_title\";s:0:\"\";s:15:\"_css_logo_2_css\";N;s:20:\"hide_title_on_mobile\";s:0:\"\";s:20:\"hide_title_on_tablet\";s:0:\"\";s:17:\"hide_br_on_mobile\";b:1;s:17:\"hide_br_on_tablet\";b:1;s:25:\"_css_page_title_inner_row\";s:20:\"padding-bottom:10px;\";s:13:\"nonce-posts-3\";s:0:\"\";s:16:\"related_post_col\";s:2:\"s4\";s:16:\"related_post_ppp\";s:0:\"\";s:13:\"nonce-posts-7\";s:0:\"\";s:13:\"_css_readmore\";s:127:\"color:#38e7ff;background-color:rgba(56,231,255,0.1);padding-right:15px;padding-left:10px;border-style:solid;border-radius:12px;\";s:19:\"_css_readmore_hover\";s:56:\"color:#000000;box-shadow:0px 10px 20px rgba(0,0,0,0.11);\";s:15:\"_css_readmore_i\";s:52:\"color:#38e7ff;border-style:solid;border-radius:30px;\";s:21:\"_css_readmore_hover_i\";s:14:\"color:#000000;\";s:17:\"columns_portfolio\";s:1:\"3\";s:28:\"nonce-post_type_portfolio-13\";s:0:\"\";s:28:\"nonce-post_type_portfolio-17\";s:0:\"\";s:28:\"nonce-post_type_portfolio-23\";s:0:\"\";s:28:\"nonce-post_type_portfolio-24\";s:0:\"\";s:30:\"hide_title_on_mobile_portfolio\";s:0:\"\";s:30:\"hide_title_on_tablet_portfolio\";s:0:\"\";s:27:\"hide_br_on_mobile_portfolio\";s:0:\"\";s:27:\"hide_br_on_tablet_portfolio\";s:0:\"\";s:35:\"_css_page_title_inner_row_portfolio\";N;s:28:\"hide_title_on_mobile_product\";s:0:\"\";s:28:\"hide_title_on_tablet_product\";s:0:\"\";s:25:\"hide_br_on_mobile_product\";s:0:\"\";s:25:\"hide_br_on_tablet_product\";s:0:\"\";s:33:\"_css_page_title_inner_row_product\";N;s:26:\"nonce-post_type_product-21\";s:0:\"\";s:26:\"nonce-post_type_product-25\";s:0:\"\";s:12:\"woo_template\";s:1:\"2\";s:15:\"woo_related_col\";s:1:\"3\";s:15:\"woo_related_ppp\";s:0:\"\";s:26:\"nonce-post_type_product-31\";s:0:\"\";s:26:\"_css_woo_product_thumbnail\";N;s:24:\"_css_primary_tag_cloud-2\";N;s:30:\"_css_primary_codevzinstagram-2\";N;s:30:\"_css_primary_codevzsimpleads-2\";N;s:33:\"_css_footer-1_codevzpagecontent-2\";N;s:37:\"_css_footer-2_codevzcustommenulist2-2\";N;s:37:\"_css_footer-3_codevzcustommenulist2-3\";N;s:37:\"_css_footer-4_codevzcustommenulist2-4\";N;s:11:\"out_loading\";b:1;s:24:\"_css_menu_ul_ul_header_1\";s:31:\"margin:11px;border-radius:10px;\";s:21:\"_css_primary_search-3\";N;s:25:\"_css_overal_content_block\";N;s:24:\"_css_primary_tag_cloud-1\";N;s:18:\"_css_overal_footer\";s:124:\"background-size:cover;background-image:url(http://xtratheme.com/business/wp-content/uploads/sites/12/2017/07/slider111.jpg);\";s:17:\"row_type_footer_1\";s:0:\"\";s:20:\"page_as_row_footer_1\";s:3:\"697\";s:19:\"_css_nice_select_ul\";s:38:\"border-style:solid;border-radius:30px;\";s:6:\"sticky\";b:1;s:22:\"_css_page_title_tablet\";s:17:\"padding-top:25px;\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:13:\"display:none;\";s:14:\"template_style\";s:1:\"2\";s:17:\"_css_overall_post\";s:52:\"background-color:rgba(56,231,255,0.05);padding:30px;\";s:9:\"prev_post\";s:8:\"Previous\";s:9:\"next_post\";s:4:\"Next\";s:16:\"_css_post_author\";s:0:\"\";s:20:\"_css_next_prev_icons\";s:19:\"border-radius:12px;\";s:19:\"_css_portfolio_meta\";s:42:\"font-size:14px;color:rgba(56,231,255,0.7);\";s:20:\"_css_portfolio_title\";s:14:\"color:#38e7ff;\";s:14:\"cols_portfolio\";s:2:\"s4\";s:11:\"_css_select\";s:19:\"border-radius:10px;\";s:13:\"wp_login_logo\";s:59:\"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams.png\";s:14:\"_wp_login_body\";s:14:\"color:#0f0f0f;\";s:15:\"_wp_login_links\";s:14:\"color:#000000;\";s:30:\"_css_logo_hover_tooltip_mobile\";s:12:\"width:320px;\";s:33:\"_css_menu_ul_indicator_a_header_1\";s:35:\"_class_indicator:fa fa-angle-right;\";s:18:\"vc_disable_modules\";a:29:{i:0;s:16:\"woocommerce_cart\";i:1;s:20:\"woocommerce_checkout\";i:2;s:26:\"woocommerce_order_tracking\";i:3;s:22:\"woocommerce_my_account\";i:4;s:15:\"recent_products\";i:5;s:17:\"featured_products\";i:6;s:7:\"product\";i:7;s:8:\"products\";i:8;s:11:\"add_to_cart\";i:9;s:15:\"add_to_cart_url\";i:10;s:12:\"product_page\";i:11;s:16:\"product_category\";i:12;s:18:\"product_categories\";i:13;s:13:\"sale_products\";i:14;s:21:\"best_selling_products\";i:15;s:18:\"top_rated_products\";i:16;s:17:\"product_attribute\";i:17;s:12:\"vc_wp_search\";i:18;s:10:\"vc_wp_meta\";i:19;s:20:\"vc_wp_recentcomments\";i:20;s:14:\"vc_wp_calendar\";i:21;s:11:\"vc_wp_pages\";i:22;s:14:\"vc_wp_tagcloud\";i:23;s:16:\"vc_wp_custommenu\";i:24;s:10:\"vc_wp_text\";i:25;s:11:\"vc_wp_posts\";i:26;s:16:\"vc_wp_categories\";i:27;s:14:\"vc_wp_archives\";i:28;s:9:\"vc_wp_rss\";}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(158, 'codevz_wp_editor_google_fonts', 'Default=inherit;Arial=Arial;Arial Black=Arial Black;Comic Sans MS=Comic Sans MS;Impact=Impact;Lucida Sans Unicode=Lucida Sans Unicode;Tahoma=Tahoma;Trebuchet MS=Trebuchet MS;Verdana=Verdana;Courier New=Courier New;Lucida Console=Lucida Console;Georgia, serif=Georgia, serif;Palatino Linotype=Palatino Linotype;Times New Roman=Times New Roman;Roboto=Roboto;', 'yes'),
(159, 'codevz_wp_editor_google_fonts_org', 'a:15:{i:0;a:1:{s:4:\"font\";s:7:\"inherit\";}i:1;a:1:{s:4:\"font\";s:5:\"Arial\";}i:2;a:1:{s:4:\"font\";s:11:\"Arial Black\";}i:3;a:1:{s:4:\"font\";s:13:\"Comic Sans MS\";}i:4;a:1:{s:4:\"font\";s:6:\"Impact\";}i:5;a:1:{s:4:\"font\";s:19:\"Lucida Sans Unicode\";}i:6;a:1:{s:4:\"font\";s:6:\"Tahoma\";}i:7;a:1:{s:4:\"font\";s:12:\"Trebuchet MS\";}i:8;a:1:{s:4:\"font\";s:7:\"Verdana\";}i:9;a:1:{s:4:\"font\";s:11:\"Courier New\";}i:10;a:1:{s:4:\"font\";s:14:\"Lucida Console\";}i:11;a:1:{s:4:\"font\";s:14:\"Georgia, serif\";}i:12;a:1:{s:4:\"font\";s:17:\"Palatino Linotype\";}i:13;a:1:{s:4:\"font\";s:15:\"Times New Roman\";}i:14;a:1:{s:4:\"font\";s:30:\"Roboto:100,300,400,500,700,900\";}}', 'yes'),
(160, 'codevz_primary_color', '#38e7ff', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(161, 'codevz_css_selectors', 'a:813:{s:14:\"_css_preloader\";s:11:\".pageloader\";s:21:\"_css_preloader_tablet\";s:11:\".pageloader\";s:21:\"_css_preloader_mobile\";s:11:\".pageloader\";s:16:\"_css_ajax_loader\";s:15:\".cz_ajax_loader\";s:23:\"_css_ajax_loader_tablet\";s:15:\".cz_ajax_loader\";s:23:\"_css_ajax_loader_mobile\";s:15:\".cz_ajax_loader\";s:12:\"_css_ajax_mp\";s:70:\"#cz_ajax_mp .bd.sm2-main-controls, #cz_ajax_mp .bd.sm2-playlist-drawer\";s:19:\"_css_ajax_mp_tablet\";s:70:\"#cz_ajax_mp .bd.sm2-main-controls, #cz_ajax_mp .bd.sm2-playlist-drawer\";s:19:\"_css_ajax_mp_mobile\";s:70:\"#cz_ajax_mp .bd.sm2-main-controls, #cz_ajax_mp .bd.sm2-playlist-drawer\";s:9:\"_css_body\";s:9:\"html,body\";s:16:\"_css_body_tablet\";s:9:\"html,body\";s:16:\"_css_body_mobile\";s:9:\"html,body\";s:13:\"_css_layout_1\";s:7:\"#layout\";s:20:\"_css_layout_1_tablet\";s:7:\"#layout\";s:20:\"_css_layout_1_mobile\";s:7:\"#layout\";s:12:\"_css_buttons\";s:437:\"button:not(.customize-partial-edit-shortcut-button):not(.vc_general):not(.slick-arrow):not(.slick-dots-btn):not([role=\"presentation\"]):not([aria-controls]),.dwqa-questions-footer .dwqa-ask-question a,input[type=submit],input[type=button],.button,.cz_header_button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt\";s:19:\"_css_buttons_tablet\";s:437:\"button:not(.customize-partial-edit-shortcut-button):not(.vc_general):not(.slick-arrow):not(.slick-dots-btn):not([role=\"presentation\"]):not([aria-controls]),.dwqa-questions-footer .dwqa-ask-question a,input[type=submit],input[type=button],.button,.cz_header_button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt\";s:19:\"_css_buttons_mobile\";s:437:\"button:not(.customize-partial-edit-shortcut-button):not(.vc_general):not(.slick-arrow):not(.slick-dots-btn):not([role=\"presentation\"]):not([aria-controls]),.dwqa-questions-footer .dwqa-ask-question a,input[type=submit],input[type=button],.button,.cz_header_button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt\";s:18:\"_css_buttons_hover\";s:509:\"button:not(.customize-partial-edit-shortcut-button):not(.vc_general):not(.slick-arrow):not(.slick-dots-btn):not([role=\"presentation\"]):not([aria-controls]):hover,.dwqa-questions-footer .dwqa-ask-question a:hover,input[type=submit]:hover,input[type=button]:hover,.button:hover,.cz_header_button:hover,.woocommerce a.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover\";s:25:\"_css_buttons_hover_tablet\";s:509:\"button:not(.customize-partial-edit-shortcut-button):not(.vc_general):not(.slick-arrow):not(.slick-dots-btn):not([role=\"presentation\"]):not([aria-controls]):hover,.dwqa-questions-footer .dwqa-ask-question a:hover,input[type=submit]:hover,input[type=button]:hover,.button:hover,.cz_header_button:hover,.woocommerce a.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover\";s:25:\"_css_buttons_hover_mobile\";s:509:\"button:not(.customize-partial-edit-shortcut-button):not(.vc_general):not(.slick-arrow):not(.slick-dots-btn):not([role=\"presentation\"]):not([aria-controls]):hover,.dwqa-questions-footer .dwqa-ask-question a:hover,input[type=submit]:hover,input[type=button]:hover,.button:hover,.cz_header_button:hover,.woocommerce a.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover\";s:18:\"_css_content_block\";s:8:\".content\";s:25:\"_css_content_block_tablet\";s:8:\".content\";s:25:\"_css_content_block_mobile\";s:8:\".content\";s:27:\"_css_content_block_headline\";s:50:\".content > h3:first-child, .content .section_title\";s:34:\"_css_content_block_headline_tablet\";s:50:\".content > h3:first-child, .content .section_title\";s:34:\"_css_content_block_headline_mobile\";s:50:\".content > h3:first-child, .content .section_title\";s:24:\"_css_content_block_links\";s:10:\".content a\";s:31:\"_css_content_block_links_tablet\";s:10:\".content a\";s:31:\"_css_content_block_links_mobile\";s:10:\".content a\";s:30:\"_css_content_block_links_hover\";s:16:\".content a:hover\";s:37:\"_css_content_block_links_hover_tablet\";s:16:\".content a:hover\";s:37:\"_css_content_block_links_hover_mobile\";s:16:\".content a:hover\";s:20:\"_css_sidebar_primary\";s:36:\"aside.sidebar_primary .sidebar_inner\";s:27:\"_css_sidebar_primary_tablet\";s:36:\"aside.sidebar_primary .sidebar_inner\";s:27:\"_css_sidebar_primary_mobile\";s:36:\"aside.sidebar_primary .sidebar_inner\";s:22:\"_css_sidebar_secondary\";s:38:\"aside.sidebar_secondary .sidebar_inner\";s:29:\"_css_sidebar_secondary_tablet\";s:38:\"aside.sidebar_secondary .sidebar_inner\";s:29:\"_css_sidebar_secondary_mobile\";s:38:\"aside.sidebar_secondary .sidebar_inner\";s:12:\"_css_widgets\";s:7:\".widget\";s:19:\"_css_widgets_tablet\";s:7:\".widget\";s:19:\"_css_widgets_mobile\";s:7:\".widget\";s:21:\"_css_widgets_headline\";s:12:\".widget > h4\";s:28:\"_css_widgets_headline_tablet\";s:12:\".widget > h4\";s:28:\"_css_widgets_headline_mobile\";s:12:\".widget > h4\";s:18:\"_css_widgets_links\";s:9:\".widget a\";s:25:\"_css_widgets_links_tablet\";s:9:\".widget a\";s:25:\"_css_widgets_links_mobile\";s:9:\".widget a\";s:24:\"_css_widgets_links_hover\";s:15:\".widget a:hover\";s:31:\"_css_widgets_links_hover_tablet\";s:15:\".widget a:hover\";s:31:\"_css_widgets_links_hover_mobile\";s:15:\".widget a:hover\";s:17:\"_css_all_img_tags\";s:18:\"img, .cz_image img\";s:24:\"_css_all_img_tags_tablet\";s:18:\"img, .cz_image img\";s:24:\"_css_all_img_tags_mobile\";s:18:\"img, .cz_image img\";s:19:\"_css_input_textarea\";s:26:\"input,textarea,select,.qty\";s:26:\"_css_input_textarea_tablet\";s:26:\"input,textarea,select,.qty\";s:26:\"_css_input_textarea_mobile\";s:26:\"input,textarea,select,.qty\";s:25:\"_css_input_textarea_focus\";s:39:\"input:focus,textarea:focus,select:focus\";s:32:\"_css_input_textarea_focus_tablet\";s:39:\"input:focus,textarea:focus,select:focus\";s:32:\"_css_input_textarea_focus_mobile\";s:39:\"input:focus,textarea:focus,select:focus\";s:11:\"_css_select\";s:19:\"select,.nice-select\";s:18:\"_css_select_tablet\";s:19:\"select,.nice-select\";s:18:\"_css_select_mobile\";s:19:\"select,.nice-select\";s:20:\"_css_select_dropdown\";s:18:\".nice-select .list\";s:27:\"_css_select_dropdown_tablet\";s:18:\".nice-select .list\";s:27:\"_css_select_dropdown_mobile\";s:18:\".nice-select .list\";s:16:\"_css_lightbox_bg\";s:12:\".lg-backdrop\";s:23:\"_css_lightbox_bg_tablet\";s:12:\".lg-backdrop\";s:23:\"_css_lightbox_bg_mobile\";s:12:\".lg-backdrop\";s:13:\"_css_logo_css\";s:31:\".logo > a, .logo > h1, .logo h2\";s:20:\"_css_logo_css_tablet\";s:31:\".logo > a, .logo > h1, .logo h2\";s:20:\"_css_logo_css_mobile\";s:31:\".logo > a, .logo > h1, .logo h2\";s:15:\"_css_logo_2_css\";s:25:\".logo_2 > a, .logo_2 > h1\";s:22:\"_css_logo_2_css_tablet\";s:25:\".logo_2 > a, .logo_2 > h1\";s:22:\"_css_logo_2_css_mobile\";s:25:\".logo_2 > a, .logo_2 > h1\";s:23:\"_css_logo_hover_tooltip\";s:19:\".logo_hover_tooltip\";s:30:\"_css_logo_hover_tooltip_tablet\";s:19:\".logo_hover_tooltip\";s:30:\"_css_logo_hover_tooltip_mobile\";s:19:\".logo_hover_tooltip\";s:11:\"_css_social\";s:44:\".elms_row .cz_social, .fixed_side .cz_social\";s:18:\"_css_social_tablet\";s:44:\".elms_row .cz_social, .fixed_side .cz_social\";s:18:\"_css_social_mobile\";s:44:\".elms_row .cz_social, .fixed_side .cz_social\";s:13:\"_css_social_a\";s:48:\".elms_row .cz_social a, .fixed_side .cz_social a\";s:20:\"_css_social_a_tablet\";s:48:\".elms_row .cz_social a, .fixed_side .cz_social a\";s:20:\"_css_social_a_mobile\";s:48:\".elms_row .cz_social a, .fixed_side .cz_social a\";s:19:\"_css_social_a_hover\";s:60:\".elms_row .cz_social a:hover, .fixed_side .cz_social a:hover\";s:26:\"_css_social_a_hover_tablet\";s:60:\".elms_row .cz_social a:hover, .fixed_side .cz_social a:hover\";s:26:\"_css_social_a_hover_mobile\";s:60:\".elms_row .cz_social a:hover, .fixed_side .cz_social a:hover\";s:25:\"_css_social_inline_titles\";s:58:\".elms_row .cz_social a span, .fixed_side .cz_social a span\";s:32:\"_css_social_inline_titles_tablet\";s:58:\".elms_row .cz_social a span, .fixed_side .cz_social a span\";s:32:\"_css_social_inline_titles_mobile\";s:58:\".elms_row .cz_social a span, .fixed_side .cz_social a span\";s:19:\"_css_social_tooltip\";s:60:\".elms_row .cz_social a:after, .fixed_side .cz_social a:after\";s:26:\"_css_social_tooltip_tablet\";s:60:\".elms_row .cz_social a:after, .fixed_side .cz_social a:after\";s:26:\"_css_social_tooltip_mobile\";s:60:\".elms_row .cz_social a:after, .fixed_side .cz_social a:after\";s:23:\"_css_container_header_1\";s:9:\".header_1\";s:30:\"_css_container_header_1_tablet\";s:9:\".header_1\";s:30:\"_css_container_header_1_mobile\";s:9:\".header_1\";s:17:\"_css_row_header_1\";s:14:\".header_1 .row\";s:24:\"_css_row_header_1_tablet\";s:14:\".header_1 .row\";s:24:\"_css_row_header_1_mobile\";s:14:\".header_1 .row\";s:18:\"_css_header_1_left\";s:20:\".header_1 .elms_left\";s:25:\"_css_header_1_left_tablet\";s:20:\".header_1 .elms_left\";s:25:\"_css_header_1_left_mobile\";s:20:\".header_1 .elms_left\";s:20:\"_css_header_1_center\";s:22:\".header_1 .elms_center\";s:27:\"_css_header_1_center_tablet\";s:22:\".header_1 .elms_center\";s:27:\"_css_header_1_center_mobile\";s:22:\".header_1 .elms_center\";s:19:\"_css_header_1_right\";s:21:\".header_1 .elms_right\";s:26:\"_css_header_1_right_tablet\";s:21:\".header_1 .elms_right\";s:26:\"_css_header_1_right_mobile\";s:21:\".header_1 .elms_right\";s:28:\"_css_menu_container_header_1\";s:14:\"#menu_header_1\";s:35:\"_css_menu_container_header_1_tablet\";s:14:\"#menu_header_1\";s:35:\"_css_menu_container_header_1_mobile\";s:14:\"#menu_header_1\";s:21:\"_css_menu_li_header_1\";s:20:\"#menu_header_1 > .cz\";s:28:\"_css_menu_li_header_1_tablet\";s:20:\"#menu_header_1 > .cz\";s:28:\"_css_menu_li_header_1_mobile\";s:20:\"#menu_header_1 > .cz\";s:20:\"_css_menu_a_header_1\";s:24:\"#menu_header_1 > .cz > a\";s:27:\"_css_menu_a_header_1_tablet\";s:24:\"#menu_header_1 > .cz > a\";s:27:\"_css_menu_a_header_1_mobile\";s:24:\"#menu_header_1 > .cz > a\";s:26:\"_css_menu_a_hover_header_1\";s:138:\"#menu_header_1 > .cz > a:hover,#menu_header_1 > .cz:hover > a,#menu_header_1 > .current_menu > a,#menu_header_1 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_header_1_tablet\";s:138:\"#menu_header_1 > .cz > a:hover,#menu_header_1 > .cz:hover > a,#menu_header_1 > .current_menu > a,#menu_header_1 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_header_1_mobile\";s:138:\"#menu_header_1 > .cz > a:hover,#menu_header_1 > .cz:hover > a,#menu_header_1 > .current_menu > a,#menu_header_1 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_before_header_1\";s:31:\"#menu_header_1 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_header_1_tablet\";s:31:\"#menu_header_1 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_header_1_mobile\";s:31:\"#menu_header_1 > .cz > a:before\";s:30:\"_css_menu_indicator_a_header_1\";s:38:\"#menu_header_1 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_header_1_tablet\";s:38:\"#menu_header_1 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_header_1_mobile\";s:38:\"#menu_header_1 > .cz > a .cz_indicator\";s:29:\"_css_menus_separator_header_1\";s:26:\"#menu_header_1 > .cz:after\";s:36:\"_css_menus_separator_header_1_tablet\";s:26:\"#menu_header_1 > .cz:after\";s:36:\"_css_menus_separator_header_1_mobile\";s:26:\"#menu_header_1 > .cz:after\";s:21:\"_css_menu_ul_header_1\";s:55:\"#menu_header_1 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_header_1_tablet\";s:55:\"#menu_header_1 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_header_1_mobile\";s:55:\"#menu_header_1 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:23:\"_css_menu_ul_a_header_1\";s:50:\"#menu_header_1 .cz .cz a,#menu_header_1 .cz .cz h6\";s:30:\"_css_menu_ul_a_header_1_tablet\";s:50:\"#menu_header_1 .cz .cz a,#menu_header_1 .cz .cz h6\";s:30:\"_css_menu_ul_a_header_1_mobile\";s:50:\"#menu_header_1 .cz .cz a,#menu_header_1 .cz .cz h6\";s:29:\"_css_menu_ul_a_hover_header_1\";s:149:\"#menu_header_1 .cz .cz a:hover,#menu_header_1 .cz .cz:hover > a,#menu_header_1 .cz .current_menu > a,#menu_header_1 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_header_1_tablet\";s:149:\"#menu_header_1 .cz .cz a:hover,#menu_header_1 .cz .cz:hover > a,#menu_header_1 .cz .current_menu > a,#menu_header_1 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_header_1_mobile\";s:149:\"#menu_header_1 .cz .cz a:hover,#menu_header_1 .cz .cz:hover > a,#menu_header_1 .cz .current_menu > a,#menu_header_1 .cz .current_menu > .current_menu\";s:33:\"_css_menu_ul_indicator_a_header_1\";s:38:\"#menu_header_1 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_header_1_tablet\";s:38:\"#menu_header_1 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_header_1_mobile\";s:38:\"#menu_header_1 .cz .cz a .cz_indicator\";s:24:\"_css_menu_ul_ul_header_1\";s:61:\"#menu_header_1 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_header_1_tablet\";s:61:\"#menu_header_1 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_header_1_mobile\";s:61:\"#menu_header_1 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:33:\"_css_menu_inner_megamenu_header_1\";s:120:\"#menu_header_1 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_header_1_tablet\";s:120:\"#menu_header_1 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_header_1_mobile\";s:120:\"#menu_header_1 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:23:\"_css_container_header_2\";s:9:\".header_2\";s:30:\"_css_container_header_2_tablet\";s:9:\".header_2\";s:30:\"_css_container_header_2_mobile\";s:9:\".header_2\";s:17:\"_css_row_header_2\";s:14:\".header_2 .row\";s:24:\"_css_row_header_2_tablet\";s:14:\".header_2 .row\";s:24:\"_css_row_header_2_mobile\";s:14:\".header_2 .row\";s:18:\"_css_header_2_left\";s:20:\".header_2 .elms_left\";s:25:\"_css_header_2_left_tablet\";s:20:\".header_2 .elms_left\";s:25:\"_css_header_2_left_mobile\";s:20:\".header_2 .elms_left\";s:20:\"_css_header_2_center\";s:22:\".header_2 .elms_center\";s:27:\"_css_header_2_center_tablet\";s:22:\".header_2 .elms_center\";s:27:\"_css_header_2_center_mobile\";s:22:\".header_2 .elms_center\";s:19:\"_css_header_2_right\";s:21:\".header_2 .elms_right\";s:26:\"_css_header_2_right_tablet\";s:21:\".header_2 .elms_right\";s:26:\"_css_header_2_right_mobile\";s:21:\".header_2 .elms_right\";s:28:\"_css_menu_container_header_2\";s:14:\"#menu_header_2\";s:35:\"_css_menu_container_header_2_tablet\";s:14:\"#menu_header_2\";s:35:\"_css_menu_container_header_2_mobile\";s:14:\"#menu_header_2\";s:21:\"_css_menu_li_header_2\";s:20:\"#menu_header_2 > .cz\";s:28:\"_css_menu_li_header_2_tablet\";s:20:\"#menu_header_2 > .cz\";s:28:\"_css_menu_li_header_2_mobile\";s:20:\"#menu_header_2 > .cz\";s:20:\"_css_menu_a_header_2\";s:24:\"#menu_header_2 > .cz > a\";s:27:\"_css_menu_a_header_2_tablet\";s:24:\"#menu_header_2 > .cz > a\";s:27:\"_css_menu_a_header_2_mobile\";s:24:\"#menu_header_2 > .cz > a\";s:26:\"_css_menu_a_hover_header_2\";s:138:\"#menu_header_2 > .cz > a:hover,#menu_header_2 > .cz:hover > a,#menu_header_2 > .current_menu > a,#menu_header_2 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_header_2_tablet\";s:138:\"#menu_header_2 > .cz > a:hover,#menu_header_2 > .cz:hover > a,#menu_header_2 > .current_menu > a,#menu_header_2 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_header_2_mobile\";s:138:\"#menu_header_2 > .cz > a:hover,#menu_header_2 > .cz:hover > a,#menu_header_2 > .current_menu > a,#menu_header_2 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_before_header_2\";s:31:\"#menu_header_2 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_header_2_tablet\";s:31:\"#menu_header_2 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_header_2_mobile\";s:31:\"#menu_header_2 > .cz > a:before\";s:30:\"_css_menu_indicator_a_header_2\";s:38:\"#menu_header_2 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_header_2_tablet\";s:38:\"#menu_header_2 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_header_2_mobile\";s:38:\"#menu_header_2 > .cz > a .cz_indicator\";s:29:\"_css_menus_separator_header_2\";s:26:\"#menu_header_2 > .cz:after\";s:36:\"_css_menus_separator_header_2_tablet\";s:26:\"#menu_header_2 > .cz:after\";s:36:\"_css_menus_separator_header_2_mobile\";s:26:\"#menu_header_2 > .cz:after\";s:21:\"_css_menu_ul_header_2\";s:55:\"#menu_header_2 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_header_2_tablet\";s:55:\"#menu_header_2 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_header_2_mobile\";s:55:\"#menu_header_2 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:23:\"_css_menu_ul_a_header_2\";s:50:\"#menu_header_2 .cz .cz a,#menu_header_2 .cz .cz h6\";s:30:\"_css_menu_ul_a_header_2_tablet\";s:50:\"#menu_header_2 .cz .cz a,#menu_header_2 .cz .cz h6\";s:30:\"_css_menu_ul_a_header_2_mobile\";s:50:\"#menu_header_2 .cz .cz a,#menu_header_2 .cz .cz h6\";s:29:\"_css_menu_ul_a_hover_header_2\";s:149:\"#menu_header_2 .cz .cz a:hover,#menu_header_2 .cz .cz:hover > a,#menu_header_2 .cz .current_menu > a,#menu_header_2 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_header_2_tablet\";s:149:\"#menu_header_2 .cz .cz a:hover,#menu_header_2 .cz .cz:hover > a,#menu_header_2 .cz .current_menu > a,#menu_header_2 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_header_2_mobile\";s:149:\"#menu_header_2 .cz .cz a:hover,#menu_header_2 .cz .cz:hover > a,#menu_header_2 .cz .current_menu > a,#menu_header_2 .cz .current_menu > .current_menu\";s:33:\"_css_menu_ul_indicator_a_header_2\";s:38:\"#menu_header_2 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_header_2_tablet\";s:38:\"#menu_header_2 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_header_2_mobile\";s:38:\"#menu_header_2 .cz .cz a .cz_indicator\";s:24:\"_css_menu_ul_ul_header_2\";s:61:\"#menu_header_2 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_header_2_tablet\";s:61:\"#menu_header_2 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_header_2_mobile\";s:61:\"#menu_header_2 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:33:\"_css_menu_inner_megamenu_header_2\";s:120:\"#menu_header_2 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_header_2_tablet\";s:120:\"#menu_header_2 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_header_2_mobile\";s:120:\"#menu_header_2 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:23:\"_css_container_header_3\";s:9:\".header_3\";s:30:\"_css_container_header_3_tablet\";s:9:\".header_3\";s:30:\"_css_container_header_3_mobile\";s:9:\".header_3\";s:17:\"_css_row_header_3\";s:14:\".header_3 .row\";s:24:\"_css_row_header_3_tablet\";s:14:\".header_3 .row\";s:24:\"_css_row_header_3_mobile\";s:14:\".header_3 .row\";s:18:\"_css_header_3_left\";s:20:\".header_3 .elms_left\";s:25:\"_css_header_3_left_tablet\";s:20:\".header_3 .elms_left\";s:25:\"_css_header_3_left_mobile\";s:20:\".header_3 .elms_left\";s:20:\"_css_header_3_center\";s:22:\".header_3 .elms_center\";s:27:\"_css_header_3_center_tablet\";s:22:\".header_3 .elms_center\";s:27:\"_css_header_3_center_mobile\";s:22:\".header_3 .elms_center\";s:19:\"_css_header_3_right\";s:21:\".header_3 .elms_right\";s:26:\"_css_header_3_right_tablet\";s:21:\".header_3 .elms_right\";s:26:\"_css_header_3_right_mobile\";s:21:\".header_3 .elms_right\";s:28:\"_css_menu_container_header_3\";s:14:\"#menu_header_3\";s:35:\"_css_menu_container_header_3_tablet\";s:14:\"#menu_header_3\";s:35:\"_css_menu_container_header_3_mobile\";s:14:\"#menu_header_3\";s:21:\"_css_menu_li_header_3\";s:20:\"#menu_header_3 > .cz\";s:28:\"_css_menu_li_header_3_tablet\";s:20:\"#menu_header_3 > .cz\";s:28:\"_css_menu_li_header_3_mobile\";s:20:\"#menu_header_3 > .cz\";s:20:\"_css_menu_a_header_3\";s:24:\"#menu_header_3 > .cz > a\";s:27:\"_css_menu_a_header_3_tablet\";s:24:\"#menu_header_3 > .cz > a\";s:27:\"_css_menu_a_header_3_mobile\";s:24:\"#menu_header_3 > .cz > a\";s:26:\"_css_menu_a_hover_header_3\";s:138:\"#menu_header_3 > .cz > a:hover,#menu_header_3 > .cz:hover > a,#menu_header_3 > .current_menu > a,#menu_header_3 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_header_3_tablet\";s:138:\"#menu_header_3 > .cz > a:hover,#menu_header_3 > .cz:hover > a,#menu_header_3 > .current_menu > a,#menu_header_3 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_header_3_mobile\";s:138:\"#menu_header_3 > .cz > a:hover,#menu_header_3 > .cz:hover > a,#menu_header_3 > .current_menu > a,#menu_header_3 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_before_header_3\";s:31:\"#menu_header_3 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_header_3_tablet\";s:31:\"#menu_header_3 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_header_3_mobile\";s:31:\"#menu_header_3 > .cz > a:before\";s:30:\"_css_menu_indicator_a_header_3\";s:38:\"#menu_header_3 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_header_3_tablet\";s:38:\"#menu_header_3 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_header_3_mobile\";s:38:\"#menu_header_3 > .cz > a .cz_indicator\";s:29:\"_css_menus_separator_header_3\";s:26:\"#menu_header_3 > .cz:after\";s:36:\"_css_menus_separator_header_3_tablet\";s:26:\"#menu_header_3 > .cz:after\";s:36:\"_css_menus_separator_header_3_mobile\";s:26:\"#menu_header_3 > .cz:after\";s:21:\"_css_menu_ul_header_3\";s:55:\"#menu_header_3 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_header_3_tablet\";s:55:\"#menu_header_3 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_header_3_mobile\";s:55:\"#menu_header_3 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:23:\"_css_menu_ul_a_header_3\";s:50:\"#menu_header_3 .cz .cz a,#menu_header_3 .cz .cz h6\";s:30:\"_css_menu_ul_a_header_3_tablet\";s:50:\"#menu_header_3 .cz .cz a,#menu_header_3 .cz .cz h6\";s:30:\"_css_menu_ul_a_header_3_mobile\";s:50:\"#menu_header_3 .cz .cz a,#menu_header_3 .cz .cz h6\";s:29:\"_css_menu_ul_a_hover_header_3\";s:149:\"#menu_header_3 .cz .cz a:hover,#menu_header_3 .cz .cz:hover > a,#menu_header_3 .cz .current_menu > a,#menu_header_3 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_header_3_tablet\";s:149:\"#menu_header_3 .cz .cz a:hover,#menu_header_3 .cz .cz:hover > a,#menu_header_3 .cz .current_menu > a,#menu_header_3 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_header_3_mobile\";s:149:\"#menu_header_3 .cz .cz a:hover,#menu_header_3 .cz .cz:hover > a,#menu_header_3 .cz .current_menu > a,#menu_header_3 .cz .current_menu > .current_menu\";s:33:\"_css_menu_ul_indicator_a_header_3\";s:38:\"#menu_header_3 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_header_3_tablet\";s:38:\"#menu_header_3 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_header_3_mobile\";s:38:\"#menu_header_3 .cz .cz a .cz_indicator\";s:24:\"_css_menu_ul_ul_header_3\";s:61:\"#menu_header_3 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_header_3_tablet\";s:61:\"#menu_header_3 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_header_3_mobile\";s:61:\"#menu_header_3 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:33:\"_css_menu_inner_megamenu_header_3\";s:120:\"#menu_header_3 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_header_3_tablet\";s:120:\"#menu_header_3 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_header_3_mobile\";s:120:\"#menu_header_3 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:23:\"_css_container_header_5\";s:9:\".onSticky\";s:30:\"_css_container_header_5_tablet\";s:9:\".onSticky\";s:30:\"_css_container_header_5_mobile\";s:9:\".onSticky\";s:17:\"_css_row_header_5\";s:14:\".onSticky .row\";s:24:\"_css_row_header_5_tablet\";s:14:\".onSticky .row\";s:24:\"_css_row_header_5_mobile\";s:14:\".onSticky .row\";s:18:\"_css_header_5_left\";s:20:\".onSticky .elms_left\";s:25:\"_css_header_5_left_tablet\";s:20:\".onSticky .elms_left\";s:25:\"_css_header_5_left_mobile\";s:20:\".onSticky .elms_left\";s:20:\"_css_header_5_center\";s:22:\".onSticky .elms_center\";s:27:\"_css_header_5_center_tablet\";s:22:\".onSticky .elms_center\";s:27:\"_css_header_5_center_mobile\";s:22:\".onSticky .elms_center\";s:19:\"_css_header_5_right\";s:21:\".onSticky .elms_right\";s:26:\"_css_header_5_right_tablet\";s:21:\".onSticky .elms_right\";s:26:\"_css_header_5_right_mobile\";s:21:\".onSticky .elms_right\";s:28:\"_css_menu_container_header_5\";s:14:\"#menu_header_5\";s:35:\"_css_menu_container_header_5_tablet\";s:14:\"#menu_header_5\";s:35:\"_css_menu_container_header_5_mobile\";s:14:\"#menu_header_5\";s:21:\"_css_menu_li_header_5\";s:20:\"#menu_header_5 > .cz\";s:28:\"_css_menu_li_header_5_tablet\";s:20:\"#menu_header_5 > .cz\";s:28:\"_css_menu_li_header_5_mobile\";s:20:\"#menu_header_5 > .cz\";s:20:\"_css_menu_a_header_5\";s:24:\"#menu_header_5 > .cz > a\";s:27:\"_css_menu_a_header_5_tablet\";s:24:\"#menu_header_5 > .cz > a\";s:27:\"_css_menu_a_header_5_mobile\";s:24:\"#menu_header_5 > .cz > a\";s:26:\"_css_menu_a_hover_header_5\";s:138:\"#menu_header_5 > .cz > a:hover,#menu_header_5 > .cz:hover > a,#menu_header_5 > .current_menu > a,#menu_header_5 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_header_5_tablet\";s:138:\"#menu_header_5 > .cz > a:hover,#menu_header_5 > .cz:hover > a,#menu_header_5 > .current_menu > a,#menu_header_5 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_header_5_mobile\";s:138:\"#menu_header_5 > .cz > a:hover,#menu_header_5 > .cz:hover > a,#menu_header_5 > .current_menu > a,#menu_header_5 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_before_header_5\";s:31:\"#menu_header_5 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_header_5_tablet\";s:31:\"#menu_header_5 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_header_5_mobile\";s:31:\"#menu_header_5 > .cz > a:before\";s:30:\"_css_menu_indicator_a_header_5\";s:38:\"#menu_header_5 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_header_5_tablet\";s:38:\"#menu_header_5 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_header_5_mobile\";s:38:\"#menu_header_5 > .cz > a .cz_indicator\";s:29:\"_css_menus_separator_header_5\";s:26:\"#menu_header_5 > .cz:after\";s:36:\"_css_menus_separator_header_5_tablet\";s:26:\"#menu_header_5 > .cz:after\";s:36:\"_css_menus_separator_header_5_mobile\";s:26:\"#menu_header_5 > .cz:after\";s:21:\"_css_menu_ul_header_5\";s:55:\"#menu_header_5 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_header_5_tablet\";s:55:\"#menu_header_5 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_header_5_mobile\";s:55:\"#menu_header_5 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:23:\"_css_menu_ul_a_header_5\";s:50:\"#menu_header_5 .cz .cz a,#menu_header_5 .cz .cz h6\";s:30:\"_css_menu_ul_a_header_5_tablet\";s:50:\"#menu_header_5 .cz .cz a,#menu_header_5 .cz .cz h6\";s:30:\"_css_menu_ul_a_header_5_mobile\";s:50:\"#menu_header_5 .cz .cz a,#menu_header_5 .cz .cz h6\";s:29:\"_css_menu_ul_a_hover_header_5\";s:149:\"#menu_header_5 .cz .cz a:hover,#menu_header_5 .cz .cz:hover > a,#menu_header_5 .cz .current_menu > a,#menu_header_5 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_header_5_tablet\";s:149:\"#menu_header_5 .cz .cz a:hover,#menu_header_5 .cz .cz:hover > a,#menu_header_5 .cz .current_menu > a,#menu_header_5 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_header_5_mobile\";s:149:\"#menu_header_5 .cz .cz a:hover,#menu_header_5 .cz .cz:hover > a,#menu_header_5 .cz .current_menu > a,#menu_header_5 .cz .current_menu > .current_menu\";s:33:\"_css_menu_ul_indicator_a_header_5\";s:38:\"#menu_header_5 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_header_5_tablet\";s:38:\"#menu_header_5 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_header_5_mobile\";s:38:\"#menu_header_5 .cz .cz a .cz_indicator\";s:24:\"_css_menu_ul_ul_header_5\";s:61:\"#menu_header_5 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_header_5_tablet\";s:61:\"#menu_header_5 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_header_5_mobile\";s:61:\"#menu_header_5 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:33:\"_css_menu_inner_megamenu_header_5\";s:120:\"#menu_header_5 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_header_5_tablet\";s:120:\"#menu_header_5 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_header_5_mobile\";s:120:\"#menu_header_5 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:23:\"_css_container_header_4\";s:9:\".header_4\";s:30:\"_css_container_header_4_tablet\";s:9:\".header_4\";s:30:\"_css_container_header_4_mobile\";s:9:\".header_4\";s:17:\"_css_row_header_4\";s:14:\".header_4 .row\";s:24:\"_css_row_header_4_tablet\";s:14:\".header_4 .row\";s:24:\"_css_row_header_4_mobile\";s:14:\".header_4 .row\";s:18:\"_css_header_4_left\";s:20:\".header_4 .elms_left\";s:25:\"_css_header_4_left_tablet\";s:20:\".header_4 .elms_left\";s:25:\"_css_header_4_left_mobile\";s:20:\".header_4 .elms_left\";s:20:\"_css_header_4_center\";s:22:\".header_4 .elms_center\";s:27:\"_css_header_4_center_tablet\";s:22:\".header_4 .elms_center\";s:27:\"_css_header_4_center_mobile\";s:22:\".header_4 .elms_center\";s:19:\"_css_header_4_right\";s:21:\".header_4 .elms_right\";s:26:\"_css_header_4_right_tablet\";s:21:\".header_4 .elms_right\";s:26:\"_css_header_4_right_mobile\";s:21:\".header_4 .elms_right\";s:28:\"_css_menu_container_header_4\";s:14:\"#menu_header_4\";s:35:\"_css_menu_container_header_4_tablet\";s:14:\"#menu_header_4\";s:35:\"_css_menu_container_header_4_mobile\";s:14:\"#menu_header_4\";s:21:\"_css_menu_li_header_4\";s:20:\"#menu_header_4 > .cz\";s:28:\"_css_menu_li_header_4_tablet\";s:20:\"#menu_header_4 > .cz\";s:28:\"_css_menu_li_header_4_mobile\";s:20:\"#menu_header_4 > .cz\";s:20:\"_css_menu_a_header_4\";s:24:\"#menu_header_4 > .cz > a\";s:27:\"_css_menu_a_header_4_tablet\";s:24:\"#menu_header_4 > .cz > a\";s:27:\"_css_menu_a_header_4_mobile\";s:24:\"#menu_header_4 > .cz > a\";s:26:\"_css_menu_a_hover_header_4\";s:138:\"#menu_header_4 > .cz > a:hover,#menu_header_4 > .cz:hover > a,#menu_header_4 > .current_menu > a,#menu_header_4 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_header_4_tablet\";s:138:\"#menu_header_4 > .cz > a:hover,#menu_header_4 > .cz:hover > a,#menu_header_4 > .current_menu > a,#menu_header_4 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_header_4_mobile\";s:138:\"#menu_header_4 > .cz > a:hover,#menu_header_4 > .cz:hover > a,#menu_header_4 > .current_menu > a,#menu_header_4 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_before_header_4\";s:31:\"#menu_header_4 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_header_4_tablet\";s:31:\"#menu_header_4 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_header_4_mobile\";s:31:\"#menu_header_4 > .cz > a:before\";s:30:\"_css_menu_indicator_a_header_4\";s:38:\"#menu_header_4 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_header_4_tablet\";s:38:\"#menu_header_4 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_header_4_mobile\";s:38:\"#menu_header_4 > .cz > a .cz_indicator\";s:29:\"_css_menus_separator_header_4\";s:26:\"#menu_header_4 > .cz:after\";s:36:\"_css_menus_separator_header_4_tablet\";s:26:\"#menu_header_4 > .cz:after\";s:36:\"_css_menus_separator_header_4_mobile\";s:26:\"#menu_header_4 > .cz:after\";s:21:\"_css_menu_ul_header_4\";s:55:\"#menu_header_4 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_header_4_tablet\";s:55:\"#menu_header_4 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_header_4_mobile\";s:55:\"#menu_header_4 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:23:\"_css_menu_ul_a_header_4\";s:50:\"#menu_header_4 .cz .cz a,#menu_header_4 .cz .cz h6\";s:30:\"_css_menu_ul_a_header_4_tablet\";s:50:\"#menu_header_4 .cz .cz a,#menu_header_4 .cz .cz h6\";s:30:\"_css_menu_ul_a_header_4_mobile\";s:50:\"#menu_header_4 .cz .cz a,#menu_header_4 .cz .cz h6\";s:29:\"_css_menu_ul_a_hover_header_4\";s:149:\"#menu_header_4 .cz .cz a:hover,#menu_header_4 .cz .cz:hover > a,#menu_header_4 .cz .current_menu > a,#menu_header_4 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_header_4_tablet\";s:149:\"#menu_header_4 .cz .cz a:hover,#menu_header_4 .cz .cz:hover > a,#menu_header_4 .cz .current_menu > a,#menu_header_4 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_header_4_mobile\";s:149:\"#menu_header_4 .cz .cz a:hover,#menu_header_4 .cz .cz:hover > a,#menu_header_4 .cz .current_menu > a,#menu_header_4 .cz .current_menu > .current_menu\";s:33:\"_css_menu_ul_indicator_a_header_4\";s:38:\"#menu_header_4 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_header_4_tablet\";s:38:\"#menu_header_4 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_header_4_mobile\";s:38:\"#menu_header_4 .cz .cz a .cz_indicator\";s:24:\"_css_menu_ul_ul_header_4\";s:61:\"#menu_header_4 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_header_4_tablet\";s:61:\"#menu_header_4 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_header_4_mobile\";s:61:\"#menu_header_4 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:33:\"_css_menu_inner_megamenu_header_4\";s:120:\"#menu_header_4 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_header_4_tablet\";s:120:\"#menu_header_4 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_header_4_mobile\";s:120:\"#menu_header_4 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:21:\"_css_fixed_side_style\";s:44:\".fixed_side, .fixed_side .theiaStickySidebar\";s:28:\"_css_fixed_side_style_tablet\";s:44:\".fixed_side, .fixed_side .theiaStickySidebar\";s:28:\"_css_fixed_side_style_mobile\";s:44:\".fixed_side, .fixed_side .theiaStickySidebar\";s:21:\"_css_fixed_side_1_top\";s:23:\".fixed_side_1 .elms_top\";s:28:\"_css_fixed_side_1_top_tablet\";s:23:\".fixed_side_1 .elms_top\";s:28:\"_css_fixed_side_1_top_mobile\";s:23:\".fixed_side_1 .elms_top\";s:24:\"_css_fixed_side_1_middle\";s:26:\".fixed_side_1 .elms_middle\";s:31:\"_css_fixed_side_1_middle_tablet\";s:26:\".fixed_side_1 .elms_middle\";s:31:\"_css_fixed_side_1_middle_mobile\";s:26:\".fixed_side_1 .elms_middle\";s:24:\"_css_fixed_side_1_bottom\";s:26:\".fixed_side_1 .elms_bottom\";s:31:\"_css_fixed_side_1_bottom_tablet\";s:26:\".fixed_side_1 .elms_bottom\";s:31:\"_css_fixed_side_1_bottom_mobile\";s:26:\".fixed_side_1 .elms_bottom\";s:32:\"_css_menu_container_fixed_side_1\";s:18:\"#menu_fixed_side_1\";s:39:\"_css_menu_container_fixed_side_1_tablet\";s:18:\"#menu_fixed_side_1\";s:39:\"_css_menu_container_fixed_side_1_mobile\";s:18:\"#menu_fixed_side_1\";s:25:\"_css_menu_li_fixed_side_1\";s:24:\"#menu_fixed_side_1 > .cz\";s:32:\"_css_menu_li_fixed_side_1_tablet\";s:24:\"#menu_fixed_side_1 > .cz\";s:32:\"_css_menu_li_fixed_side_1_mobile\";s:24:\"#menu_fixed_side_1 > .cz\";s:24:\"_css_menu_a_fixed_side_1\";s:28:\"#menu_fixed_side_1 > .cz > a\";s:31:\"_css_menu_a_fixed_side_1_tablet\";s:28:\"#menu_fixed_side_1 > .cz > a\";s:31:\"_css_menu_a_fixed_side_1_mobile\";s:28:\"#menu_fixed_side_1 > .cz > a\";s:30:\"_css_menu_a_hover_fixed_side_1\";s:154:\"#menu_fixed_side_1 > .cz > a:hover,#menu_fixed_side_1 > .cz:hover > a,#menu_fixed_side_1 > .current_menu > a,#menu_fixed_side_1 > .current-menu-parent > a\";s:37:\"_css_menu_a_hover_fixed_side_1_tablet\";s:154:\"#menu_fixed_side_1 > .cz > a:hover,#menu_fixed_side_1 > .cz:hover > a,#menu_fixed_side_1 > .current_menu > a,#menu_fixed_side_1 > .current-menu-parent > a\";s:37:\"_css_menu_a_hover_fixed_side_1_mobile\";s:154:\"#menu_fixed_side_1 > .cz > a:hover,#menu_fixed_side_1 > .cz:hover > a,#menu_fixed_side_1 > .current_menu > a,#menu_fixed_side_1 > .current-menu-parent > a\";s:37:\"_css_menu_a_hover_before_fixed_side_1\";s:35:\"#menu_fixed_side_1 > .cz > a:before\";s:44:\"_css_menu_a_hover_before_fixed_side_1_tablet\";s:35:\"#menu_fixed_side_1 > .cz > a:before\";s:44:\"_css_menu_a_hover_before_fixed_side_1_mobile\";s:35:\"#menu_fixed_side_1 > .cz > a:before\";s:34:\"_css_menu_indicator_a_fixed_side_1\";s:42:\"#menu_fixed_side_1 > .cz > a .cz_indicator\";s:41:\"_css_menu_a_indicator_fixed_side_1_tablet\";s:42:\"#menu_fixed_side_1 > .cz > a .cz_indicator\";s:41:\"_css_menu_a_indicator_fixed_side_1_mobile\";s:42:\"#menu_fixed_side_1 > .cz > a .cz_indicator\";s:33:\"_css_menus_separator_fixed_side_1\";s:30:\"#menu_fixed_side_1 > .cz:after\";s:40:\"_css_menus_separator_fixed_side_1_tablet\";s:30:\"#menu_fixed_side_1 > .cz:after\";s:40:\"_css_menus_separator_fixed_side_1_mobile\";s:30:\"#menu_fixed_side_1 > .cz:after\";s:25:\"_css_menu_ul_fixed_side_1\";s:59:\"#menu_fixed_side_1 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:32:\"_css_menu_ul_fixed_side_1_tablet\";s:59:\"#menu_fixed_side_1 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:32:\"_css_menu_ul_fixed_side_1_mobile\";s:59:\"#menu_fixed_side_1 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:27:\"_css_menu_ul_a_fixed_side_1\";s:58:\"#menu_fixed_side_1 .cz .cz a,#menu_fixed_side_1 .cz .cz h6\";s:34:\"_css_menu_ul_a_fixed_side_1_tablet\";s:58:\"#menu_fixed_side_1 .cz .cz a,#menu_fixed_side_1 .cz .cz h6\";s:34:\"_css_menu_ul_a_fixed_side_1_mobile\";s:58:\"#menu_fixed_side_1 .cz .cz a,#menu_fixed_side_1 .cz .cz h6\";s:33:\"_css_menu_ul_a_hover_fixed_side_1\";s:165:\"#menu_fixed_side_1 .cz .cz a:hover,#menu_fixed_side_1 .cz .cz:hover > a,#menu_fixed_side_1 .cz .current_menu > a,#menu_fixed_side_1 .cz .current_menu > .current_menu\";s:40:\"_css_menu_ul_a_hover_fixed_side_1_tablet\";s:165:\"#menu_fixed_side_1 .cz .cz a:hover,#menu_fixed_side_1 .cz .cz:hover > a,#menu_fixed_side_1 .cz .current_menu > a,#menu_fixed_side_1 .cz .current_menu > .current_menu\";s:40:\"_css_menu_ul_a_hover_fixed_side_1_mobile\";s:165:\"#menu_fixed_side_1 .cz .cz a:hover,#menu_fixed_side_1 .cz .cz:hover > a,#menu_fixed_side_1 .cz .current_menu > a,#menu_fixed_side_1 .cz .current_menu > .current_menu\";s:37:\"_css_menu_ul_indicator_a_fixed_side_1\";s:42:\"#menu_fixed_side_1 .cz .cz a .cz_indicator\";s:44:\"_css_menu_ul_indicator_a_fixed_side_1_tablet\";s:42:\"#menu_fixed_side_1 .cz .cz a .cz_indicator\";s:44:\"_css_menu_ul_indicator_a_fixed_side_1_mobile\";s:42:\"#menu_fixed_side_1 .cz .cz a .cz_indicator\";s:28:\"_css_menu_ul_ul_fixed_side_1\";s:65:\"#menu_fixed_side_1 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:35:\"_css_menu_ul_ul_fixed_side_1_tablet\";s:65:\"#menu_fixed_side_1 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:35:\"_css_menu_ul_ul_fixed_side_1_mobile\";s:65:\"#menu_fixed_side_1 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:37:\"_css_menu_inner_megamenu_fixed_side_1\";s:124:\"#menu_fixed_side_1 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:44:\"_css_menu_inner_megamenu_fixed_side_1_tablet\";s:124:\"#menu_fixed_side_1 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:44:\"_css_menu_inner_megamenu_fixed_side_1_mobile\";s:124:\"#menu_fixed_side_1 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:21:\"_css_header_container\";s:12:\".page_header\";s:28:\"_css_header_container_tablet\";s:12:\".page_header\";s:28:\"_css_header_container_mobile\";s:12:\".page_header\";s:19:\"_css_hidden_top_bar\";s:15:\".hidden_top_bar\";s:26:\"_css_hidden_top_bar_tablet\";s:15:\".hidden_top_bar\";s:26:\"_css_hidden_top_bar_mobile\";s:15:\".hidden_top_bar\";s:26:\"_css_hidden_top_bar_handle\";s:19:\".hidden_top_bar > i\";s:33:\"_css_hidden_top_bar_handle_tablet\";s:19:\".hidden_top_bar > i\";s:33:\"_css_hidden_top_bar_handle_mobile\";s:19:\".hidden_top_bar > i\";s:15:\"_css_page_title\";s:43:\".page_title,.header_onthe_cover .page_title\";s:22:\"_css_page_title_tablet\";s:43:\".page_title,.header_onthe_cover .page_title\";s:22:\"_css_page_title_mobile\";s:43:\".page_title,.header_onthe_cover .page_title\";s:25:\"_css_page_title_inner_row\";s:16:\".page_title .row\";s:32:\"_css_page_title_inner_row_tablet\";s:16:\".page_title .row\";s:32:\"_css_page_title_inner_row_mobile\";s:16:\".page_title .row\";s:21:\"_css_page_title_color\";s:26:\".page_title .section_title\";s:28:\"_css_page_title_color_tablet\";s:26:\".page_title .section_title\";s:28:\"_css_page_title_color_mobile\";s:26:\".page_title .section_title\";s:16:\"_css_inner_title\";s:51:\" .content > h3:first-child, .content .section_title\";s:23:\"_css_inner_title_tablet\";s:51:\" .content > h3:first-child, .content .section_title\";s:23:\"_css_inner_title_mobile\";s:51:\" .content > h3:first-child, .content .section_title\";s:33:\"_css_page_title_breadcrumbs_color\";s:47:\".page_title a,.page_title a:hover,.page_title i\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:47:\".page_title a,.page_title a:hover,.page_title i\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:47:\".page_title a,.page_title a:hover,.page_title i\";s:32:\"_css_breadcrumbs_inner_container\";s:12:\".breadcrumbs\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:12:\".breadcrumbs\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:12:\".breadcrumbs\";s:28:\"_css_right_br_full_container\";s:24:\".right_br_full_container\";s:35:\"_css_right_br_full_container_tablet\";s:24:\".right_br_full_container\";s:35:\"_css_right_br_full_container_mobile\";s:24:\".right_br_full_container\";s:14:\"_css_body_typo\";s:4:\"body\";s:21:\"_css_body_typo_tablet\";s:4:\"body\";s:21:\"_css_body_typo_mobile\";s:4:\"body\";s:18:\"_css_all_headlines\";s:17:\"h1,h2,h3,h4,h5,h6\";s:25:\"_css_all_headlines_tablet\";s:17:\"h1,h2,h3,h4,h5,h6\";s:25:\"_css_all_headlines_mobile\";s:17:\"h1,h2,h3,h4,h5,h6\";s:7:\"_css_h1\";s:2:\"h1\";s:14:\"_css_h1_tablet\";s:2:\"h1\";s:14:\"_css_h1_mobile\";s:2:\"h1\";s:7:\"_css_h2\";s:2:\"h2\";s:14:\"_css_h2_tablet\";s:2:\"h2\";s:14:\"_css_h2_mobile\";s:2:\"h2\";s:7:\"_css_h3\";s:2:\"h3\";s:14:\"_css_h3_tablet\";s:2:\"h3\";s:14:\"_css_h3_mobile\";s:2:\"h3\";s:7:\"_css_h4\";s:2:\"h4\";s:14:\"_css_h4_tablet\";s:2:\"h4\";s:14:\"_css_h4_mobile\";s:2:\"h4\";s:7:\"_css_h5\";s:2:\"h5\";s:14:\"_css_h5_tablet\";s:2:\"h5\";s:14:\"_css_h5_mobile\";s:2:\"h5\";s:7:\"_css_h6\";s:2:\"h6\";s:14:\"_css_h6_tablet\";s:2:\"h6\";s:14:\"_css_h6_mobile\";s:2:\"h6\";s:6:\"_css_p\";s:1:\"p\";s:13:\"_css_p_tablet\";s:1:\"p\";s:13:\"_css_p_mobile\";s:1:\"p\";s:6:\"_css_a\";s:1:\"a\";s:13:\"_css_a_tablet\";s:1:\"a\";s:13:\"_css_a_mobile\";s:1:\"a\";s:12:\"_css_a_hover\";s:7:\"a:hover\";s:19:\"_css_a_hover_tablet\";s:7:\"a:hover\";s:19:\"_css_a_hover_mobile\";s:7:\"a:hover\";s:23:\"_css_container_footer_1\";s:9:\".footer_1\";s:30:\"_css_container_footer_1_tablet\";s:9:\".footer_1\";s:30:\"_css_container_footer_1_mobile\";s:9:\".footer_1\";s:17:\"_css_row_footer_1\";s:14:\".footer_1 .row\";s:24:\"_css_row_footer_1_tablet\";s:14:\".footer_1 .row\";s:24:\"_css_row_footer_1_mobile\";s:14:\".footer_1 .row\";s:18:\"_css_footer_1_left\";s:20:\".footer_1 .elms_left\";s:25:\"_css_footer_1_left_tablet\";s:20:\".footer_1 .elms_left\";s:25:\"_css_footer_1_left_mobile\";s:20:\".footer_1 .elms_left\";s:20:\"_css_footer_1_center\";s:22:\".footer_1 .elms_center\";s:27:\"_css_footer_1_center_tablet\";s:22:\".footer_1 .elms_center\";s:27:\"_css_footer_1_center_mobile\";s:22:\".footer_1 .elms_center\";s:19:\"_css_footer_1_right\";s:21:\".footer_1 .elms_right\";s:26:\"_css_footer_1_right_tablet\";s:21:\".footer_1 .elms_right\";s:26:\"_css_footer_1_right_mobile\";s:21:\".footer_1 .elms_right\";s:28:\"_css_menu_container_footer_1\";s:14:\"#menu_footer_1\";s:35:\"_css_menu_container_footer_1_tablet\";s:14:\"#menu_footer_1\";s:35:\"_css_menu_container_footer_1_mobile\";s:14:\"#menu_footer_1\";s:21:\"_css_menu_li_footer_1\";s:20:\"#menu_footer_1 > .cz\";s:28:\"_css_menu_li_footer_1_tablet\";s:20:\"#menu_footer_1 > .cz\";s:28:\"_css_menu_li_footer_1_mobile\";s:20:\"#menu_footer_1 > .cz\";s:20:\"_css_menu_a_footer_1\";s:24:\"#menu_footer_1 > .cz > a\";s:27:\"_css_menu_a_footer_1_tablet\";s:24:\"#menu_footer_1 > .cz > a\";s:27:\"_css_menu_a_footer_1_mobile\";s:24:\"#menu_footer_1 > .cz > a\";s:26:\"_css_menu_a_hover_footer_1\";s:138:\"#menu_footer_1 > .cz > a:hover,#menu_footer_1 > .cz:hover > a,#menu_footer_1 > .current_menu > a,#menu_footer_1 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_footer_1_tablet\";s:138:\"#menu_footer_1 > .cz > a:hover,#menu_footer_1 > .cz:hover > a,#menu_footer_1 > .current_menu > a,#menu_footer_1 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_footer_1_mobile\";s:138:\"#menu_footer_1 > .cz > a:hover,#menu_footer_1 > .cz:hover > a,#menu_footer_1 > .current_menu > a,#menu_footer_1 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_before_footer_1\";s:31:\"#menu_footer_1 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_footer_1_tablet\";s:31:\"#menu_footer_1 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_footer_1_mobile\";s:31:\"#menu_footer_1 > .cz > a:before\";s:30:\"_css_menu_indicator_a_footer_1\";s:38:\"#menu_footer_1 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_footer_1_tablet\";s:38:\"#menu_footer_1 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_footer_1_mobile\";s:38:\"#menu_footer_1 > .cz > a .cz_indicator\";s:29:\"_css_menus_separator_footer_1\";s:26:\"#menu_footer_1 > .cz:after\";s:36:\"_css_menus_separator_footer_1_tablet\";s:26:\"#menu_footer_1 > .cz:after\";s:36:\"_css_menus_separator_footer_1_mobile\";s:26:\"#menu_footer_1 > .cz:after\";s:21:\"_css_menu_ul_footer_1\";s:55:\"#menu_footer_1 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_footer_1_tablet\";s:55:\"#menu_footer_1 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_footer_1_mobile\";s:55:\"#menu_footer_1 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:23:\"_css_menu_ul_a_footer_1\";s:50:\"#menu_footer_1 .cz .cz a,#menu_footer_1 .cz .cz h6\";s:30:\"_css_menu_ul_a_footer_1_tablet\";s:50:\"#menu_footer_1 .cz .cz a,#menu_footer_1 .cz .cz h6\";s:30:\"_css_menu_ul_a_footer_1_mobile\";s:50:\"#menu_footer_1 .cz .cz a,#menu_footer_1 .cz .cz h6\";s:29:\"_css_menu_ul_a_hover_footer_1\";s:149:\"#menu_footer_1 .cz .cz a:hover,#menu_footer_1 .cz .cz:hover > a,#menu_footer_1 .cz .current_menu > a,#menu_footer_1 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_footer_1_tablet\";s:149:\"#menu_footer_1 .cz .cz a:hover,#menu_footer_1 .cz .cz:hover > a,#menu_footer_1 .cz .current_menu > a,#menu_footer_1 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_footer_1_mobile\";s:149:\"#menu_footer_1 .cz .cz a:hover,#menu_footer_1 .cz .cz:hover > a,#menu_footer_1 .cz .current_menu > a,#menu_footer_1 .cz .current_menu > .current_menu\";s:33:\"_css_menu_ul_indicator_a_footer_1\";s:38:\"#menu_footer_1 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_footer_1_tablet\";s:38:\"#menu_footer_1 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_footer_1_mobile\";s:38:\"#menu_footer_1 .cz .cz a .cz_indicator\";s:24:\"_css_menu_ul_ul_footer_1\";s:61:\"#menu_footer_1 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_footer_1_tablet\";s:61:\"#menu_footer_1 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_footer_1_mobile\";s:61:\"#menu_footer_1 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:33:\"_css_menu_inner_megamenu_footer_1\";s:120:\"#menu_footer_1 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_footer_1_tablet\";s:120:\"#menu_footer_1 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_footer_1_mobile\";s:120:\"#menu_footer_1 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:11:\"_css_footer\";s:17:\".cz_middle_footer\";s:18:\"_css_footer_tablet\";s:17:\".cz_middle_footer\";s:18:\"_css_footer_mobile\";s:17:\".cz_middle_footer\";s:15:\"_css_footer_row\";s:24:\".cz_middle_footer > .row\";s:22:\"_css_footer_row_tablet\";s:24:\".cz_middle_footer > .row\";s:22:\"_css_footer_row_mobile\";s:24:\".cz_middle_footer > .row\";s:18:\"_css_footer_widget\";s:14:\".footer_widget\";s:25:\"_css_footer_widget_tablet\";s:14:\".footer_widget\";s:25:\"_css_footer_widget_mobile\";s:14:\".footer_widget\";s:28:\"_css_footer_widget_headlines\";s:19:\".footer_widget > h4\";s:35:\"_css_footer_widget_headlines_tablet\";s:19:\".footer_widget > h4\";s:35:\"_css_footer_widget_headlines_mobile\";s:19:\".footer_widget > h4\";s:13:\"_css_footer_a\";s:19:\".cz_middle_footer a\";s:20:\"_css_footer_a_tablet\";s:19:\".cz_middle_footer a\";s:20:\"_css_footer_a_mobile\";s:19:\".cz_middle_footer a\";s:19:\"_css_footer_a_hover\";s:25:\".cz_middle_footer a:hover\";s:26:\"_css_footer_a_hover_tablet\";s:25:\".cz_middle_footer a:hover\";s:26:\"_css_footer_a_hover_mobile\";s:25:\".cz_middle_footer a:hover\";s:23:\"_css_container_footer_2\";s:9:\".footer_2\";s:30:\"_css_container_footer_2_tablet\";s:9:\".footer_2\";s:30:\"_css_container_footer_2_mobile\";s:9:\".footer_2\";s:17:\"_css_row_footer_2\";s:14:\".footer_2 .row\";s:24:\"_css_row_footer_2_tablet\";s:14:\".footer_2 .row\";s:24:\"_css_row_footer_2_mobile\";s:14:\".footer_2 .row\";s:18:\"_css_footer_2_left\";s:20:\".footer_2 .elms_left\";s:25:\"_css_footer_2_left_tablet\";s:20:\".footer_2 .elms_left\";s:25:\"_css_footer_2_left_mobile\";s:20:\".footer_2 .elms_left\";s:20:\"_css_footer_2_center\";s:22:\".footer_2 .elms_center\";s:27:\"_css_footer_2_center_tablet\";s:22:\".footer_2 .elms_center\";s:27:\"_css_footer_2_center_mobile\";s:22:\".footer_2 .elms_center\";s:19:\"_css_footer_2_right\";s:21:\".footer_2 .elms_right\";s:26:\"_css_footer_2_right_tablet\";s:21:\".footer_2 .elms_right\";s:26:\"_css_footer_2_right_mobile\";s:21:\".footer_2 .elms_right\";s:28:\"_css_menu_container_footer_2\";s:14:\"#menu_footer_2\";s:35:\"_css_menu_container_footer_2_tablet\";s:14:\"#menu_footer_2\";s:35:\"_css_menu_container_footer_2_mobile\";s:14:\"#menu_footer_2\";s:21:\"_css_menu_li_footer_2\";s:20:\"#menu_footer_2 > .cz\";s:28:\"_css_menu_li_footer_2_tablet\";s:20:\"#menu_footer_2 > .cz\";s:28:\"_css_menu_li_footer_2_mobile\";s:20:\"#menu_footer_2 > .cz\";s:20:\"_css_menu_a_footer_2\";s:24:\"#menu_footer_2 > .cz > a\";s:27:\"_css_menu_a_footer_2_tablet\";s:24:\"#menu_footer_2 > .cz > a\";s:27:\"_css_menu_a_footer_2_mobile\";s:24:\"#menu_footer_2 > .cz > a\";s:26:\"_css_menu_a_hover_footer_2\";s:138:\"#menu_footer_2 > .cz > a:hover,#menu_footer_2 > .cz:hover > a,#menu_footer_2 > .current_menu > a,#menu_footer_2 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_footer_2_tablet\";s:138:\"#menu_footer_2 > .cz > a:hover,#menu_footer_2 > .cz:hover > a,#menu_footer_2 > .current_menu > a,#menu_footer_2 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_footer_2_mobile\";s:138:\"#menu_footer_2 > .cz > a:hover,#menu_footer_2 > .cz:hover > a,#menu_footer_2 > .current_menu > a,#menu_footer_2 > .current-menu-parent > a\";s:33:\"_css_menu_a_hover_before_footer_2\";s:31:\"#menu_footer_2 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_footer_2_tablet\";s:31:\"#menu_footer_2 > .cz > a:before\";s:40:\"_css_menu_a_hover_before_footer_2_mobile\";s:31:\"#menu_footer_2 > .cz > a:before\";s:30:\"_css_menu_indicator_a_footer_2\";s:38:\"#menu_footer_2 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_footer_2_tablet\";s:38:\"#menu_footer_2 > .cz > a .cz_indicator\";s:37:\"_css_menu_a_indicator_footer_2_mobile\";s:38:\"#menu_footer_2 > .cz > a .cz_indicator\";s:29:\"_css_menus_separator_footer_2\";s:26:\"#menu_footer_2 > .cz:after\";s:36:\"_css_menus_separator_footer_2_tablet\";s:26:\"#menu_footer_2 > .cz:after\";s:36:\"_css_menus_separator_footer_2_mobile\";s:26:\"#menu_footer_2 > .cz:after\";s:21:\"_css_menu_ul_footer_2\";s:55:\"#menu_footer_2 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_footer_2_tablet\";s:55:\"#menu_footer_2 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:28:\"_css_menu_ul_footer_2_mobile\";s:55:\"#menu_footer_2 .cz .sub-menu:not(.cz_megamenu_inner_ul)\";s:23:\"_css_menu_ul_a_footer_2\";s:50:\"#menu_footer_2 .cz .cz a,#menu_footer_2 .cz .cz h6\";s:30:\"_css_menu_ul_a_footer_2_tablet\";s:50:\"#menu_footer_2 .cz .cz a,#menu_footer_2 .cz .cz h6\";s:30:\"_css_menu_ul_a_footer_2_mobile\";s:50:\"#menu_footer_2 .cz .cz a,#menu_footer_2 .cz .cz h6\";s:29:\"_css_menu_ul_a_hover_footer_2\";s:149:\"#menu_footer_2 .cz .cz a:hover,#menu_footer_2 .cz .cz:hover > a,#menu_footer_2 .cz .current_menu > a,#menu_footer_2 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_footer_2_tablet\";s:149:\"#menu_footer_2 .cz .cz a:hover,#menu_footer_2 .cz .cz:hover > a,#menu_footer_2 .cz .current_menu > a,#menu_footer_2 .cz .current_menu > .current_menu\";s:36:\"_css_menu_ul_a_hover_footer_2_mobile\";s:149:\"#menu_footer_2 .cz .cz a:hover,#menu_footer_2 .cz .cz:hover > a,#menu_footer_2 .cz .current_menu > a,#menu_footer_2 .cz .current_menu > .current_menu\";s:33:\"_css_menu_ul_indicator_a_footer_2\";s:38:\"#menu_footer_2 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_footer_2_tablet\";s:38:\"#menu_footer_2 .cz .cz a .cz_indicator\";s:40:\"_css_menu_ul_indicator_a_footer_2_mobile\";s:38:\"#menu_footer_2 .cz .cz a .cz_indicator\";s:24:\"_css_menu_ul_ul_footer_2\";s:61:\"#menu_footer_2 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_footer_2_tablet\";s:61:\"#menu_footer_2 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:31:\"_css_menu_ul_ul_footer_2_mobile\";s:61:\"#menu_footer_2 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul)\";s:33:\"_css_menu_inner_megamenu_footer_2\";s:120:\"#menu_footer_2 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_footer_2_tablet\";s:120:\"#menu_footer_2 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:40:\"_css_menu_inner_megamenu_footer_2_mobile\";s:120:\"#menu_footer_2 .cz_parent_megamenu > [class^=\"cz_megamenu_\"] > .cz, .cz_parent_megamenu > [class*=\" cz_megamenu_\"] > .cz\";s:18:\"_css_overal_footer\";s:12:\".page_footer\";s:25:\"_css_overal_footer_tablet\";s:12:\".page_footer\";s:25:\"_css_overal_footer_mobile\";s:12:\".page_footer\";s:14:\"_css_backtotop\";s:11:\"i.backtotop\";s:21:\"_css_backtotop_tablet\";s:11:\"i.backtotop\";s:21:\"_css_backtotop_mobile\";s:11:\"i.backtotop\";s:20:\"_css_backtotop_hover\";s:17:\"i.backtotop:hover\";s:27:\"_css_backtotop_hover_tablet\";s:17:\"i.backtotop:hover\";s:27:\"_css_backtotop_hover_mobile\";s:17:\"i.backtotop:hover\";s:35:\"_css_cf7_beside_backtotop_container\";s:17:\"div.fixed_contact\";s:42:\"_css_cf7_beside_backtotop_container_tablet\";s:17:\"div.fixed_contact\";s:42:\"_css_cf7_beside_backtotop_container_mobile\";s:17:\"div.fixed_contact\";s:25:\"_css_cf7_beside_backtotop\";s:15:\"i.fixed_contact\";s:32:\"_css_cf7_beside_backtotop_tablet\";s:15:\"i.fixed_contact\";s:32:\"_css_cf7_beside_backtotop_mobile\";s:15:\"i.fixed_contact\";s:31:\"_css_cf7_beside_backtotop_hover\";s:21:\"i.fixed_contact:hover\";s:38:\"_css_cf7_beside_backtotop_hover_tablet\";s:21:\"i.fixed_contact:hover\";s:38:\"_css_cf7_beside_backtotop_hover_mobile\";s:21:\"i.fixed_contact:hover\";s:16:\"_css_sticky_post\";s:29:\".cz_default_loop.sticky > div\";s:23:\"_css_sticky_post_tablet\";s:29:\".cz_default_loop.sticky > div\";s:23:\"_css_sticky_post_mobile\";s:29:\".cz_default_loop.sticky > div\";s:17:\"_css_overall_post\";s:22:\".cz_default_loop > div\";s:24:\"_css_overall_post_tablet\";s:22:\".cz_default_loop > div\";s:24:\"_css_overall_post_mobile\";s:22:\".cz_default_loop > div\";s:23:\"_css_overall_post_hover\";s:28:\".cz_default_loop:hover > div\";s:30:\"_css_overall_post_hover_tablet\";s:28:\".cz_default_loop:hover > div\";s:30:\"_css_overall_post_hover_mobile\";s:28:\".cz_default_loop:hover > div\";s:15:\"_css_post_image\";s:35:\".cz_default_loop .cz_post_image img\";s:22:\"_css_post_image_tablet\";s:35:\".cz_default_loop .cz_post_image img\";s:22:\"_css_post_image_mobile\";s:35:\".cz_default_loop .cz_post_image img\";s:21:\"_css_post_image_hover\";s:41:\".cz_default_loop .cz_post_image:hover img\";s:28:\"_css_post_image_hover_tablet\";s:41:\".cz_default_loop .cz_post_image:hover img\";s:28:\"_css_post_image_hover_mobile\";s:41:\".cz_default_loop .cz_post_image:hover img\";s:15:\"_css_post_title\";s:34:\".cz_default_loop .cz_post_title h3\";s:22:\"_css_post_title_tablet\";s:34:\".cz_default_loop .cz_post_title h3\";s:22:\"_css_post_title_mobile\";s:34:\".cz_default_loop .cz_post_title h3\";s:21:\"_css_post_title_hover\";s:40:\".cz_default_loop .cz_post_title h3:hover\";s:28:\"_css_post_title_hover_tablet\";s:34:\".cz_default_loop .cz_post_title h3\";s:28:\"_css_post_title_hover_mobile\";s:34:\".cz_default_loop .cz_post_title h3\";s:22:\"_css_post_meta_overall\";s:30:\".cz_default_loop .cz_post_meta\";s:29:\"_css_post_meta_overall_tablet\";s:30:\".cz_default_loop .cz_post_meta\";s:29:\"_css_post_meta_overall_mobile\";s:30:\".cz_default_loop .cz_post_meta\";s:16:\"_css_post_avatar\";s:43:\".cz_default_loop .cz_post_author_avatar img\";s:23:\"_css_post_avatar_tablet\";s:43:\".cz_default_loop .cz_post_author_avatar img\";s:23:\"_css_post_avatar_mobile\";s:43:\".cz_default_loop .cz_post_author_avatar img\";s:16:\"_css_post_author\";s:37:\".cz_default_loop .cz_post_author_name\";s:23:\"_css_post_author_tablet\";s:37:\".cz_default_loop .cz_post_author_name\";s:23:\"_css_post_author_mobile\";s:37:\".cz_default_loop .cz_post_author_name\";s:14:\"_css_post_date\";s:30:\".cz_default_loop .cz_post_date\";s:21:\"_css_post_date_tablet\";s:30:\".cz_default_loop .cz_post_date\";s:21:\"_css_post_date_mobile\";s:30:\".cz_default_loop .cz_post_date\";s:17:\"_css_post_excerpt\";s:33:\".cz_default_loop .cz_post_excerpt\";s:24:\"_css_post_excerpt_tablet\";s:33:\".cz_default_loop .cz_post_excerpt\";s:24:\"_css_post_excerpt_mobile\";s:33:\".cz_default_loop .cz_post_excerpt\";s:13:\"_css_readmore\";s:12:\".cz_readmore\";s:20:\"_css_readmore_tablet\";s:12:\".cz_readmore\";s:20:\"_css_readmore_mobile\";s:12:\".cz_readmore\";s:19:\"_css_readmore_hover\";s:18:\".cz_readmore:hover\";s:26:\"_css_readmore_hover_tablet\";s:18:\".cz_readmore:hover\";s:26:\"_css_readmore_hover_mobile\";s:18:\".cz_readmore:hover\";s:15:\"_css_readmore_i\";s:14:\".cz_readmore i\";s:22:\"_css_readmore_i_tablet\";s:14:\".cz_readmore i\";s:22:\"_css_readmore_i_mobile\";s:14:\".cz_readmore i\";s:21:\"_css_readmore_hover_i\";s:20:\".cz_readmore:hover i\";s:28:\"_css_readmore_hover_i_tablet\";s:20:\".cz_readmore:hover i\";s:28:\"_css_readmore_hover_i_mobile\";s:20:\".cz_readmore:hover i\";s:18:\"_css_pagination_li\";s:85:\".pagination a, .pagination > b, .pagination span, .page-numbers a, .page-numbers span\";s:25:\"_css_pagination_li_tablet\";s:85:\".pagination a, .pagination > b, .pagination span, .page-numbers a, .page-numbers span\";s:25:\"_css_pagination_li_mobile\";s:85:\".pagination a, .pagination > b, .pagination span, .page-numbers a, .page-numbers span\";s:21:\"_css_pagination_hover\";s:325:\".pagination .current, .pagination > b, .pagination a:hover, .page-numbers .current, .page-numbers a:hover, .pagination .next:hover, .pagination .prev:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current\";s:28:\"_css_pagination_hover_tablet\";s:325:\".pagination .current, .pagination > b, .pagination a:hover, .page-numbers .current, .page-numbers a:hover, .pagination .next:hover, .pagination .prev:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current\";s:28:\"_css_pagination_hover_mobile\";s:325:\".pagination .current, .pagination > b, .pagination a:hover, .page-numbers .current, .page-numbers a:hover, .pagination .next:hover, .pagination .prev:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current\";s:15:\"_css_single_con\";s:19:\".single .single_con\";s:22:\"_css_single_con_tablet\";s:19:\".single .single_con\";s:22:\"_css_single_con_mobile\";s:19:\".single .single_con\";s:17:\"_css_single_title\";s:24:\".single h3.section_title\";s:24:\"_css_single_title_tablet\";s:24:\".single h3.section_title\";s:24:\"_css_single_title_mobile\";s:24:\".single h3.section_title\";s:14:\"_css_single_fi\";s:25:\".single .cz_single_fi img\";s:21:\"_css_single_fi_tablet\";s:25:\".single .cz_single_fi img\";s:21:\"_css_single_fi_mobile\";s:25:\".single .cz_single_fi img\";s:23:\"_css_single_post_avatar\";s:34:\".single .cz_post_author_avatar img\";s:30:\"_css_single_post_avatar_tablet\";s:34:\".single .cz_post_author_avatar img\";s:30:\"_css_single_post_avatar_mobile\";s:34:\".single .cz_post_author_avatar img\";s:23:\"_css_single_post_author\";s:28:\".single .cz_post_author_name\";s:30:\"_css_single_post_author_tablet\";s:28:\".single .cz_post_author_name\";s:30:\"_css_single_post_author_mobile\";s:28:\".single .cz_post_author_name\";s:21:\"_css_single_post_date\";s:21:\".single .cz_post_date\";s:28:\"_css_single_post_date_tablet\";s:21:\".single .cz_post_date\";s:28:\"_css_single_post_date_mobile\";s:21:\".single .cz_post_date\";s:16:\"_css_single_mbot\";s:22:\".single .cz_top_meta_i\";s:23:\"_css_single_mbot_tablet\";s:22:\".single .cz_top_meta_i\";s:23:\"_css_single_mbot_mobile\";s:22:\".single .cz_top_meta_i\";s:18:\"_css_single_mbot_i\";s:62:\".single .cz_top_meta_i a, .single .cz_top_meta_i .cz_post_date\";s:25:\"_css_single_mbot_i_tablet\";s:62:\".single .cz_top_meta_i a, .single .cz_top_meta_i .cz_post_date\";s:25:\"_css_single_mbot_i_mobile\";s:62:\".single .cz_top_meta_i a, .single .cz_top_meta_i .cz_post_date\";s:20:\"_css_tags_categories\";s:27:\".tagcloud a, .cz_post_cat a\";s:27:\"_css_tags_categories_tablet\";s:27:\".tagcloud a, .cz_post_cat a\";s:27:\"_css_tags_categories_mobile\";s:27:\".tagcloud a, .cz_post_cat a\";s:26:\"_css_tags_categories_hover\";s:39:\".tagcloud a:hover, .cz_post_cat a:hover\";s:33:\"_css_tags_categories_hover_tablet\";s:39:\".tagcloud a:hover, .cz_post_cat a:hover\";s:33:\"_css_tags_categories_hover_mobile\";s:39:\".tagcloud a:hover, .cz_post_cat a:hover\";s:18:\"_css_next_prev_con\";s:10:\".next_prev\";s:25:\"_css_next_prev_con_tablet\";s:10:\".next_prev\";s:25:\"_css_next_prev_con_mobile\";s:10:\".next_prev\";s:20:\"_css_next_prev_icons\";s:12:\".next_prev i\";s:27:\"_css_next_prev_icons_tablet\";s:12:\".next_prev i\";s:27:\"_css_next_prev_icons_mobile\";s:12:\".next_prev i\";s:26:\"_css_next_prev_icons_hover\";s:21:\".next_prev li:hover i\";s:33:\"_css_next_prev_icons_hover_tablet\";s:21:\".next_prev li:hover i\";s:33:\"_css_next_prev_icons_hover_mobile\";s:21:\".next_prev li:hover i\";s:21:\"_css_next_prev_titles\";s:13:\".next_prev h4\";s:28:\"_css_next_prev_titles_tablet\";s:13:\".next_prev h4\";s:28:\"_css_next_prev_titles_mobile\";s:13:\".next_prev h4\";s:27:\"_css_next_prev_titles_hover\";s:22:\".next_prev li:hover h4\";s:34:\"_css_next_prev_titles_hover_tablet\";s:22:\".next_prev li:hover h4\";s:34:\"_css_next_prev_titles_hover_mobile\";s:22:\".next_prev li:hover h4\";s:23:\"_css_next_prev_surtitle\";s:19:\".next_prev h4 small\";s:30:\"_css_next_prev_surtitle_tablet\";s:19:\".next_prev h4 small\";s:30:\"_css_next_prev_surtitle_mobile\";s:19:\".next_prev h4 small\";s:22:\"_css_related_posts_con\";s:25:\".single .cz_related_posts\";s:29:\"_css_related_posts_con_tablet\";s:25:\".single .cz_related_posts\";s:29:\"_css_related_posts_con_mobile\";s:25:\".single .cz_related_posts\";s:28:\"_css_related_posts_sec_title\";s:30:\".single .cz_related_posts > h4\";s:35:\"_css_related_posts_sec_title_tablet\";s:30:\".single .cz_related_posts > h4\";s:35:\"_css_related_posts_sec_title_mobile\";s:30:\".single .cz_related_posts > h4\";s:18:\"_css_related_posts\";s:30:\".single .cz_related_post > div\";s:25:\"_css_related_posts_tablet\";s:30:\".single .cz_related_post > div\";s:25:\"_css_related_posts_mobile\";s:30:\".single .cz_related_post > div\";s:24:\"_css_related_posts_hover\";s:36:\".single .cz_related_post:hover > div\";s:31:\"_css_related_posts_hover_tablet\";s:36:\".single .cz_related_post:hover > div\";s:31:\"_css_related_posts_hover_mobile\";s:36:\".single .cz_related_post:hover > div\";s:22:\"_css_related_posts_img\";s:34:\".single .cz_related_post > div img\";s:29:\"_css_related_posts_img_tablet\";s:34:\".single .cz_related_post > div img\";s:29:\"_css_related_posts_img_mobile\";s:34:\".single .cz_related_post > div img\";s:24:\"_css_related_posts_title\";s:27:\".single .cz_related_post h3\";s:31:\"_css_related_posts_title_tablet\";s:27:\".single .cz_related_post h3\";s:31:\"_css_related_posts_title_mobile\";s:27:\".single .cz_related_post h3\";s:23:\"_css_related_posts_meta\";s:29:\".single .cz_related_post_date\";s:30:\"_css_related_posts_meta_tablet\";s:29:\".single .cz_related_post_date\";s:30:\"_css_related_posts_meta_mobile\";s:29:\".single .cz_related_post_date\";s:29:\"_css_related_posts_meta_links\";s:31:\".single .cz_related_post_date a\";s:36:\"_css_related_posts_meta_links_tablet\";s:31:\".single .cz_related_post_date a\";s:36:\"_css_related_posts_meta_links_mobile\";s:31:\".single .cz_related_post_date a\";s:26:\"_css_single_comments_title\";s:22:\".single #comments > h3\";s:33:\"_css_single_comments_title_tablet\";s:22:\".single #comments > h3\";s:33:\"_css_single_comments_title_mobile\";s:22:\".single #comments > h3\";s:23:\"_css_single_comments_li\";s:31:\".single .commentlist li article\";s:30:\"_css_single_comments_li_tablet\";s:31:\".single .commentlist li article\";s:30:\"_css_single_comments_li_mobile\";s:31:\".single .commentlist li article\";s:25:\"_css_page_title_portfolio\";s:79:\".cz-cpt-portfolio .page_title,.cz-cpt-portfolio .header_onthe_cover .page_title\";s:32:\"_css_page_title_portfolio_tablet\";s:79:\".cz-cpt-portfolio .page_title,.cz-cpt-portfolio .header_onthe_cover .page_title\";s:32:\"_css_page_title_portfolio_mobile\";s:79:\".cz-cpt-portfolio .page_title,.cz-cpt-portfolio .header_onthe_cover .page_title\";s:35:\"_css_page_title_inner_row_portfolio\";s:34:\".cz-cpt-portfolio .page_title .row\";s:42:\"_css_page_title_inner_row_portfolio_tablet\";s:34:\".cz-cpt-portfolio .page_title .row\";s:42:\"_css_page_title_inner_row_portfolio_mobile\";s:34:\".cz-cpt-portfolio .page_title .row\";s:31:\"_css_page_title_color_portfolio\";s:44:\".cz-cpt-portfolio .page_title .section_title\";s:38:\"_css_page_title_color_portfolio_tablet\";s:44:\".cz-cpt-portfolio .page_title .section_title\";s:38:\"_css_page_title_color_portfolio_mobile\";s:44:\".cz-cpt-portfolio .page_title .section_title\";s:26:\"_css_inner_title_portfolio\";s:87:\".cz-cpt-portfolio  .content > h3:first-child,.cz-cpt-portfolio  .content .section_title\";s:33:\"_css_inner_title_portfolio_tablet\";s:87:\".cz-cpt-portfolio  .content > h3:first-child,.cz-cpt-portfolio  .content .section_title\";s:33:\"_css_inner_title_portfolio_mobile\";s:87:\".cz-cpt-portfolio  .content > h3:first-child,.cz-cpt-portfolio  .content .section_title\";s:43:\"_css_page_title_breadcrumbs_color_portfolio\";s:101:\".cz-cpt-portfolio .page_title a,.cz-cpt-portfolio .page_title a:hover,.cz-cpt-portfolio .page_title i\";s:50:\"_css_page_title_breadcrumbs_color_portfolio_tablet\";s:101:\".cz-cpt-portfolio .page_title a,.cz-cpt-portfolio .page_title a:hover,.cz-cpt-portfolio .page_title i\";s:50:\"_css_page_title_breadcrumbs_color_portfolio_mobile\";s:101:\".cz-cpt-portfolio .page_title a,.cz-cpt-portfolio .page_title a:hover,.cz-cpt-portfolio .page_title i\";s:42:\"_css_breadcrumbs_inner_container_portfolio\";s:30:\".cz-cpt-portfolio .breadcrumbs\";s:49:\"_css_breadcrumbs_inner_container_portfolio_tablet\";s:30:\".cz-cpt-portfolio .breadcrumbs\";s:49:\"_css_breadcrumbs_inner_container_portfolio_mobile\";s:30:\".cz-cpt-portfolio .breadcrumbs\";s:38:\"_css_right_br_full_container_portfolio\";s:42:\".cz-cpt-portfolio .right_br_full_container\";s:45:\"_css_right_br_full_container_portfolio_tablet\";s:42:\".cz-cpt-portfolio .right_br_full_container\";s:45:\"_css_right_br_full_container_portfolio_mobile\";s:42:\".cz-cpt-portfolio .right_br_full_container\";s:22:\"_css_portfolio_overall\";s:22:\".cz_default_grid > div\";s:29:\"_css_portfolio_overall_tablet\";s:22:\".cz_default_grid > div\";s:29:\"_css_portfolio_overall_mobile\";s:22:\".cz_default_grid > div\";s:28:\"_css_portfolio_overall_hover\";s:28:\".cz_default_grid:hover > div\";s:35:\"_css_portfolio_overall_hover_tablet\";s:28:\".cz_default_grid:hover > div\";s:35:\"_css_portfolio_overall_hover_mobile\";s:28:\".cz_default_grid:hover > div\";s:18:\"_css_portfolio_img\";s:20:\".cz_default_grid img\";s:25:\"_css_portfolio_img_tablet\";s:20:\".cz_default_grid img\";s:25:\"_css_portfolio_img_mobile\";s:20:\".cz_default_grid img\";s:24:\"_css_portfolio_img_hover\";s:26:\".cz_default_grid:hover img\";s:31:\"_css_portfolio_img_hover_tablet\";s:26:\".cz_default_grid:hover img\";s:31:\"_css_portfolio_img_hover_mobile\";s:26:\".cz_default_grid:hover img\";s:20:\"_css_portfolio_title\";s:19:\".cz_default_grid h3\";s:27:\"_css_portfolio_title_tablet\";s:19:\".cz_default_grid h3\";s:27:\"_css_portfolio_title_mobile\";s:19:\".cz_default_grid h3\";s:26:\"_css_portfolio_title_hover\";s:25:\".cz_default_grid:hover h3\";s:33:\"_css_portfolio_title_hover_tablet\";s:25:\".cz_default_grid:hover h3\";s:33:\"_css_portfolio_title_hover_mobile\";s:25:\".cz_default_grid:hover h3\";s:19:\"_css_portfolio_meta\";s:25:\".cz_default_grid h3 small\";s:26:\"_css_portfolio_meta_tablet\";s:25:\".cz_default_grid h3 small\";s:26:\"_css_portfolio_meta_mobile\";s:25:\".cz_default_grid h3 small\";s:23:\"_css_sidebar-1_search-2\";s:28:\".sidebar_sidebar-1 #search-2\";s:30:\"_css_sidebar-1_search-2_tablet\";s:28:\".sidebar_sidebar-1 #search-2\";s:30:\"_css_sidebar-1_search-2_mobile\";s:28:\".sidebar_sidebar-1 #search-2\";s:29:\"_css_sidebar-1_recent-posts-2\";s:34:\".sidebar_sidebar-1 #recent-posts-2\";s:36:\"_css_sidebar-1_recent-posts-2_tablet\";s:34:\".sidebar_sidebar-1 #recent-posts-2\";s:36:\"_css_sidebar-1_recent-posts-2_mobile\";s:34:\".sidebar_sidebar-1 #recent-posts-2\";s:32:\"_css_sidebar-1_recent-comments-2\";s:37:\".sidebar_sidebar-1 #recent-comments-2\";s:39:\"_css_sidebar-1_recent-comments-2_tablet\";s:37:\".sidebar_sidebar-1 #recent-comments-2\";s:39:\"_css_sidebar-1_recent-comments-2_mobile\";s:37:\".sidebar_sidebar-1 #recent-comments-2\";s:25:\"_css_sidebar-1_archives-2\";s:30:\".sidebar_sidebar-1 #archives-2\";s:32:\"_css_sidebar-1_archives-2_tablet\";s:30:\".sidebar_sidebar-1 #archives-2\";s:32:\"_css_sidebar-1_archives-2_mobile\";s:30:\".sidebar_sidebar-1 #archives-2\";s:27:\"_css_sidebar-1_categories-2\";s:32:\".sidebar_sidebar-1 #categories-2\";s:34:\"_css_sidebar-1_categories-2_tablet\";s:32:\".sidebar_sidebar-1 #categories-2\";s:34:\"_css_sidebar-1_categories-2_mobile\";s:32:\".sidebar_sidebar-1 #categories-2\";s:21:\"_css_sidebar-1_meta-2\";s:26:\".sidebar_sidebar-1 #meta-2\";s:28:\"_css_sidebar-1_meta-2_tablet\";s:26:\".sidebar_sidebar-1 #meta-2\";s:28:\"_css_sidebar-1_meta-2_mobile\";s:26:\".sidebar_sidebar-1 #meta-2\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(162, 'codevz_options_file_modified_date', '1526976893', 'yes'),
(171, 'revslider_servers', 'a:10:{i:0;s:16:\"themepunch.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";i:7;s:22:\"themepunch-ext-a.tools\";i:8;s:22:\"themepunch-ext-a.tools\";i:9;s:22:\"themepunch-ext-a.tools\";}', 'yes'),
(172, 'revslider_server_refresh', '1531916853', 'yes'),
(173, 'revslider-update-check-short', '1532961846', 'yes'),
(174, 'revslider-templates-check', '1532961846', 'yes'),
(178, 'widget_codevzfacebook', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(179, 'widget_codevzcustommenulist', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(180, 'widget_codevzcustommenulist2', 'a:3:{i:3;a:18:{s:5:\"title\";s:10:\"Contact Us\";s:7:\"title_1\";s:17:\"General enquiries\";s:6:\"link_1\";s:1:\"#\";s:7:\"title_2\";s:19:\"E-newsletter Signup\";s:6:\"link_2\";s:1:\"#\";s:7:\"title_3\";s:13:\"Get resources\";s:6:\"link_3\";s:1:\"#\";s:7:\"title_4\";s:19:\"Schedule a callback\";s:6:\"link_4\";s:1:\"#\";s:7:\"title_5\";s:0:\"\";s:6:\"link_5\";s:0:\"\";s:7:\"title_6\";s:0:\"\";s:6:\"link_6\";s:0:\"\";s:7:\"title_7\";s:0:\"\";s:6:\"link_7\";s:0:\"\";s:9:\"is_sticky\";i:0;s:14:\"hide_on_tablet\";i:0;s:14:\"hide_on_mobile\";i:0;}i:4;a:39:{s:5:\"title\";s:7:\"Modules\";s:7:\"two_col\";s:1:\"1\";s:7:\"title_1\";s:18:\"Workshop and labor\";s:6:\"link_1\";s:25:\"#modules_workshopandlabor\";s:7:\"title_2\";s:15:\"Parts purchases\";s:6:\"link_2\";s:23:\"#modules_partspurchases\";s:7:\"title_3\";s:16:\"Parts management\";s:6:\"link_3\";s:24:\"#modules_partsmanagement\";s:7:\"title_4\";s:3:\"CRM\";s:6:\"link_4\";s:12:\"#modules_crm\";s:7:\"title_5\";s:8:\"Vehicles\";s:6:\"link_5\";s:17:\"#modules_vehicles\";s:7:\"title_6\";s:8:\"Workflow\";s:6:\"link_6\";s:17:\"#modules_workflow\";s:7:\"title_7\";s:21:\"Business Intelligence\";s:6:\"link_7\";s:29:\"#modules_businessintelligence\";s:7:\"title_8\";s:10:\"Accounting\";s:6:\"link_8\";s:19:\"#modules_accounting\";s:7:\"title_9\";s:26:\"Centralized Data Warehouse\";s:6:\"link_9\";s:33:\"#modules_centralizeddatawarehouse\";s:8:\"title_10\";s:23:\"Service and parts sales\";s:7:\"link_10\";s:30:\"#modules_servicesandpartssales\";s:8:\"title_11\";s:18:\"Build-In Reporting\";s:7:\"link_11\";s:31:\"#modules_buildinreportingserver\";s:8:\"title_12\";s:0:\"\";s:7:\"link_12\";s:0:\"\";s:8:\"title_13\";s:0:\"\";s:7:\"link_13\";s:0:\"\";s:8:\"title_14\";s:0:\"\";s:7:\"link_14\";s:0:\"\";s:8:\"title_15\";s:0:\"\";s:7:\"link_15\";s:0:\"\";s:8:\"title_16\";s:0:\"\";s:7:\"link_16\";s:0:\"\";s:8:\"title_17\";s:0:\"\";s:7:\"link_17\";s:0:\"\";s:16:\"center_on_mobile\";i:1;s:14:\"hide_on_tablet\";i:0;s:14:\"hide_on_mobile\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(181, 'widget_codevzflickr', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(182, 'widget_codevzsoundcloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(183, 'widget_codevzsubscribe', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(184, 'widget_codevzemptywidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(185, 'widget_codevzsimpleads', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(186, 'widget_codevzpagecontent', 'a:2:{i:1;a:5:{s:5:\"title\";s:0:\"\";s:2:\"id\";s:19:\"Footer Social Icons\";s:16:\"center_on_mobile\";i:1;s:14:\"hide_on_tablet\";i:0;s:14:\"hide_on_mobile\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(187, 'widget_codevzportfolio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(188, 'widget_lc_taxonomy', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(189, 'widget_codevzpostslist', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(193, 'recently_activated', 'a:7:{s:41:\"admin-custom-login/admin-custom-login.php\";i:1533092762;s:37:\"login-customizer/login-customizer.php\";i:1533092368;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:1532638665;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:1532636627;s:31:\"sg-cachepress/sg-cachepress.php\";i:1532633359;s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";i:1532551600;s:27:\"wp-super-cache/wp-cache.php\";i:1532549084;}', 'yes'),
(194, 'revslider-library-check', '1531890559', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(195, 'rs-library', 'a:2:{s:7:\"objects\";a:169:{i:198;a:11:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:11:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:11:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:11:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:11:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:11:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:11:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:11:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:11:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:11:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:11:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:11:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:11:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:11:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:11:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:11:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:11:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:11:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:11:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:11:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:11:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:11:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:11:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:11:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:11:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:11:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:11:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:11:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:11:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:11:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:11:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:11:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:11:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole-punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:11:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:11:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:11:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:11:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:11:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:11:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:11:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:11:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:11:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:11:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:11:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:11:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:11:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:11:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:11:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:11:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:11:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:11:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:11:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:11:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:11:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:11:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:11:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:11:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:11:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:11:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:11:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:11:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:11:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:11:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:11:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:11:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:11:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:11:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:11:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:11:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:11:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:11:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:11:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:11:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:11:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:11:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:11:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:11:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:11:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:11:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:11:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:11:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:11:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:11:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:11:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:11:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:11:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:11:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:11:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:11:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:11:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:11:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:11:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:11:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:11:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:11:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:11:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:11:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:11:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:11:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:11:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:11:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:11:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:11:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:11:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:11:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:11:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:11:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:11:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:11:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:11:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:11:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:11:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:11:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:11:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:11:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:11:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:11:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:11:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:11:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:11:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:11:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:11:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:11:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:11:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:11:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:11:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:11:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:11:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:11:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:11:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:11:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:11:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:11:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:11:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:11:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:11:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:11:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:11:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:11:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:11:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:11:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:11:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:11:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:11:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:11:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:11:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:11:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:11:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:11:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:11:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:11:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:11:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:11:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:11:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:11:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:11:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:11:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:11:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:11:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:11:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:11:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:11:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:11:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:11:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:11:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:11:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:11:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:11:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:11:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:13:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(196, 'revslider_checktables', '1', 'yes'),
(197, 'rs_tables_created', '1', 'yes'),
(198, 'revslider_table_version', '1.0.6', 'yes'),
(199, 'revslider-global-settings', 'a:18:{s:4:\"role\";s:6:\"editor\";s:17:\"includes_globally\";s:2:\"on\";s:18:\"pages_for_includes\";s:0:\"\";s:12:\"js_to_footer\";s:3:\"off\";s:8:\"js_defer\";s:3:\"off\";s:19:\"load_all_javascript\";s:3:\"off\";s:15:\"show_dev_export\";s:3:\"off\";s:19:\"change_font_loading\";s:0:\"\";s:5:\"width\";s:4:\"1240\";s:14:\"width_notebook\";s:4:\"1024\";s:12:\"width_tablet\";s:3:\"778\";s:12:\"width_mobile\";s:3:\"480\";s:14:\"stage_collapse\";s:3:\"off\";s:18:\"enable_newschannel\";s:2:\"on\";s:11:\"enable_logs\";s:3:\"off\";s:20:\"force_activation_box\";s:3:\"off\";s:18:\"pack_page_creation\";s:2:\"on\";s:20:\"single_page_creation\";s:3:\"off\";}', 'yes'),
(200, 'revslider_update_version', '5.2.5.5', 'yes'),
(201, 'widget_rev-slider-widget', 'a:2:{i:5;a:6:{s:16:\"rev_slider_title\";s:0:\"\";s:10:\"rev_slider\";s:1:\"1\";s:16:\"rev_slider_pages\";s:0:\"\";s:14:\"hide_on_tablet\";i:0;s:14:\"hide_on_mobile\";i:0;s:16:\"center_on_mobile\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(202, 'revslider-valid-notice', 'false', 'yes'),
(205, 'vc_version', '5.4.7', 'yes'),
(206, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(207, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.0.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1526982284;s:7:\"version\";s:5:\"5.0.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(213, 'codevz_secondary_color', '', 'yes'),
(216, 'woocommerce_shop_page_id', '154', 'yes'),
(217, 'woocommerce_cart_page_id', '155', 'yes'),
(218, 'woocommerce_checkout_page_id', '156', 'yes'),
(236, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(299, 'revslider-connection', '1', 'yes'),
(300, 'revslider-latest-version', '5.4.8', 'yes'),
(301, 'revslider-stable-version', '4.2', 'yes'),
(302, 'revslider-notices', 'a:10:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:226:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:238:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:236:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:245:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:228:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:245:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:232:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:248:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner_large5452.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5.2 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:229:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=546b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/546_update.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.6 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS546-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:9;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.7.9\";s:4:\"text\";s:237:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=548\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/revsliderbanner_548.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.8 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS548-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}', 'yes'),
(303, 'revslider-dashboard', 'O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}', 'yes'),
(304, 'revslider-addons', 'O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:71:\"//updates.themepunch-ext-a.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch-ext-a.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch-ext-a.tools/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch-ext-a.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:22:\"revslider-reveal-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":10:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}', 'yes'),
(581, 'rs_cache_overlay', '5.4.7.3', 'yes'),
(668, 'jetpack_active_modules', 'a:0:{}', 'yes'),
(681, 'category_children', 'a:0:{}', 'yes'),
(682, 'portfolio_cat_children', 'a:0:{}', 'yes'),
(683, 'sidebars_widgets', 'a:11:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:8:\"search-3\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";i:7;s:23:\"codevzcustommenulist2-3\";i:8;s:19:\"rev-slider-widget-5\";}s:7:\"primary\";a:2:{i:0;s:13:\"custom_html-2\";i:1;s:8:\"search-4\";}s:9:\"secondary\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:6:\"text-2\";}s:8:\"footer-2\";a:1:{i:0;s:23:\"codevzcustommenulist2-4\";}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:8:\"footer-5\";a:0:{}s:8:\"footer-6\";a:0:{}s:14:\"offcanvas_area\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(684, '_transient_timeout_codevz_transient_x10_theme_styles_fonts', '1535684524', 'no'),
(685, '_transient_codevz_transient_x10_theme_styles_fonts', 'a:2:{i:0;s:19:\"font-family:Roboto;\";i:1;s:30:\"Roboto:100,300,400,500,700,900\";}', 'no'),
(686, '_transient_timeout_codevz_transient_x10_theme_styles', '1535639955', 'no'),
(687, '_transient_codevz_transient_x10_theme_styles', '\n\n/* Theme color */a:hover, .sf-menu > .cz.current_menu > a, .sf-menu > .cz > .current_menu > a, .sf-menu > .current-menu-parent > a {color: #38e7ff} \n	button:not(.customize-partial-edit-shortcut-button):not(.vc_general):not(.slick-arrow):not(.slick-dots-btn):not([role=\"presentation\"]):not([aria-controls]),\n	.button,.sf-menu > .cz > a:before,.sf-menu > .cz > a:before,.widget_product_search #searchsubmit, .post-password-form input[type=\"submit\"], .wpcf7-submit, .submit_user, \n	#commentform #submit, .commentlist li.bypostauthor > .comment-body:after,.commentlist li.comment-author-admin > .comment-body:after, \n	.woocommerce input.button.alt.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button,#add_payment_method table.cart input, .woocommerce-cart table.cart input:not(.input-text), .woocommerce-checkout table.cart input,.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],#add_payment_method table.cart input, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,.woocommerce input.button.alt,\n	.woocommerce #respond input#submit.alt:hover, .pagination .current, .pagination > b, .pagination a:hover, .page-numbers .current, .page-numbers a:hover, .pagination .next:hover, \n	.pagination .prev:hover, input[type=submit], .sticky:before, .commentlist li.comment-author-admin .fn, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation .is-active a,\n	input[type=submit],input[type=button],.cz_header_button,.cz_default_portfolio a, .dwqa-questions-footer .dwqa-ask-question a,\n	.cz_readmore, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, \n	.woocommerce nav.woocommerce-pagination ul li span.current, .cz_btn, \n	.woocommerce .widget_price_filter .ui-slider .ui-slider-range, \n	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {background-color: #38e7ff}\n	textarea:focus, input:focus, .nice-select.open, .nice-select:active, .nice-select:hover, .nice-select:focus {border-color: #38e7ff !important}\n	.cs_load_more_doing, div.wpcf7 .wpcf7-form .ajax-loader, .cz_ajax_loader {border-right-color: #38e7ff}\n	::selection {background-color: #38e7ff;color: #fff}::-moz-selection {background-color: #38e7ff;color: #fff}\n\n/* Dynamic  */html,body{background-color:#ffffff;}#layout{border-style:solid;border-radius:4px;}button:not(.customize-partial-edit-shortcut-button):not(.vc_general):not(.slick-arrow):not(.slick-dots-btn):not([role=\"presentation\"]):not([aria-controls]),.dwqa-questions-footer .dwqa-ask-question a,input[type=submit],input[type=button],.button,.cz_header_button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{border-style:solid;border-radius:12px;}.widget{background-color:rgba(56,231,255,0.05);border-style:solid;border-radius:10px;}.widget > h4{font-size:18px;color:#38e7ff;border-style:dashed;}input,textarea,select,.qty{border-style:solid;border-radius:12px;}.logo_hover_tooltip{width:560px;padding:30px;border-style:solid;border-radius:10px;box-shadow:0px 10px 34px rgba(10,10,10,0.1);}.elms_row .cz_social a, .fixed_side .cz_social a{color:#ffffff;font-size:16px;border-style:solid;border-radius:30%;}.header_1{padding-top:10px;}.header_1 .row{border-style:solid;border-width:0 0 1px;border-color:rgba(255,255,255,0.14);border-radius:0px;}#menu_header_1 > .cz > a{font-size:16px;color:#ffffff;padding:34px 0px;margin:0px 14px;}#menu_header_1 > .cz > a:hover,#menu_header_1 > .cz:hover > a,#menu_header_1 > .current_menu > a,#menu_header_1 > .current-menu-parent > a{color:#38e7ff;}#menu_header_1 > .cz > a:before{border-style:solid;border-width:0px;border-radius:0px;}#menu_header_1 > .cz:after{content:\'.\';color:rgba(242,242,242,0.27);}#menu_header_1 .cz .sub-menu:not(.cz_megamenu_inner_ul){margin-left:34px;border-style:solid;border-radius:0px 10px 10px 10px;box-shadow:0px 10px 34px rgba(10,10,10,0.1);}#menu_header_1 .cz .cz a:hover,#menu_header_1 .cz .cz:hover > a,#menu_header_1 .cz .current_menu > a,#menu_header_1 .cz .current_menu > .current_menu{color:#38e7ff;}.header_2{background-color:#ffffff;}#menu_header_2 > .cz > a{padding:6px;}#menu_header_2 > .cz > a:hover,#menu_header_2 > .cz:hover > a,#menu_header_2 > .current_menu > a,#menu_header_2 > .current-menu-parent > a{color:#ffffff;}#menu_header_2 > .cz > a:before{border-style:solid;border-width:0px;border-radius:4px;}#menu_header_2 .cz .sub-menu:not(.cz_megamenu_inner_ul){background-color:#38e7ff;margin:1px   12px;border-style:solid;border-radius:4px;}#menu_header_2 .cz .cz a,#menu_header_2 .cz .cz h6{color:#ffffff;}#menu_header_2 .cz .cz a:hover,#menu_header_2 .cz .cz:hover > a,#menu_header_2 .cz .current_menu > a,#menu_header_2 .cz .current_menu > .current_menu{color:#e2e2e2;}.header_4{background-color:#000000;padding-top:10px;padding-bottom:10px;}#menu_header_4{background-position:center bottom;background-size:cover;background-image:linear-gradient(90deg,rgba(0,0,0,0.54),rgba(0,0,0,0.54)),url(http://xtratheme.com/business/wp-content/uploads/sites/12/revslider/xtra_slider_business/slider111.jpg);}#menu_header_4 > .cz > a{color:#ffffff;}#menu_header_4 > .cz > a:hover,#menu_header_4 > .cz:hover > a,#menu_header_4 > .current_menu > a,#menu_header_4 > .current-menu-parent > a{color:#38e7ff;}#menu_header_4 .cz .cz a,#menu_header_4 .cz .cz h6{color:#ffffff;}.hidden_top_bar{color:#0a0101;background-color:#ffffff;border-style:solid;border-width:0 0 2px;border-color:#ffffff;transform: translateY(calc(-100% + 2px))}.hidden_top_bar > i{color:#000000;background:#ffffff;padding:14px 16px 15px 16px;border-style:solid;border-radius:0px;}.page_title,.header_onthe_cover .page_title{background-size:cover;background-image:url(http://xtratheme.com/business/wp-content/uploads/sites/12/2017/07/br1.jpg);}.page_title .section_title{font-size:24px;color:#ffffff;}.page_title a,.page_title a:hover,.page_title i{color:#ffffff;}body{font-family:\'Roboto\';}.footer_1 .row{border-width:0 0 1px;border-color:rgba(255,255,255,0.14);}.cz_middle_footer{padding-top:60px;}.footer_widget{color:#c1c1c1;padding:30px 10px;}.cz_middle_footer a{color:#ffffff;line-height: 2;}.cz_middle_footer a:hover{color:rgb(56, 231, 255);}.footer_2 .row{border-style:solid;border-width:1px 0 0;border-color:rgba(255,255,255,0.14);}i.backtotop{font-size:16px;color:#ffffff;background-color:#38e7ff;margin-bottom:2.5em;border-style:solid;border-radius:30%;}i.fixed_contact{font-size:25px;color:#ffffff;background-color:#38e7ff;margin-right:5px;margin-bottom:1.5em;border-radius:30%;}.footer_widget > h4{font-size:18px;color:#ffffff;border-style:solid;border-width:0 0 1px;}.sidebar_footer-1 #text-2{margin:-22px -25px -25px;}img, .cz_image img{border-style:solid;border-radius:10px;}.tagcloud a, .cz_post_cat a{border-style:solid;border-radius:12px;}.pagination a, .pagination > b, .pagination span, .page-numbers a, .page-numbers span{border-style:solid;border-radius:12px;}.page_title .row{padding-bottom:10px;}.cz_readmore{color:#38e7ff;background-color:rgba(56,231,255,0.1);padding-right:15px;padding-left:10px;border-style:solid;border-radius:12px;}.cz_readmore:hover{color:#000000;box-shadow:0px 10px 20px rgba(0,0,0,0.11);}.cz_readmore i{color:#38e7ff;border-style:solid;border-radius:30px;}.cz_readmore:hover i{color:#000000;}#menu_header_1 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul){margin:11px;border-radius:10px;}.page_footer{background-size:cover;background-image:url(http://xtratheme.com/business/wp-content/uploads/sites/12/2017/07/slider111.jpg);}.cz_default_loop > div{background-color:rgba(56,231,255,0.05);padding:30px;}.next_prev i{border-radius:12px;}.cz_default_grid h3 small{font-size:14px;color:rgba(56,231,255,0.7);}.cz_default_grid h3{color:#38e7ff;}select,.nice-select{border-radius:10px;}\n\n/* Responsive */@media screen and (max-width:1170px){#layout{width:100%!important}#layout.layout_1{width:95%!important}.row{width:90% !important;padding:0}blockquote{padding:20px}.slick-slide{margin:0!important}footer .elms_center,footer .elms_left,footer .elms_right,footer .have_center .elms_left, footer .have_center .elms_center, footer .have_center .elms_right{float:none;display:table;text-align:center;margin: 0 auto;flex:unset}}\n	@media screen and (max-width:1025px){.header_1,.header_2,.header_3{width: 100%}#layout.layout_1{width:94%!important}#layout.layout_1 .row{width:90% !important}}\n	@media screen and (max-width:768px){.header_1,.header_2,.header_3,.header_5,.fixed_side{display: none !important}.header_4,.Corpse_Sticky.cz_sticky_corpse_for_header_4{display: block !important}.header_onthe_cover:not(.header_onthe_cover_dt):not(.header_onthe_cover_all){margin-top: 0 !important}body,#layout{padding: 0 !important;margin: 0 !important}.inner_layout,#layout.layout_1,.col,.cz_five_columns > .wpb_column,.cz_five_columns > .vc_vc_column{width:100% !important;margin:0 !important;border-radius:0}.hidden_top_bar,.fixed_contact,.cz_process_road_a,.cz_process_road_b{display:none!important}.cz_parent_megamenu>.sub-menu{margin:0!important}.is_fixed_side{padding:0!important}.cz_tabs_is_v .cz_tabs_nav,.cz_tabs_is_v .cz_tabs_content{width: 100% !important;margin-bottom: 20px}.wpb_column {margin-bottom: 20px}.cz_fixed_footer {position: static !important}.Corpse_Sticky,.hide_on_tablet{display:none !important}header i.hide,.show_on_tablet{display:block}.cz_grid_item:not(.slick-slide){width:50% !important}.cz_grid_item img{width:auto !important}.cz_mobile_text_center, .cz_mobile_text_center *{text-align:center !important;float:none !important}.cz_mobile_btn_center{float:none !important;margin-left: auto !important;margin-right: auto !important;display: table !important;text-align: center !important}.vc_row[data-vc-stretch-content] .vc_column-inner[class^=\'vc_custom_\'],.vc_row[data-vc-stretch-content] .vc_column-inner[class*=\' vc_custom_\'] {padding:20px !important;}.wpb_column {margin-bottom: 0 !important;}.vc_row.no_padding .vc_column_container > .vc_column-inner, .vc_row.nopadding .vc_column_container > .vc_column-inner{padding:0 !important;}.cz_posts_container article > div{height: auto !important}.cz_split_box_left > div, .cz_split_box_right > div {width:100%;float:none}.woo-col-3.woocommerce ul.products li.product, .woo-col-3.woocommerce-page ul.products li.product, .woo-related-col-3.woocommerce ul.products .related li.product, .woo-related-col-3.woocommerce-page ul.products .related li.product {width: calc(100% / 2 - 2.6%)}.search_style_icon_full .search{width:86%;top:80px}.vc_row-o-equal-height .cz_box_front_inner, .vc_row-o-equal-height .cz_eqh, .vc_row-o-equal-height .cz_eqh > div, .vc_row-o-equal-height .cz_eqh > div > div, .vc_row-o-equal-height .cz_eqh > div > div > div, .cz_posts_equal > .clr{display:block !important}.cz_a_c.cz_timeline_container:before {left: 0}.cz_timeline-i i {left: 0;transform: translateX(-50%)}.cz_a_c .cz_timeline-content {margin-left: 50px;width: 70%;float: left}.cz_a_c .cz_timeline-content .cz_date{position: static;text-align: left}.page_title,.header_onthe_cover .page_title{padding-top:25px;}.page_title a,.page_title a:hover,.page_title i{display:none;}}\n	@media screen and (max-width:480px){.cz_grid_item img{width:auto !important}.hide_on_mobile,.show_only_tablet,.fixed_contact,.cz_cart_items{display:none}header i.hide,.show_on_mobile{display:block}.offcanvas_area{width:80%}.cz_tab_a,.cz_tabs_content,.cz_tabs_is_v .cz_tabs_nav{box-sizing:border-box;display: block;width: 100% !important;margin-bottom: 20px}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product,.wpcf7-form p{width: 100% !important}.cz_post_image,.cz_default_grid{width: 100%;margin-bottom:30px !important}.wpcf7-form p {width: 100% !important;margin: 0 0 10px !important}[class^=\"cz_parallax_\"],[class*=\" cz_parallax_\"]{transform:none !important}th, td {padding: 1px}dt {width: auto}dd {margin: 0}pre{width: 90%}.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{float:none;text-align:center;width:100%}.woocommerce #coupon_code, .coupon input.button {width:100% !important;margin:0 0 10px !important}span.wpcf7-not-valid-tip{left:auto}.wpcf7-not-valid-tip:after{right:auto;left:-41px}.cz_video_popup div{width:fit-content}.cz_grid_item:not(.slick-slide){width:100% !important;margin: 0 !important}.cz_grid_item > div{margin:0 0 10px !important}.cz_grid{width:100% !important;margin:0 !important}.center_on_mobile,.center_on_mobile *{text-align:center !important;float:none !important}.center_on_mobile .cz_wh_left, .center_on_mobile .cz_wh_right {display:block}.center_on_mobile .item_small > a{display:inline-block;margin:2px 0}.center_on_mobile img,.center_on_mobile .cz_image > div{display:table !important;margin-left: auto !important;margin-right: auto !important}.tac_in_mobile{text-align:center !important;float:none !important;display:table;margin-left:auto !important;margin-right:auto !important}.next_prev li {float:none !important;width:100% !important;border: 0 !important;margin-bottom:30px !important}.services.left .service_custom,.services.right .service_custom,.services.left .service_img,.services.right .service_img{float:none;margin:0 auto 20px auto !important;display:table}.services div.service_text,.services.right div.service_text{padding:0 !important;text-align:center !important}.header_onthe_cover_dt{margin-top:0 !important}.alignleft,.alignright{float:none;margin:0 auto 30px}.woocommerce li.product{margin-bottom:30px !important}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 !important}#comments .commentlist li .avatar{left:-20px !important}.services .service_custom i{left: 50%;transform: translateX(-50%)}#commentform > p{display:block;width:100%}blockquote,.blockquote{width:100% !important;box-sizing:border-box;text-align:center;display:table !important;margin:0 auto 30px !important;float:none !important}.cz_related_post{margin-bottom: 30px !important}.right_br_full_container .lefter, .right_br_full_container .righter,.right_br_full_container .breadcrumbs{width:100%;text-align:center}a img.alignleft,a img.alignright{margin:0 auto 30px;display:block;float:none}.cz_popup_in{max-height:85%!important;max-width:90%!important;min-width:0;animation:none;box-sizing:border-box;left:5%;transform:translate(0,-50%)}.rtl .sf-menu > .cz{width:100%}.cz_2_btn a {box-sizing: border-box}.cz_has_year{margin-left:0 !important}.cz_history_1 > span:first-child{position:static !important;margin-bottom:10px !important;display:inline-block}.search-form .search-submit{margin: 0}.page_item_has_children .children, ul.cz_circle_list {margin: 8px 0 8px 10px}ul, .widget_nav_menu .sub-menu, .widget_categories .children, .page_item_has_children .children, ul.cz_circle_list{margin-left: 10px}.dwqa-questions-list .dwqa-question-item{padding: 20px 20px 20px 90px}.dwqa-question-content, .dwqa-answer-content{padding:0}.cz_subscribe_elm button{position:static !important}.cz_hexagon{position: relative;margin: 0 auto 30px}.cz_gallery_badge{right:-10px}.logo_hover_tooltip{width:320px;}}', 'no'),
(702, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"kjmoreir@espol.edu.ec\";s:7:\"version\";s:5:\"4.9.7\";s:9:\"timestamp\";i:1530812709;}', 'no'),
(774, 'WPLANG', '', 'yes'),
(810, 'newsletter_logger_secret', 'ee363598', 'yes'),
(812, 'newsletter_main_first_install_time', '1531144272', 'no'),
(813, 'newsletter_main', 'a:33:{s:11:\"return_path\";b:0;s:8:\"reply_to\";b:0;s:12:\"sender_email\";s:14:\"info@ensabs.eu\";s:11:\"sender_name\";s:5:\"ID@MS\";s:6:\"editor\";s:1:\"1\";s:13:\"scheduler_max\";s:3:\"100\";s:9:\"phpmailer\";s:1:\"0\";s:5:\"debug\";s:1:\"0\";s:5:\"track\";s:1:\"1\";s:3:\"css\";s:0:\"\";s:12:\"css_disabled\";s:1:\"0\";s:2:\"ip\";s:0:\"\";s:4:\"page\";s:3:\"984\";s:19:\"disable_cron_notice\";i:0;s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"892\";s:3:\"url\";s:59:\"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams.png\";}s:12:\"header_title\";s:5:\"ID@MS\";s:10:\"header_sub\";s:35:\"IMPORTER DEALER MANAGEMENT SOLUTION\";s:12:\"footer_title\";s:0:\"\";s:14:\"footer_contact\";s:0:\"\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"contract_key\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:25:\"content_transfer_encoding\";s:0:\"\";}', 'yes'),
(814, 'newsletter_main_info', 'a:16:{s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"892\";s:3:\"url\";s:59:\"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams.png\";}s:12:\"header_title\";s:5:\"ID@MS\";s:10:\"header_sub\";s:35:\"IMPORTER DEALER MANAGEMENT SOLUTION\";s:12:\"footer_title\";s:0:\"\";s:14:\"footer_contact\";s:0:\"\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";}', 'yes'),
(815, 'newsletter_main_smtp', 'a:7:{s:7:\"enabled\";i:0;s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"port\";i:25;s:6:\"secure\";s:0:\"\";s:12:\"ssl_insecure\";i:0;}', 'yes'),
(816, 'newsletter_main_version', '1.5.0', 'yes'),
(817, 'newsletter_subscription_first_install_time', '1531144272', 'no'),
(818, 'newsletter', 'a:20:{s:14:\"noconfirmation\";i:1;s:9:\"antiflood\";i:10;s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}s:12:\"domain_check\";i:0;s:7:\"akismet\";i:0;s:7:\"captcha\";i:0;s:12:\"notify_email\";s:21:\"kjmoreir@espol.edu.ec\";s:8:\"multiple\";i:1;s:6:\"notify\";i:0;s:10:\"error_text\";s:102:\"<p>You cannot subscribe with the email address you entered, please contact the site administrator.</p>\";s:17:\"subscription_text\";s:19:\"{subscription_form}\";s:17:\"confirmation_text\";s:104:\"<p>A confirmation email is on the way. Follow the instructions and check the spam folder. Thank you.</p>\";s:20:\"confirmation_subject\";s:32:\"Please confirm your subscription\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:94:\"<p>Please confirm your subscription <a href=\"{subscription_confirm_url}\">clicking here</a></p>\";s:14:\"confirmed_text\";s:43:\"<p>Your subscription has been confirmed</p>\";s:17:\"confirmed_subject\";s:7:\"Welcome\";s:17:\"confirmed_message\";s:130:\"<p>This message confirms your subscription to our newsletter. Thank you!</p><hr><p><a href=\"{profile_url}\">Change your profile</p>\";s:18:\"confirmed_tracking\";s:0:\"\";}', 'yes'),
(819, 'newsletter_subscription_lists', 'a:160:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:14:\"list_1_checked\";i:0;s:13:\"list_1_forced\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:14:\"list_2_checked\";i:0;s:13:\"list_2_forced\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:14:\"list_3_checked\";i:0;s:13:\"list_3_forced\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:14:\"list_4_checked\";i:0;s:13:\"list_4_forced\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:14:\"list_5_checked\";i:0;s:13:\"list_5_forced\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:14:\"list_6_checked\";i:0;s:13:\"list_6_forced\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:14:\"list_7_checked\";i:0;s:13:\"list_7_forced\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:14:\"list_8_checked\";i:0;s:13:\"list_8_forced\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:14:\"list_9_checked\";i:0;s:13:\"list_9_forced\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:15:\"list_10_checked\";i:0;s:14:\"list_10_forced\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:15:\"list_11_checked\";i:0;s:14:\"list_11_forced\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:15:\"list_12_checked\";i:0;s:14:\"list_12_forced\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:15:\"list_13_checked\";i:0;s:14:\"list_13_forced\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:15:\"list_14_checked\";i:0;s:14:\"list_14_forced\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:15:\"list_15_checked\";i:0;s:14:\"list_15_forced\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:15:\"list_16_checked\";i:0;s:14:\"list_16_forced\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:15:\"list_17_checked\";i:0;s:14:\"list_17_forced\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:15:\"list_18_checked\";i:0;s:14:\"list_18_forced\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:15:\"list_19_checked\";i:0;s:14:\"list_19_forced\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:15:\"list_20_checked\";i:0;s:14:\"list_20_forced\";i:0;s:7:\"list_21\";s:0:\"\";s:14:\"list_21_status\";i:0;s:15:\"list_21_checked\";i:0;s:14:\"list_21_forced\";i:0;s:7:\"list_22\";s:0:\"\";s:14:\"list_22_status\";i:0;s:15:\"list_22_checked\";i:0;s:14:\"list_22_forced\";i:0;s:7:\"list_23\";s:0:\"\";s:14:\"list_23_status\";i:0;s:15:\"list_23_checked\";i:0;s:14:\"list_23_forced\";i:0;s:7:\"list_24\";s:0:\"\";s:14:\"list_24_status\";i:0;s:15:\"list_24_checked\";i:0;s:14:\"list_24_forced\";i:0;s:7:\"list_25\";s:0:\"\";s:14:\"list_25_status\";i:0;s:15:\"list_25_checked\";i:0;s:14:\"list_25_forced\";i:0;s:7:\"list_26\";s:0:\"\";s:14:\"list_26_status\";i:0;s:15:\"list_26_checked\";i:0;s:14:\"list_26_forced\";i:0;s:7:\"list_27\";s:0:\"\";s:14:\"list_27_status\";i:0;s:15:\"list_27_checked\";i:0;s:14:\"list_27_forced\";i:0;s:7:\"list_28\";s:0:\"\";s:14:\"list_28_status\";i:0;s:15:\"list_28_checked\";i:0;s:14:\"list_28_forced\";i:0;s:7:\"list_29\";s:0:\"\";s:14:\"list_29_status\";i:0;s:15:\"list_29_checked\";i:0;s:14:\"list_29_forced\";i:0;s:7:\"list_30\";s:0:\"\";s:14:\"list_30_status\";i:0;s:15:\"list_30_checked\";i:0;s:14:\"list_30_forced\";i:0;s:7:\"list_31\";s:0:\"\";s:14:\"list_31_status\";i:0;s:15:\"list_31_checked\";i:0;s:14:\"list_31_forced\";i:0;s:7:\"list_32\";s:0:\"\";s:14:\"list_32_status\";i:0;s:15:\"list_32_checked\";i:0;s:14:\"list_32_forced\";i:0;s:7:\"list_33\";s:0:\"\";s:14:\"list_33_status\";i:0;s:15:\"list_33_checked\";i:0;s:14:\"list_33_forced\";i:0;s:7:\"list_34\";s:0:\"\";s:14:\"list_34_status\";i:0;s:15:\"list_34_checked\";i:0;s:14:\"list_34_forced\";i:0;s:7:\"list_35\";s:0:\"\";s:14:\"list_35_status\";i:0;s:15:\"list_35_checked\";i:0;s:14:\"list_35_forced\";i:0;s:7:\"list_36\";s:0:\"\";s:14:\"list_36_status\";i:0;s:15:\"list_36_checked\";i:0;s:14:\"list_36_forced\";i:0;s:7:\"list_37\";s:0:\"\";s:14:\"list_37_status\";i:0;s:15:\"list_37_checked\";i:0;s:14:\"list_37_forced\";i:0;s:7:\"list_38\";s:0:\"\";s:14:\"list_38_status\";i:0;s:15:\"list_38_checked\";i:0;s:14:\"list_38_forced\";i:0;s:7:\"list_39\";s:0:\"\";s:14:\"list_39_status\";i:0;s:15:\"list_39_checked\";i:0;s:14:\"list_39_forced\";i:0;s:7:\"list_40\";s:0:\"\";s:14:\"list_40_status\";i:0;s:15:\"list_40_checked\";i:0;s:14:\"list_40_forced\";i:0;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(820, 'newsletter_subscription_template', 'a:1:{s:8:\"template\";s:2359:\"<!DOCTYPE html>\n<html>\n    <head>\n        <!-- General styles, not used by all email clients -->\n        <style type=\"text/css\" media=\"all\">\n            a {\n                text-decoration: none;\n                color: #0088cc;\n            }\n            hr {\n                border-top: 1px solid #999;\n            }\n        </style>\n    </head>\n\n    <!-- KEEP THE LAYOUT SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n    <body style=\"margin: 0; padding: 0;\">\n\n        <!-- Top title with dark background -->\n        <table style=\"background-color: #444; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n            <tr>\n                <td style=\"padding: 20px; text-align: center; font-family: sans-serif; color: #fff; font-size: 28px\">\n                    {blog_title}\n                </td>\n            </tr>\n        </table>\n\n        <!-- Main table 100% wide with background color #eee -->    \n        <table style=\"background-color: #eee; width: 100%;\">\n            <tr>\n                <td align=\"center\" style=\"padding: 15px;\">\n\n                    <!-- Content table with backgdound color #fff, width 500px -->\n                    <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n                        <tr>\n                            <td style=\"padding: 15px; color: #333; font-size: 16px; font-family: sans-serif\">\n                                <!-- The {message} tag is replaced with one of confirmation, welcome or goodbye messages -->\n                                <!-- Messages content can be configured on Newsletter List Building panels --> \n\n                                {message}\n\n                                <hr>\n                                <!-- Signature if not already added to single messages (surround with <p>) -->\n                                <p>\n                                    <small>\n                                        <a href=\"{blog_url}\">{blog_url}</a><br>\n                                        {company_name}<br>\n                                        {company_address}\n                                    </small>\n                                </p>\n                                \n\n                            </td>\n                        </tr>\n                    </table>\n\n                </td>\n            </tr>\n        </table>\n\n    </body>\n</html>\";}', 'yes'),
(821, 'newsletter_profile', 'a:145:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:28:\"Email address is not correct\";s:4:\"name\";s:10:\"First name\";s:11:\"name_status\";s:1:\"2\";s:10:\"name_rules\";s:1:\"1\";s:10:\"name_error\";s:16:\"Name is required\";s:7:\"surname\";s:9:\"Last name\";s:14:\"surname_status\";s:1:\"2\";s:13:\"surname_rules\";s:1:\"1\";s:13:\"surname_error\";s:21:\"Last name is required\";s:3:\"sex\";s:3:\"I\'m\";s:10:\"sex_status\";s:1:\"0\";s:9:\"sex_rules\";s:1:\"0\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_male\";s:3:\"Man\";s:8:\"sex_none\";s:13:\"Not specified\";s:10:\"title_male\";s:3:\"Mr.\";s:12:\"title_female\";s:3:\"Ms.\";s:10:\"title_none\";s:4:\"Dear\";s:9:\"subscribe\";s:9:\"Subscribe\";s:14:\"privacy_status\";s:1:\"1\";s:7:\"privacy\";s:44:\"By continuing, you accept the privacy policy\";s:11:\"privacy_url\";s:48:\"http://ensabs.eu/idams/index.php/privacy-policy/\";s:13:\"privacy_error\";s:34:\"You must accept the privacy policy\";s:13:\"profile_error\";s:0:\"\";s:9:\"profile_1\";s:13:\"Facebook user\";s:21:\"profile_1_placeholder\";s:13:\"Facebook user\";s:16:\"profile_1_status\";s:1:\"2\";s:14:\"profile_1_type\";s:4:\"text\";s:15:\"profile_1_rules\";s:1:\"0\";s:17:\"profile_1_options\";s:0:\"\";s:9:\"profile_2\";s:12:\"Twitter user\";s:21:\"profile_2_placeholder\";s:12:\"Twitter user\";s:16:\"profile_2_status\";s:1:\"2\";s:14:\"profile_2_type\";s:4:\"text\";s:15:\"profile_2_rules\";s:1:\"0\";s:17:\"profile_2_options\";s:0:\"\";s:9:\"profile_3\";s:6:\"prueba\";s:21:\"profile_3_placeholder\";s:6:\"prueba\";s:16:\"profile_3_status\";s:1:\"2\";s:14:\"profile_3_type\";s:4:\"text\";s:15:\"profile_3_rules\";s:1:\"0\";s:17:\"profile_3_options\";s:0:\"\";s:9:\"profile_4\";s:0:\"\";s:21:\"profile_4_placeholder\";s:0:\"\";s:16:\"profile_4_status\";s:1:\"0\";s:14:\"profile_4_type\";s:4:\"text\";s:15:\"profile_4_rules\";s:1:\"0\";s:17:\"profile_4_options\";s:0:\"\";s:9:\"profile_5\";s:0:\"\";s:21:\"profile_5_placeholder\";s:0:\"\";s:16:\"profile_5_status\";s:1:\"0\";s:14:\"profile_5_type\";s:4:\"text\";s:15:\"profile_5_rules\";s:1:\"0\";s:17:\"profile_5_options\";s:0:\"\";s:9:\"profile_6\";s:0:\"\";s:21:\"profile_6_placeholder\";s:0:\"\";s:16:\"profile_6_status\";s:1:\"0\";s:14:\"profile_6_type\";s:4:\"text\";s:15:\"profile_6_rules\";s:1:\"0\";s:17:\"profile_6_options\";s:0:\"\";s:9:\"profile_7\";s:0:\"\";s:21:\"profile_7_placeholder\";s:0:\"\";s:16:\"profile_7_status\";s:1:\"0\";s:14:\"profile_7_type\";s:4:\"text\";s:15:\"profile_7_rules\";s:1:\"0\";s:17:\"profile_7_options\";s:0:\"\";s:9:\"profile_8\";s:0:\"\";s:21:\"profile_8_placeholder\";s:0:\"\";s:16:\"profile_8_status\";s:1:\"0\";s:14:\"profile_8_type\";s:4:\"text\";s:15:\"profile_8_rules\";s:1:\"0\";s:17:\"profile_8_options\";s:0:\"\";s:9:\"profile_9\";s:0:\"\";s:21:\"profile_9_placeholder\";s:0:\"\";s:16:\"profile_9_status\";s:1:\"0\";s:14:\"profile_9_type\";s:4:\"text\";s:15:\"profile_9_rules\";s:1:\"0\";s:17:\"profile_9_options\";s:0:\"\";s:10:\"profile_10\";s:0:\"\";s:22:\"profile_10_placeholder\";s:0:\"\";s:17:\"profile_10_status\";s:1:\"0\";s:15:\"profile_10_type\";s:4:\"text\";s:16:\"profile_10_rules\";s:1:\"0\";s:18:\"profile_10_options\";s:0:\"\";s:10:\"profile_11\";s:0:\"\";s:22:\"profile_11_placeholder\";s:0:\"\";s:17:\"profile_11_status\";s:1:\"0\";s:15:\"profile_11_type\";s:4:\"text\";s:16:\"profile_11_rules\";s:1:\"0\";s:18:\"profile_11_options\";s:0:\"\";s:10:\"profile_12\";s:0:\"\";s:22:\"profile_12_placeholder\";s:0:\"\";s:17:\"profile_12_status\";s:1:\"0\";s:15:\"profile_12_type\";s:4:\"text\";s:16:\"profile_12_rules\";s:1:\"0\";s:18:\"profile_12_options\";s:0:\"\";s:10:\"profile_13\";s:0:\"\";s:22:\"profile_13_placeholder\";s:0:\"\";s:17:\"profile_13_status\";s:1:\"0\";s:15:\"profile_13_type\";s:4:\"text\";s:16:\"profile_13_rules\";s:1:\"0\";s:18:\"profile_13_options\";s:0:\"\";s:10:\"profile_14\";s:0:\"\";s:22:\"profile_14_placeholder\";s:0:\"\";s:17:\"profile_14_status\";s:1:\"0\";s:15:\"profile_14_type\";s:4:\"text\";s:16:\"profile_14_rules\";s:1:\"0\";s:18:\"profile_14_options\";s:0:\"\";s:10:\"profile_15\";s:0:\"\";s:22:\"profile_15_placeholder\";s:0:\"\";s:17:\"profile_15_status\";s:1:\"0\";s:15:\"profile_15_type\";s:4:\"text\";s:16:\"profile_15_rules\";s:1:\"0\";s:18:\"profile_15_options\";s:0:\"\";s:10:\"profile_16\";s:0:\"\";s:22:\"profile_16_placeholder\";s:0:\"\";s:17:\"profile_16_status\";s:1:\"0\";s:15:\"profile_16_type\";s:4:\"text\";s:16:\"profile_16_rules\";s:1:\"0\";s:18:\"profile_16_options\";s:0:\"\";s:10:\"profile_17\";s:0:\"\";s:22:\"profile_17_placeholder\";s:0:\"\";s:17:\"profile_17_status\";s:1:\"0\";s:15:\"profile_17_type\";s:4:\"text\";s:16:\"profile_17_rules\";s:1:\"0\";s:18:\"profile_17_options\";s:0:\"\";s:10:\"profile_18\";s:0:\"\";s:22:\"profile_18_placeholder\";s:0:\"\";s:17:\"profile_18_status\";s:1:\"0\";s:15:\"profile_18_type\";s:4:\"text\";s:16:\"profile_18_rules\";s:1:\"0\";s:18:\"profile_18_options\";s:0:\"\";s:10:\"profile_19\";s:0:\"\";s:22:\"profile_19_placeholder\";s:0:\"\";s:17:\"profile_19_status\";s:1:\"0\";s:15:\"profile_19_type\";s:4:\"text\";s:16:\"profile_19_rules\";s:1:\"0\";s:18:\"profile_19_options\";s:0:\"\";s:10:\"profile_20\";s:0:\"\";s:22:\"profile_20_placeholder\";s:0:\"\";s:17:\"profile_20_status\";s:1:\"0\";s:15:\"profile_20_type\";s:4:\"text\";s:16:\"profile_20_rules\";s:1:\"0\";s:18:\"profile_20_options\";s:0:\"\";}', 'yes'),
(822, 'newsletter_subscription_version', '2.1.7', 'yes'),
(823, 'newsletter_unsubscription_first_install_time', '1531144272', 'no'),
(824, 'newsletter_unsubscription', 'a:6:{s:16:\"unsubscribe_text\";s:103:\"<p>Please confirm you want to unsubscribe <a href=\"{unsubscription_confirm_url}\">clicking here</a>.</p>\";s:10:\"error_text\";s:99:\"<p>Subscriber not found, it probably has already been removed. No further actions are required.</p>\";s:17:\"unsubscribed_text\";s:124:\"<p>Your subscription has been deleted. If that was an error you can <a href=\"{reactivate_url}\">subscribe again here</a>.</p>\";s:20:\"unsubscribed_subject\";s:7:\"Goodbye\";s:20:\"unsubscribed_message\";s:87:\"<p>This message confirms that you have unsubscribed from our newsletter. Thank you.</p>\";s:16:\"reactivated_text\";s:46:\"<p>Your subscription has been reactivated.</p>\";}', 'yes'),
(825, 'newsletter_unsubscription_version', '1.0.0', 'yes'),
(826, 'newsletter_profile_first_install_time', '1531144272', 'no'),
(827, 'newsletter_profile_main', 'a:8:{s:4:\"text\";s:188:\"{profile_form}\n    <p>If you change your email address, a confirmation email will be sent to activate it.</p>\n    <p><a href=\"{unsubscription_confirm_url}\">Cancel your subscription</a></p>\";s:13:\"email_changed\";s:81:\"Your email has been changed, an activation email has been sent with instructions.\";s:5:\"error\";s:42:\"Your email is not valid or already in use.\";s:10:\"save_label\";s:4:\"Save\";s:13:\"privacy_label\";s:21:\"Read our privacy note\";s:5:\"saved\";s:14:\"Profile saved.\";s:18:\"export_newsletters\";i:0;s:3:\"url\";s:0:\"\";}', 'yes'),
(828, 'newsletter_profile_version', '1.1.0', 'yes'),
(829, 'newsletter_emails_first_install_time', '1531144272', 'no'),
(830, 'newsletter_emails', 'a:2:{s:7:\"subject\";s:0:\"\";s:4:\"body\";s:15091:\"<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<title>Newsletter</title>\r\n<meta charset=\"utf-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n<style type=\"text/css\">/* CLIENT-SPECIFIC STYLES */\r\n#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\r\n.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\r\n.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\r\nbody, table, td, a{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\r\ntable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\r\nimg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\r\n\r\n/* RESET STYLES */\r\nbody{margin:0; padding:0; height:100% !important; margin:0; padding:0; width:100% !important;}\r\nimg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\r\ntable{border-collapse:collapse !important;}\r\n\r\n\r\n/* MOBILE STYLES */\r\n@media screen and (max-width: 525px) {\r\n\r\n    /* ALLOWS FOR FLUID TABLES */\r\n    table[class=\"wrapper\"]{\r\n        width:100% !important;\r\n    }\r\n\r\n    /* ADJUSTS LAYOUT OF LOGO IMAGE */\r\n    td[class=\"logo\"]{\r\n        text-align: left;\r\n        padding: 20px 0 20px 0 !important;\r\n    }\r\n\r\n    td[class=\"logo\"] img{\r\n        margin:0 auto!important;\r\n    }\r\n\r\n    /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */\r\n    td[class=\"mobile-hide\"]{\r\n        display:none;}\r\n\r\n    img[class=\"mobile-hide\"]{\r\n        display: none !important;\r\n    }\r\n\r\n    img[class=\"img-max\"]{\r\n        max-width: 100% !important;\r\n        width: 100% !important;\r\n        height:auto !important;\r\n    }\r\n\r\n    /* FULL-WIDTH TABLES */\r\n    table[class=\"responsive-table\"]{\r\n        width:100%!important;\r\n    }\r\n\r\n    /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */\r\n    td[class=\"padding\"]{\r\n        padding: 10px 5% 15px 5% !important;\r\n    }\r\n\r\n    td[class=\"padding-copy\"]{\r\n        padding: 10px 5% 10px 5% !important;\r\n        text-align: center;\r\n    }\r\n\r\n    td[class=\"padding-meta\"]{\r\n        padding: 30px 5% 0px 5% !important;\r\n        text-align: center;\r\n    }\r\n\r\n    td[class=\"no-pad\"]{\r\n        padding: 0 0 20px 0 !important;\r\n    }\r\n\r\n    td[class=\"no-padding\"]{\r\n        padding: 0 !important;\r\n    }\r\n\r\n    td[class=\"section-padding\"]{\r\n        padding: 50px 15px 50px 15px !important;\r\n    }\r\n\r\n    td[class=\"section-padding-bottom-image\"]{\r\n        padding: 50px 15px 0 15px !important;\r\n    }\r\n\r\n    /* ADJUST BUTTONS ON MOBILE */\r\n    td[class=\"mobile-wrapper\"]{\r\n        padding: 10px 5% 15px 5% !important;\r\n    }\r\n\r\n    table[class=\"mobile-button-container\"]{\r\n        margin:0 auto;\r\n        width:100% !important;\r\n    }\r\n\r\n    a[class=\"mobile-button\"]{\r\n        width:80% !important;\r\n        padding: 15px !important;\r\n        border: 0 !important;\r\n        font-size: 16px !important;\r\n    }\r\n\r\n}</style></head>\r\n<body style=\"margin: 0; padding: 0;\">\r\n\r\n\r\n            \r\n\r\n\r\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"preheader\"><tbody><tr><td data-options=\"options[view]=View+online&amp;options[text]=Few+words+summary&amp;options[block_background]=%23ffffff&amp;options[font_family]=Helvetica%2C+Arial%2C+sans-serif&amp;options[font_size]=13&amp;options[color]=%23999999&amp;\" align=\"center\" style=\"padding: 0; font-family: Helvetica, Arial, sans-serif;\" class=\"edit-block\"><!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"text-align: center;\" bgcolor=\"#ffffff\" width=\"100%\">\r\n<table width=\"100%\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\">\r\n    <tbody><tr>\r\n        <td class=\"preheader-link\" style=\"padding: 20px; text-align: center; font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #999999;\" width=\"50%\" valign=\"top\" align=\"center\">\r\n            Few words summary        </td>\r\n        <td class=\"preheader-link\" style=\"padding: 20px; text-align: center; font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #999999;\" width=\"50%\" valign=\"top\" align=\"center\">\r\n            <a href=\"{email_url}\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration: none; font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #999999\">View online</a>\r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"header-01-header.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"#333333\" width=\"100%\">\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding: 0px 15px 0px 15px;\">\r\n            \r\n                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\" class=\"wrapper\">\r\n                    <!-- LOGO/PREHEADER TEXT -->\r\n                    <tbody><tr>\r\n                        <td style=\"padding: 20px 0px 30px 0px;\" class=\"logo\">\r\n                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n                                <tbody><tr>\r\n                                    <td width=\"100\" align=\"left\" class=\"tnpc-row-edit\" data-type=\"image\">\r\n                                        <a href=\"#\" target=\"_blank\">\r\n                                            <img alt=\"ID@MS\" src=\"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams.png\" style=\"display: block; width: 180px;\" border=\"0\">\r\n                                        </a>\r\n                                    </td>\r\n                                    <td width=\"400\" align=\"right\" class=\"mobile-hide\">\r\n                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n                                            <tbody><tr>\r\n                                                <td align=\"right\" style=\"padding: 0 0 5px 0; font-size: 14px; font-family: Arial, sans-serif; color: #666666; text-decoration: none;\" class=\"tnpc-row-edit\" data-type=\"text\">\r\n                                                    <span style=\"color: #666666; text-decoration: none;\">IMPORTER DEALER MANAGEMENT SOLUTION</span>\r\n                                                </td>\r\n                                            </tr>\r\n                                        </tbody></table>\r\n                                    </td>\r\n                                </tr>\r\n                            </tbody></table>\r\n                        </td>\r\n                    </tr>\r\n                </tbody></table>\r\n           \r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"content-01-hero.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"\" width=\"100%\">\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\" class=\"responsive-table\" align=\"center\">\r\n    <tbody><tr>\r\n        <td>\r\n            <!-- HERO IMAGE -->\r\n            <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                <tbody><tr>\r\n                    <td class=\"padding-copy tnpc-row-edit\" data-type=\"image\">\r\n                        <a href=\"#\" target=\"_blank\">\r\n                            <img src=\"https://unsplash.it/500/300?image=885\" width=\"500\" border=\"0\" alt=\"Insert alt text here\" style=\"max-width: 100%!important; width: 500px!important; height: auto!important; display: block;\" class=\"img-max\">\r\n                        </a>\r\n                    </td>\r\n                </tr>\r\n                <tr>\r\n                    <td>\r\n                        <!-- COPY -->\r\n                        <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                            <tbody><tr>\r\n                                <td align=\"center\" style=\"font-size: 25px; color: #333333; padding-top: 30px; font-family: Helvetica, arial, sans-serif; \" class=\"padding-copy tnpc-row-edit\" data-type=\"title\">An Awesome Title</td>\r\n                            </tr>\r\n                            <tr>\r\n                                <td align=\"center\" style=\"padding: 20px 0 0 0; font-size: 16px; line-height: 25px; color: #666666; font-family: Helvetica, arial, sans-serif; \" class=\"padding-copy tnpc-row-edit\" data-type=\"text\">The judge, by the way, was the King; and as he wore his crown over the wig, (look at the frontispiece if you want to see how he did it,) he did not look at all comfortable, and it was certainly not becoming.</td>\r\n                            </tr>\r\n                        </tbody></table>\r\n                    </td>\r\n                </tr>\r\n                <tr>\r\n                    <td align=\"center\">\r\n                        <!-- BULLETPROOF BUTTON -->\r\n                        <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"mobile-button-container\">\r\n                            <tbody><tr>\r\n                                <td align=\"center\" style=\"padding: 25px 0 0 0;\" class=\"padding-copy\">\r\n                                    <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"responsive-table\">\r\n                                        <tbody><tr>\r\n                                            <td align=\"center\">\r\n                                                <a href=\"#\" target=\"_blank\" style=\"font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #256F9C; border-top: 15px solid #256F9C; border-bottom: 15px solid #256F9C; border-left: 25px solid #256F9C; border-right: 25px solid #256F9C; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; display: inline-block;\" class=\"mobile-button tnpc-row-edit\" data-type=\"button\">Learn More →</a></td>\r\n                                        </tr>\r\n                                    </tbody></table>\r\n                                </td>\r\n                            </tr>\r\n                        </tbody></table>\r\n                    </td>\r\n                </tr>\r\n            </tbody></table>\r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"footer-02-canspam.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"\" width=\"100%\">\r\n<table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"responsive-table\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding: 20px 15px 20px 15px; font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;\">\r\n            <div class=\"tnpc-row-edit\" data-type=\"text\" style=\"color:#666666;\">\r\n                Your Company                <br>\r\n                Company Address, Phone Number                <br>\r\n                <em>Copyright or Legal text</em>\r\n            </div>\r\n        </td>\r\n    </tr>\r\n</tbody></table></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row ui-sortable-handle\" data-id=\"footer-01-footer.block\">\r\n<tbody><tr>\r\n<td align=\"center\" style=\"padding: 0;\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr>\r\n<td class=\"edit-block\" align=\"center\" style=\"text-align: center;\" bgcolor=\"\" width=\"100%\">\r\n<!-- FOOTER -->\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding: 20px 0px;\">\r\n\r\n            <table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"responsive-table\">\r\n                <tbody><tr>\r\n                    <td align=\"center\" style=\"font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;\">\r\n\r\n                        <a class=\"original-only tnpc-row-edit\" data-type=\"link\" style=\"color: #666666; text-decoration: none;\" href=\"{profile_url}\">Change your subscription</a>\r\n\r\n                        <span class=\"original-only\" style=\"font-family: Arial, sans-serif; font-size: 12px; color: #444444;\">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>\r\n\r\n                        <a style=\"color: #666666; text-decoration: none;\" href=\"{email_url}\" class=\"tnpc-row-edit\" data-type=\"link\">View online</a>\r\n  \r\n                    </td>\r\n                </tr>\r\n            </tbody></table>\r\n            \r\n        </td>\r\n    </tr>\r\n</tbody></table>\r\n<!-- /FOOTER --></td>\r\n</tr>\r\n</tbody></table><!--[if mso]></td></tr></table><![endif]-->\r\n</td>\r\n</tr></tbody></table>\r\n\r\n\r\n        \r\n\r\n        \r\n</body>\r\n</html>\";}', 'yes'),
(831, 'newsletter_emails_theme_default', 'a:0:{}', 'no'),
(832, 'newsletter_emails_version', '1.1.5', 'yes'),
(833, 'newsletter_users_first_install_time', '1531144272', 'no'),
(834, 'newsletter_users', 'a:0:{}', 'yes'),
(835, 'newsletter_users_version', '1.2.4', 'yes'),
(836, 'newsletter_statistics_first_install_time', '1531144272', 'no'),
(837, 'newsletter_statistics', 'a:1:{s:3:\"key\";s:32:\"56b3532de84ebe8ca5c06f4d9df04a92\";}', 'yes'),
(838, 'newsletter_statistics_version', '1.1.8', 'yes'),
(839, 'newsletter_install_time', '1531144272', 'no'),
(840, 'widget_newsletterwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(841, 'widget_newsletterwidgetminimal', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(843, 'newsletter_diagnostic_cron_calls', 'a:100:{i:0;i:1532641418;i:1;i:1532641658;i:2;i:1532641958;i:3;i:1532642234;i:4;i:1532642559;i:5;i:1532642828;i:6;i:1532643188;i:7;i:1532717303;i:8;i:1532717518;i:9;i:1532717882;i:10;i:1532718136;i:11;i:1532718466;i:12;i:1532718767;i:13;i:1532719007;i:14;i:1532719886;i:15;i:1532719921;i:16;i:1532720229;i:17;i:1532723591;i:18;i:1532723839;i:19;i:1532724219;i:20;i:1532724483;i:21;i:1532724723;i:22;i:1532725014;i:23;i:1532725432;i:24;i:1532725646;i:25;i:1532725916;i:26;i:1532726272;i:27;i:1532726632;i:28;i:1532726932;i:29;i:1532727172;i:30;i:1532730497;i:31;i:1532937084;i:32;i:1532937421;i:33;i:1532937729;i:34;i:1532942371;i:35;i:1532942584;i:36;i:1532943246;i:37;i:1532943687;i:38;i:1532944127;i:39;i:1532945007;i:40;i:1532961837;i:41;i:1532977917;i:42;i:1532978180;i:43;i:1532978277;i:44;i:1532986989;i:45;i:1532989262;i:46;i:1532989358;i:47;i:1532995815;i:48;i:1533004196;i:49;i:1533004519;i:50;i:1533013606;i:51;i:1533013619;i:52;i:1533015566;i:53;i:1533015717;i:54;i:1533044601;i:55;i:1533044826;i:56;i:1533045139;i:57;i:1533045430;i:58;i:1533045754;i:59;i:1533046114;i:60;i:1533046314;i:61;i:1533046607;i:62;i:1533046618;i:63;i:1533046980;i:64;i:1533047220;i:65;i:1533047514;i:66;i:1533047832;i:67;i:1533048175;i:68;i:1533048415;i:69;i:1533048775;i:70;i:1533049015;i:71;i:1533049375;i:72;i:1533049615;i:73;i:1533049975;i:74;i:1533050215;i:75;i:1533050575;i:76;i:1533050815;i:77;i:1533051175;i:78;i:1533055558;i:79;i:1533058311;i:80;i:1533090899;i:81;i:1533091113;i:82;i:1533091338;i:83;i:1533091615;i:84;i:1533091943;i:85;i:1533092224;i:86;i:1533092514;i:87;i:1533092843;i:88;i:1533093189;i:89;i:1533093392;i:90;i:1533093429;i:91;i:1533093812;i:92;i:1533094016;i:93;i:1533094331;i:94;i:1533094654;i:95;i:1533095014;i:96;i:1533095397;i:97;i:1533095577;i:98;i:1533095817;i:99;i:1533096124;}', 'no'),
(844, 'newsletter_diagnostic_cron_data', 'a:3:{s:4:\"mean\";d:4546.0600000000004001776687800884246826171875;s:3:\"max\";i:206587;s:3:\"min\";i:11;}', 'no'),
(1275, 'newsletter_log_level', '0', 'yes'),
(1276, 'newsletter_extension_versions', 'a:32:{i:0;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"23\";s:7:\"version\";s:5:\"2.0.0\";}i:1;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"48\";s:7:\"version\";s:5:\"4.1.4\";}i:2;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"50\";s:7:\"version\";s:5:\"4.1.8\";}i:3;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"49\";s:7:\"version\";s:5:\"4.0.0\";}i:4;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"51\";s:7:\"version\";s:5:\"4.1.0\";}i:5;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"52\";s:7:\"version\";s:5:\"4.0.5\";}i:6;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"53\";s:7:\"version\";s:5:\"2.2.0\";}i:7;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"58\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"54\";s:7:\"version\";s:5:\"4.1.0\";}i:9;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"55\";s:7:\"version\";s:5:\"4.0.4\";}i:10;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"56\";s:7:\"version\";s:5:\"2.2.0\";}i:11;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"59\";s:7:\"version\";s:5:\"2.0.0\";}i:12;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"60\";s:7:\"version\";s:5:\"1.1.3\";}i:13;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"61\";s:7:\"version\";s:5:\"4.0.9\";}i:14;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"62\";s:7:\"version\";s:5:\"4.2.5\";}i:15;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"63\";s:7:\"version\";s:5:\"1.3.2\";}i:16;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"65\";s:7:\"version\";s:5:\"4.0.5\";}i:17;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"66\";s:7:\"version\";s:5:\"1.0.3\";}i:18;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"67\";s:7:\"version\";s:5:\"1.1.2\";}i:19;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"69\";s:7:\"version\";s:5:\"1.1.4\";}i:20;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"68\";s:7:\"version\";s:5:\"1.0.9\";}i:21;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"70\";s:7:\"version\";s:5:\"1.0.4\";}i:22;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"71\";s:7:\"version\";s:5:\"1.0.2\";}i:23;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"72\";s:7:\"version\";s:5:\"1.0.7\";}i:24;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"73\";s:7:\"version\";s:5:\"1.1.1\";}i:25;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"74\";s:7:\"version\";s:5:\"1.0.1\";}i:26;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"75\";s:7:\"version\";s:5:\"1.0.4\";}i:27;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"76\";s:7:\"version\";s:5:\"1.0.5\";}i:28;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"77\";s:7:\"version\";s:5:\"2.0.2\";}i:29;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"78\";s:7:\"version\";s:5:\"1.0.0\";}i:30;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"79\";s:7:\"version\";s:5:\"1.0.2\";}i:31;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"81\";s:7:\"version\";s:5:\"1.0.0\";}}', 'no'),
(1281, 'newsletter_main_status', 'a:2:{s:10:\"test_email\";s:14:\"info@ensabs.eu\";s:4:\"mail\";i:1;}', 'yes'),
(1300, 'adding_tags', 'yes', 'yes'),
(1302, 'show_new_notification', 'yes', 'yes'),
(1303, 'show_premium_cumulative_count_notification', 'yes', 'yes'),
(1304, 'sfsi_section1_options', 's:373:\"a:10:{s:16:\"sfsi_rss_display\";s:2:\"no\";s:18:\"sfsi_email_display\";s:2:\"no\";s:21:\"sfsi_facebook_display\";s:3:\"yes\";s:20:\"sfsi_twitter_display\";s:3:\"yes\";s:19:\"sfsi_google_display\";s:2:\"no\";s:20:\"sfsi_youtube_display\";s:2:\"no\";s:22:\"sfsi_pinterest_display\";s:2:\"no\";s:21:\"sfsi_linkedin_display\";s:2:\"no\";s:22:\"sfsi_instagram_display\";s:2:\"no\";s:17:\"sfsi_custom_files\";s:0:\"\";}\";', 'yes'),
(1305, 'sfsi_section2_options', 's:1734:\"a:38:{s:12:\"sfsi_rss_url\";s:0:\"\";s:17:\"sfsi_rss_blogName\";s:0:\"\";s:18:\"sfsi_rss_blogEmail\";s:0:\"\";s:14:\"sfsi_rss_icons\";s:0:\"\";s:14:\"sfsi_email_url\";s:297:\"http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/Q0xFMU83OUVEb2FuSWVsZDN0L2NQd3RoaG5tczU0TTM4bkRVOXdDa0Z1U3F6VCtnb0dzRm5NS0J0K0MwTHpaSmk3czhQL0c1QzJZSkJpUWRMMjlSZXYycVpaOVV1US9OblQwOU9TdFJ5dHNkcG9mQXEzNUpqaDQ2QXp2aGxjRDR8ZEpiZjRPNlhkQzBnMU9JbUVFbHRpekY5Q1JvQ3pocEQxV1ZvRHgwY3VqMD0=/OA==/\";s:24:\"sfsi_facebookPage_option\";s:2:\"no\";s:21:\"sfsi_facebookPage_url\";s:0:\"\";s:24:\"sfsi_facebookLike_option\";s:2:\"no\";s:25:\"sfsi_facebookShare_option\";s:3:\"yes\";s:21:\"sfsi_twitter_followme\";s:2:\"no\";s:27:\"sfsi_twitter_followUserName\";s:0:\"\";s:22:\"sfsi_twitter_aboutPage\";s:3:\"yes\";s:17:\"sfsi_twitter_page\";s:2:\"no\";s:20:\"sfsi_twitter_pageURL\";s:0:\"\";s:26:\"sfsi_twitter_aboutPageText\";s:45:\"Hey, check out this cool site I found @ensabs\";s:16:\"sfsi_google_page\";s:0:\"\";s:19:\"sfsi_google_pageURL\";s:0:\"\";s:22:\"sfsi_googleLike_option\";s:0:\"\";s:23:\"sfsi_googleShare_option\";s:0:\"\";s:20:\"sfsi_youtube_pageUrl\";s:0:\"\";s:17:\"sfsi_youtube_page\";s:0:\"\";s:19:\"sfsi_youtube_follow\";s:0:\"\";s:24:\"sfsi_youtubeusernameorid\";s:0:\"\";s:15:\"sfsi_ytube_user\";s:0:\"\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";s:19:\"sfsi_pinterest_page\";s:0:\"\";s:22:\"sfsi_pinterest_pageUrl\";s:0:\"\";s:23:\"sfsi_pinterest_pingBlog\";s:0:\"\";s:22:\"sfsi_instagram_pageUrl\";s:0:\"\";s:18:\"sfsi_linkedin_page\";s:0:\"\";s:21:\"sfsi_linkedin_pageURL\";s:0:\"\";s:20:\"sfsi_linkedin_follow\";s:0:\"\";s:27:\"sfsi_linkedin_followCompany\";i:0;s:23:\"sfsi_linkedin_SharePage\";s:0:\"\";s:30:\"sfsi_linkedin_recommendBusines\";s:2:\"no\";s:30:\"sfsi_linkedin_recommendCompany\";s:0:\"\";s:32:\"sfsi_linkedin_recommendProductId\";i:0;s:21:\"sfsi_CustomIcon_links\";s:0:\"\";}\";', 'yes'),
(1306, 'sfsi_section3_options', 's:578:\"a:14:{s:18:\"sfsi_actvite_theme\";s:4:\"thin\";s:14:\"sfsi_mouseOver\";s:2:\"no\";s:21:\"sfsi_mouseOver_effect\";s:7:\"fade_in\";s:18:\"sfsi_shuffle_icons\";s:2:\"no\";s:22:\"sfsi_shuffle_Firstload\";s:2:\"no\";s:21:\"sfsi_shuffle_interval\";s:2:\"no\";s:25:\"sfsi_shuffle_intervalTime\";i:0;s:26:\"sfsi_specialIcon_animation\";s:0:\"\";s:26:\"sfsi_specialIcon_MouseOver\";s:2:\"no\";s:26:\"sfsi_specialIcon_Firstload\";s:2:\"no\";s:32:\"sfsi_specialIcon_Firstload_Icons\";s:3:\"all\";s:25:\"sfsi_specialIcon_interval\";s:2:\"no\";s:29:\"sfsi_specialIcon_intervalTime\";s:0:\"\";s:30:\"sfsi_specialIcon_intervalIcons\";s:3:\"all\";}\";', 'yes'),
(1307, 'sfsi_section4_options', 's:1547:\"a:40:{s:19:\"sfsi_display_counts\";s:2:\"no\";s:24:\"sfsi_email_countsDisplay\";s:0:\"\";s:21:\"sfsi_email_countsFrom\";s:0:\"\";s:23:\"sfsi_email_manualCounts\";i:20;s:22:\"sfsi_rss_countsDisplay\";s:0:\"\";s:21:\"sfsi_rss_manualCounts\";i:20;s:27:\"sfsi_facebook_countsDisplay\";s:2:\"no\";s:24:\"sfsi_facebook_countsFrom\";s:6:\"manual\";s:26:\"sfsi_facebook_mypageCounts\";s:0:\"\";s:26:\"sfsi_facebook_manualCounts\";i:20;s:26:\"sfsi_twitter_countsDisplay\";s:2:\"no\";s:23:\"sfsi_twitter_countsFrom\";s:6:\"manual\";s:25:\"sfsi_twitter_manualCounts\";i:20;s:15:\"tw_consumer_key\";s:0:\"\";s:18:\"tw_consumer_secret\";s:0:\"\";s:21:\"tw_oauth_access_token\";s:0:\"\";s:28:\"tw_oauth_access_token_secret\";s:0:\"\";s:25:\"sfsi_google_countsDisplay\";s:0:\"\";s:22:\"sfsi_google_countsFrom\";s:0:\"\";s:24:\"sfsi_google_manualCounts\";i:20;s:19:\"sfsi_google_api_key\";s:0:\"\";s:27:\"sfsi_linkedIn_countsDisplay\";s:0:\"\";s:24:\"sfsi_linkedIn_countsFrom\";s:0:\"\";s:26:\"sfsi_linkedIn_manualCounts\";i:20;s:26:\"sfsi_youtube_countsDisplay\";s:0:\"\";s:23:\"sfsi_youtube_countsFrom\";s:0:\"\";s:25:\"sfsi_youtube_manualCounts\";i:20;s:17:\"sfsi_youtube_user\";s:0:\"\";s:22:\"sfsi_youtube_channelId\";s:0:\"\";s:28:\"sfsi_pinterest_countsDisplay\";s:0:\"\";s:25:\"sfsi_pinterest_countsFrom\";s:0:\"\";s:27:\"sfsi_pinterest_manualCounts\";i:20;s:25:\"sfsi_instagram_countsFrom\";s:0:\"\";s:28:\"sfsi_instagram_countsDisplay\";s:0:\"\";s:27:\"sfsi_instagram_manualCounts\";i:20;s:19:\"sfsi_instagram_User\";s:0:\"\";s:23:\"sfsi_instagram_clientid\";s:0:\"\";s:21:\"sfsi_instagram_appurl\";s:0:\"\";s:20:\"sfsi_instagram_token\";s:0:\"\";s:24:\"sfsi_youtubeusernameorid\";s:4:\"name\";}\";', 'yes'),
(1308, 'sfsi_section5_options', 's:1058:\"a:28:{s:15:\"sfsi_icons_size\";i:40;s:18:\"sfsi_icons_spacing\";i:5;s:20:\"sfsi_icons_Alignment\";s:4:\"left\";s:17:\"sfsi_icons_perRow\";i:5;s:24:\"sfsi_icons_ClickPageOpen\";s:3:\"yes\";s:26:\"sfsi_icons_suppress_errors\";s:2:\"no\";s:16:\"sfsi_icons_stick\";s:2:\"no\";s:22:\"sfsi_rss_MouseOverText\";s:0:\"\";s:24:\"sfsi_email_MouseOverText\";s:0:\"\";s:26:\"sfsi_twitter_MouseOverText\";s:7:\"Twitter\";s:27:\"sfsi_facebook_MouseOverText\";s:8:\"Facebook\";s:25:\"sfsi_google_MouseOverText\";s:0:\"\";s:27:\"sfsi_linkedIn_MouseOverText\";s:0:\"\";s:28:\"sfsi_pinterest_MouseOverText\";s:0:\"\";s:26:\"sfsi_youtube_MouseOverText\";s:0:\"\";s:28:\"sfsi_instagram_MouseOverText\";s:0:\"\";s:22:\"sfsi_CustomIcons_order\";s:0:\"\";s:18:\"sfsi_rssIcon_order\";i:1;s:20:\"sfsi_emailIcon_order\";i:2;s:23:\"sfsi_facebookIcon_order\";i:3;s:21:\"sfsi_googleIcon_order\";i:4;s:22:\"sfsi_twitterIcon_order\";i:5;s:22:\"sfsi_youtubeIcon_order\";i:7;s:24:\"sfsi_pinterestIcon_order\";i:8;s:24:\"sfsi_instagramIcon_order\";i:10;s:23:\"sfsi_linkedinIcon_order\";i:9;s:26:\"sfsi_custom_MouseOverTexts\";s:0:\"\";s:23:\"sfsi_custom_social_hide\";s:2:\"no\";}\";', 'yes'),
(1309, 'sfsi_section6_options', 's:432:\"a:12:{s:17:\"sfsi_show_Onposts\";s:3:\"yes\";s:22:\"sfsi_icons_postPositon\";s:0:\"\";s:20:\"sfsi_icons_alignment\";s:4:\"left\";s:20:\"sfsi_textBefor_icons\";s:26:\"Please follow and like us:\";s:24:\"sfsi_icons_DisplayCounts\";s:2:\"no\";s:12:\"sfsi_rectsub\";s:2:\"no\";s:11:\"sfsi_rectfb\";s:3:\"yes\";s:11:\"sfsi_rectgp\";s:2:\"no\";s:12:\"sfsi_rectshr\";s:2:\"no\";s:13:\"sfsi_recttwtr\";s:3:\"yes\";s:14:\"sfsi_rectpinit\";s:2:\"no\";s:16:\"sfsi_rectfbshare\";s:3:\"yes\";}\";', 'yes'),
(1310, 'sfsi_section7_options', 's:570:\"a:13:{s:15:\"sfsi_popup_text\";s:42:\"Enjoy this blog? Please spread the word :)\";s:27:\"sfsi_popup_background_color\";s:7:\"#eff7f7\";s:23:\"sfsi_popup_border_color\";s:7:\"#f3faf2\";s:27:\"sfsi_popup_border_thickness\";i:1;s:24:\"sfsi_popup_border_shadow\";s:3:\"yes\";s:15:\"sfsi_popup_font\";s:26:\"Helvetica,Arial,sans-serif\";s:19:\"sfsi_popup_fontSize\";i:30;s:20:\"sfsi_popup_fontStyle\";s:0:\"\";s:20:\"sfsi_popup_fontColor\";s:7:\"#000000\";s:17:\"sfsi_Show_popupOn\";s:4:\"none\";s:25:\"sfsi_Show_popupOn_PageIDs\";s:0:\"\";s:14:\"sfsi_Shown_pop\";s:8:\"ETscroll\";s:24:\"sfsi_Shown_popupOnceTime\";i:0;}\";', 'yes'),
(1311, 'sfsi_section8_options', 's:1177:\"a:26:{s:20:\"sfsi_form_adjustment\";s:3:\"yes\";s:16:\"sfsi_form_height\";i:180;s:15:\"sfsi_form_width\";i:230;s:16:\"sfsi_form_border\";s:2:\"no\";s:26:\"sfsi_form_border_thickness\";i:1;s:22:\"sfsi_form_border_color\";s:7:\"#b5b5b5\";s:20:\"sfsi_form_background\";s:7:\"#ffffff\";s:22:\"sfsi_form_heading_text\";s:22:\"Get new posts by email\";s:22:\"sfsi_form_heading_font\";s:26:\"Helvetica,Arial,sans-serif\";s:27:\"sfsi_form_heading_fontstyle\";s:4:\"bold\";s:27:\"sfsi_form_heading_fontcolor\";s:7:\"#000000\";s:26:\"sfsi_form_heading_fontsize\";i:16;s:27:\"sfsi_form_heading_fontalign\";s:6:\"center\";s:20:\"sfsi_form_field_text\";s:9:\"Subscribe\";s:20:\"sfsi_form_field_font\";s:26:\"Helvetica,Arial,sans-serif\";s:25:\"sfsi_form_field_fontstyle\";s:6:\"normal\";s:25:\"sfsi_form_field_fontcolor\";s:0:\"\";s:24:\"sfsi_form_field_fontsize\";i:14;s:25:\"sfsi_form_field_fontalign\";s:6:\"center\";s:21:\"sfsi_form_button_text\";s:9:\"Subscribe\";s:21:\"sfsi_form_button_font\";s:26:\"Helvetica,Arial,sans-serif\";s:26:\"sfsi_form_button_fontstyle\";s:4:\"bold\";s:26:\"sfsi_form_button_fontcolor\";s:7:\"#000000\";s:25:\"sfsi_form_button_fontsize\";i:16;s:26:\"sfsi_form_button_fontalign\";s:6:\"center\";s:27:\"sfsi_form_button_background\";s:7:\"#dedede\";}\";', 'yes'),
(1312, 'sfsi_section9_options', 's:420:\"a:10:{s:20:\"sfsi_show_via_widget\";s:2:\"no\";s:16:\"sfsi_icons_float\";s:2:\"no\";s:24:\"sfsi_icons_floatPosition\";s:12:\"center-right\";s:26:\"sfsi_icons_floatMargin_top\";s:0:\"\";s:29:\"sfsi_icons_floatMargin_bottom\";s:0:\"\";s:27:\"sfsi_icons_floatMargin_left\";s:0:\"\";s:28:\"sfsi_icons_floatMargin_right\";s:0:\"\";s:23:\"sfsi_disable_floaticons\";s:2:\"no\";s:23:\"sfsi_show_via_shortcode\";s:2:\"no\";s:24:\"sfsi_show_via_afterposts\";s:2:\"no\";}\";', 'yes'),
(1313, 'sfsi_feed_id', 'Q0xFMU83OUVEb2FuSWVsZDN0L2NQd3RoaG5tczU0TTM4bkRVOXdDa0Z1U3F6VCtnb0dzRm5NS0J0K0MwTHpaSmk3czhQL0c1QzJZSkJpUWRMMjlSZXYycVpaOVV1US9OblQwOU9TdFJ5dHNkcG9mQXEzNUpqaDQ2QXp2aGxjRDR8ZEpiZjRPNlhkQzBnMU9JbUVFbHRpekY5Q1JvQ3pocEQxV1ZvRHgwY3VqMD0=', 'yes'),
(1314, 'sfsi_redirect_url', 'http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/Q0xFMU83OUVEb2FuSWVsZDN0L2NQd3RoaG5tczU0TTM4bkRVOXdDa0Z1U3F6VCtnb0dzRm5NS0J0K0MwTHpaSmk3czhQL0c1QzJZSkJpUWRMMjlSZXYycVpaOVV1US9OblQwOU9TdFJ5dHNkcG9mQXEzNUpqaDQ2QXp2aGxjRDR8ZEpiZjRPNlhkQzBnMU9JbUVFbHRpekY5Q1JvQ3pocEQxV1ZvRHgwY3VqMD0=/OA==/', 'yes'),
(1315, 'sfsi_installDate', '2018-07-11 06:19:12', 'yes'),
(1316, 'sfsi_RatingDiv', 'no', 'yes'),
(1317, 'sfsi_footer_sec', 'no', 'yes'),
(1318, 'sfsi_activate', '0', 'yes'),
(1319, 'sfsi_instagram_sf_count', 's:93:\"a:3:{s:4:\"date\";i:1531267200;s:13:\"sfsi_sf_count\";s:0:\"\";s:20:\"sfsi_instagram_count\";s:0:\"\";}\";', 'yes'),
(1320, 'sfsi_error_reporting_notice_dismissed', '1', 'yes'),
(1321, 'widget_sfsi-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1322, 'widget_subscriber_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1323, 'sfsi_pluginVersion', '2.02', 'yes'),
(1324, 'sfsi_serverphpVersionnotification', 'yes', 'yes'),
(1325, 'show_premium_notification', 'no', 'yes'),
(1326, 'show_notification', 'yes', 'yes'),
(1327, 'show_mobile_notification', 'yes', 'yes'),
(1328, 'sfsi_languageNotice', 'yes', 'yes'),
(1329, 'sfsi_addThis_icon_removal_notice_dismissed', '1', 'yes'),
(1330, 'sfsi_verificatiom_code', 'XHlse3CthzR7jH2GJsBf', 'yes'),
(1601, 'wpmm_settings', 'a:5:{s:7:\"general\";a:9:{s:6:\"status\";i:0;s:11:\"bypass_bots\";i:0;s:11:\"meta_robots\";i:0;s:11:\"redirection\";s:0:\"\";s:7:\"exclude\";a:3:{i:0;s:4:\"feed\";i:1;s:8:\"wp-login\";i:2;s:5:\"login\";}s:6:\"notice\";i:1;s:10:\"admin_link\";i:0;s:12:\"backend_role\";a:0:{}s:13:\"frontend_role\";a:0:{}}s:6:\"design\";a:10:{s:5:\"title\";s:16:\"Maintenance mode\";s:7:\"heading\";s:16:\"Maintenance mode\";s:13:\"heading_color\";s:0:\"\";s:4:\"text\";s:138:\"<p>Sorry for the inconvenience.<br />Our website is currently undergoing scheduled maintenance.<br />Thank you for your understanding.</p>\";s:10:\"text_color\";s:7:\"#ffffff\";s:7:\"bg_type\";s:10:\"predefined\";s:8:\"bg_color\";s:0:\"\";s:9:\"bg_custom\";s:0:\"\";s:13:\"bg_predefined\";s:7:\"bg5.jpg\";s:10:\"custom_css\";a:2:{s:10:\"text_color\";s:28:\".wrap h2 { color: #ffffff; }\";s:6:\"bg_url\";s:180:\".background { background: url(http://ensabs.eu/idams/wp-content/plugins/wp-maintenance-mode/assets/images/backgrounds/bg5.jpg) no-repeat center top fixed; background-size: cover; }\";}}s:7:\"modules\";a:23:{s:16:\"countdown_status\";i:0;s:15:\"countdown_start\";s:19:\"15-07-2018 00:00:00\";s:17:\"countdown_details\";a:3:{s:4:\"days\";s:1:\"2\";s:5:\"hours\";s:1:\"1\";s:7:\"minutes\";s:1:\"0\";}s:15:\"countdown_color\";s:7:\"#1e73be\";s:16:\"subscribe_status\";i:0;s:14:\"subscribe_text\";s:26:\"Notify me when it\\\'s ready\";s:20:\"subscribe_text_color\";s:0:\"\";s:13:\"social_status\";i:0;s:13:\"social_target\";i:1;s:13:\"social_github\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:15:\"social_facebook\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:14:\"social_google+\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"contact_status\";i:0;s:13:\"contact_email\";s:21:\"kjmoreir@espol.edu.ec\";s:15:\"contact_effects\";s:20:\"move_top|move_bottom\";s:9:\"ga_status\";i:0;s:7:\"ga_code\";s:0:\"\";s:10:\"custom_css\";a:1:{s:15:\"countdown_color\";s:41:\".wrap .countdown span { color: #1e73be; }\";}}s:3:\"bot\";a:6:{s:6:\"status\";i:0;s:4:\"name\";s:5:\"Admin\";s:6:\"avatar\";s:0:\"\";s:8:\"messages\";a:11:{s:2:\"01\";s:97:\"Hey! My name is {bot_name}, I\'m the owner of this website and I\'d like to be your assistant here.\";s:2:\"02\";s:28:\"I have just a few questions.\";s:2:\"03\";s:18:\"What is your name?\";s:2:\"04\";s:38:\"Nice to meet you here, {visitor_name}!\";s:2:\"05\";s:55:\"How you can see, our website will be lauched very soon.\";s:2:\"06\";s:76:\"I know, you are very excited to see it, but we need a few days to finish it.\";s:2:\"07\";s:37:\"Would you like to be first to see it?\";s:4:\"08_1\";s:81:\"Cool! Please leave your email here and I will send you a message when it\'s ready.\";s:4:\"08_2\";s:56:\"Sad to hear that, {visitor_name} :( See you next time…\";s:2:\"09\";s:40:\"Got it! Thank you and see you soon here!\";i:10;s:17:\"Have a great day!\";}s:9:\"responses\";a:4:{s:2:\"01\";s:22:\"Type your name here…\";s:4:\"02_1\";s:12:\"Tell me more\";s:4:\"02_2\";s:6:\"Boring\";s:2:\"03\";s:23:\"Type your email here…\";}s:10:\"custom_css\";a:0:{}}s:4:\"gdpr\";a:5:{s:6:\"status\";i:0;s:17:\"policy_page_label\";s:14:\"Privacy Policy\";s:16:\"policy_page_link\";s:0:\"\";s:17:\"contact_form_tail\";s:170:\"This form collects your name and email so that we can reach you back. Check out our Privacy Policy page to fully understand how we protect and manage your submitted data.\";s:19:\"subscribe_form_tail\";s:177:\"This form collects your email so that we can add you to our newsletter list. Check out our Privacy Policy page to fully understand how we protect and manage your submitted data.\";}}', 'yes'),
(1602, 'wpmm_version', '2.2.1', 'yes'),
(2015, 'wpb_js_vc_color', '#f7f7f7', 'yes'),
(2016, 'wpb_js_vc_color_hover', '#1e73be', 'yes'),
(2017, 'wpb_js_vc_color_call_to_action_bg', '', 'yes'),
(2018, 'wpb_js_vc_color_google_maps_bg', '', 'yes'),
(2019, 'wpb_js_vc_color_post_slider_caption_bg', '', 'yes'),
(2020, 'wpb_js_vc_color_progress_bar_bg', '', 'yes'),
(2021, 'wpb_js_vc_color_separator_border', '', 'yes'),
(2022, 'wpb_js_vc_color_tab_bg', '', 'yes'),
(2023, 'wpb_js_vc_color_tab_bg_active', '', 'yes'),
(2024, 'wpb_js_margin', '35px', 'yes'),
(2025, 'wpb_js_gutter', '15', 'yes'),
(2026, 'wpb_js_responsive_max', '768', 'yes'),
(2027, 'wpb_js_compiled_js_composer_less', '', 'yes'),
(2094, 'newsletter_users_search', 'a:4:{s:11:\"search_text\";s:0:\"\";s:13:\"search_status\";s:0:\"\";s:11:\"search_list\";s:0:\"\";s:11:\"search_page\";i:0;}', 'yes'),
(2119, 'tp_colorpicker_presets', 'a:1:{s:6:\"colors\";a:1:{i:0;a:1:{s:3:\"aaa\";s:7:\"#007aff\";}}}', 'yes'),
(2370, 'emwa_settings', 'a:8:{s:15:\"emwa_chk_custom\";s:1:\"1\";s:17:\"edit-comments.php\";s:1:\"1\";s:28:\"edit.php?post_type=portfolio\";s:1:\"1\";s:11:\"plugins.php\";s:1:\"1\";s:9:\"users.php\";s:1:\"1\";s:9:\"tools.php\";s:1:\"1\";s:10:\"vc-general\";s:1:\"1\";s:12:\"ai1wm_export\";s:1:\"1\";}', 'yes'),
(3287, 'active_plugins', 'a:13:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:31:\"cache-enabler/cache-enabler.php\";i:2;s:21:\"codevz-plus/index.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:59:\"editor-menu-and-widget-access/editor-menu-widget-access.php\";i:5;s:39:\"https-redirection/https-redirection.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:21:\"newsletter/plugin.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:41:\"speed-booster-pack/speed-booster-pack.php\";i:10;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:11;s:39:\"wp-file-manager/file_folder_manager.php\";i:12;s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";}', 'yes'),
(3290, 'template', 'xtra', 'yes'),
(3291, 'stylesheet', 'xtra', 'yes'),
(3292, 'ai1wm_status', 'a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:200:\"<a href=\"http://ensabs.eu/idams/wp-content/ai1wm-backups/ensabs.eu-idams-20180725-173915-149.wpress\" class=\"ai1wm-button-green ai1wm-emphasize\"><span>Download ensabs.eu</span><em>Size: 217 MB</em></a>\";}', 'yes'),
(3297, '_site_transient_timeout_browser_617c00a243a2514dc62e4fa0f14f9f82', '1533142822', 'no'),
(3298, '_site_transient_browser_617c00a243a2514dc62e4fa0f14f9f82', 'a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"61.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(3302, '_site_transient_timeout_browser_a54eb83090ed984332f4eca22d3ec5e4', '1533143122', 'no'),
(3303, '_site_transient_browser_a54eb83090ed984332f4eca22d3ec5e4', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(3368, 'ossdl_off_cdn_url', 'http://ensabs.eu/idams', 'yes'),
(3369, 'ossdl_off_blog_url', 'http://ensabs.eu/idams', 'yes'),
(3370, 'ossdl_off_include_dirs', 'wp-content,wp-includes', 'yes'),
(3371, 'ossdl_off_exclude', '.php', 'yes'),
(3372, 'ossdl_cname', '', 'yes'),
(3374, 'wpsupercache_start', '1532548274', 'yes'),
(3375, 'wpsupercache_count', '0', 'yes'),
(3386, 'cache-enabler', 'a:7:{s:7:\"expires\";i:24;s:8:\"new_post\";i:1;s:11:\"new_comment\";i:0;s:4:\"webp\";i:0;s:8:\"compress\";i:0;s:8:\"excl_ids\";s:0:\"\";s:11:\"minify_html\";i:2;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3404, 'WpFc_api_key', 'a9fec3a07358800e9d1d1c13478f5e0d', 'yes'),
(3405, 'WpFastestCache', '{\"wpFastestCacheStatus\":\"on\",\"wpFastestCachePreload_number\":\"4\",\"wpFastestCacheNewPost\":\"on\",\"wpFastestCacheNewPost_type\":\"homepage\",\"wpFastestCacheUpdatePost_type\":\"post\",\"wpFastestCacheMinifyCss\":\"on\",\"wpFastestCacheCombineCss\":\"on\",\"wpFastestCacheCombineJs\":\"on\",\"wpFastestCacheGzip\":\"on\",\"wpFastestCacheLBC\":\"on\",\"wpFastestCacheLanguage\":\"eng\"}', 'yes'),
(3422, 'sbp_page_time', '1.78', 'yes'),
(3423, 'sbp_page_queries', '35', 'yes'),
(3424, 'sbp_settings', 'a:11:{s:15:\"use_google_libs\";s:1:\"1\";s:13:\"query_strings\";s:1:\"1\";s:12:\"font_awesome\";s:1:\"1\";s:13:\"remove_emojis\";s:1:\"1\";s:10:\"remove_wsl\";s:1:\"1\";s:15:\"remove_adjacent\";s:1:\"1\";s:8:\"wml_link\";s:1:\"1\";s:8:\"rsd_link\";s:1:\"1\";s:12:\"wp_generator\";s:1:\"1\";s:16:\"remove_all_feeds\";s:1:\"1\";s:14:\"disable_xmlrpc\";s:1:\"1\";}', 'yes'),
(3425, 'sbp_integer', '75', 'yes'),
(3426, 'sbp_css_exceptions', '', 'yes'),
(3427, 'sbp_sanitize', '', 'yes'),
(3428, 'sbp_js_footer_exceptions1', '', 'yes'),
(3429, 'sbp_js_footer_exceptions2', '', 'yes'),
(3430, 'sbp_js_footer_exceptions3', '', 'yes'),
(3431, 'sbp_js_footer_exceptions4', '', 'yes'),
(3432, 'sbp_defer_exceptions1', '', 'yes'),
(3433, 'sbp_defer_exceptions2', '', 'yes'),
(3434, 'sbp_defer_exceptions3', '', 'yes'),
(3435, 'sbp_defer_exceptions4', '', 'yes'),
(3450, 'all_theme_scripts_handle', 'jquery-core<br />jquery-migrate<br />tp-tools<br />revmin<br />admin-bar<br />contact-form-7<br />newsletter-subscription<br />wpfc-toolbar<br />codevz-custom<br />codevz-plugin<br />wp-embed<br />wpb_composer_front_js<br />', 'yes'),
(3451, 'all_theme_scripts_src', '//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js<br />/wp-includes/js/jquery/jquery-migrate.min.js<br />http://ensabs.eu/idams/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js<br />http://ensabs.eu/idams/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js<br />/wp-includes/js/admin-bar.min.js<br />http://ensabs.eu/idams/wp-content/plugins/contact-form-7/includes/js/scripts.js<br />http://ensabs.eu/idams/wp-content/plugins/newsletter/subscription/validate.js<br />http://ensabs.eu/idams/wp-content/plugins/wp-fastest-cache/js/toolbar.js<br />http://ensabs.eu/idams/wp-content/themes/xtra/js/custom.js<br />http://ensabs.eu/idams/wp-content/plugins/codevz-plus/assets/codevzplus.js<br />/wp-includes/js/wp-embed.min.js<br />http://ensabs.eu/idams/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js<br />', 'yes'),
(3452, 'all_theme_styles_handle', 'admin-bar<br />contact-form-7<br />rs-plugin-settings<br />newsletter<br />wp-fastest-cache-toolbar<br />codevz-style<br />codevz-plugin<br />google-font-roboto<br />font-awesome<br />js_composer_front<br />', 'yes'),
(3630, 'sbp_news', '1', 'yes'),
(3642, 'monsterinsights_usage_tracking_config', 'a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:7;s:6:\"minute\";i:10;s:6:\"second\";i:15;s:6:\"offset\";i:112215;s:8:\"initsend\";i:1532934615;}', 'yes'),
(3643, 'monsterinsights_over_time', 'a:3:{s:17:\"installed_version\";s:5:\"7.0.9\";s:14:\"installed_date\";i:1532624239;s:13:\"installed_pro\";b:0;}', 'yes'),
(3644, 'monsterinsights_db_version', '6.2.0', 'yes'),
(3645, 'monsterinsights_settings_version', '7.0.0', 'yes'),
(3646, 'monsterinsights_current_version', '7.0.9', 'yes'),
(3647, 'monsterinsights_settings', 'a:25:{s:17:\"analytics_profile\";s:0:\"\";s:22:\"analytics_profile_code\";s:0:\"\";s:14:\"manual_ua_code\";s:0:\"\";s:26:\"track_internal_as_outbound\";i:0;s:23:\"track_internal_as_label\";s:0:\"\";s:14:\"track_outbound\";i:1;s:14:\"allow_tracking\";i:0;s:13:\"tracking_mode\";s:9:\"analytics\";s:11:\"events_mode\";s:2:\"js\";s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:13:\"anonymize_ips\";i:0;s:17:\"track_download_as\";s:5:\"event\";s:19:\"extensions_of_files\";s:30:\"doc,exe,js,pdf,ppt,tgz,zip,xls\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"tag_links_in_rss\";i:0;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:25:\"enhanced_link_attribution\";i:1;s:11:\"custom_code\";s:0:\"\";s:10:\"debug_mode\";i:0;s:14:\"anonymous_data\";i:1;s:13:\"save_settings\";a:0:{}s:12:\"view_reports\";a:0:{}s:17:\"automatic_updates\";s:3:\"all\";}', 'yes'),
(3648, '_amn_mi-lite_last_checked', '1532563200', 'yes'),
(3651, 'monsterinsights_site_tt', 'd06083c2916aacbbdfddda78c2efe6cee1b5cf5b5e36062b98fd5b8348f40f0f165aa5a86c3267a5f97ea04f0efa6232853b44ca255dcb2605ad49b24fe1945b', 'yes'),
(3652, 'monsterinsights_site_profile', 'a:1:{s:6:\"manual\";s:14:\"UA-122935800-2\";}', 'yes'),
(3683, 'monsterinsights_usage_tracking_last_checkin', '1532626643', 'yes'),
(3718, 'sg_cachepress', 'a:3:{s:26:\"show_notice_notification-1\";i:1;s:9:\"first_run\";i:1;s:11:\"show_notice\";i:0;}', 'yes'),
(3722, 'new_admin_email', 'admin.web@ensabs.eu', 'yes'),
(3735, 'httpsrdrctn_options', 'a:5:{s:5:\"https\";i:0;s:12:\"https_domain\";i:1;s:17:\"https_pages_array\";a:0:{}s:15:\"force_resources\";i:0;s:21:\"plugin_option_version\";s:3:\"1.9\";}', 'yes'),
(3765, '_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-4.9.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.7\";s:7:\"version\";s:5:\"4.9.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1533095950;s:15:\"version_checked\";s:5:\"4.9.7\";s:12:\"translations\";a:0:{}}', 'no'),
(3767, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1533095952;s:7:\"checked\";a:4:{s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.5\";s:4:\"xtra\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(3769, 'widget_gadwp-frontwidget-report', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3773, '_amn_exact-metrics_last_checked', '1532563200', 'yes'),
(3774, 'gadwp_redeemed_code', '4/AADL8zH36bEnJ_uT29HSoYrQhA0z9DnNrv9H-Qe5uFogHg4ZZjIwcDM', 'yes'),
(3856, '_site_transient_timeout_browser_7d24cde6e86162adf81386d192f2cad2', '1533322151', 'no'),
(3857, '_site_transient_browser_7d24cde6e86162adf81386d192f2cad2', 'a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"11.1.2\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(3989, 'rs-templates-new', '', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3990, 'rs-templates', 'a:2:{s:6:\"slider\";a:222:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:323:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:316:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:443:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:691:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:693:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:532:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:543:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:661:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:441:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:516:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:23:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:23:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:23:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:23:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:23:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:23:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:23:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:23:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:23:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:23:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:23:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:20:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:20:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:176:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:20:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:372:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:20:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:359:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:20:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:23:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:351:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:23:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:23:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:23:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:23:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:23:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:23:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:20:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:23:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:23:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:23:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:23:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:23:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:23:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:23:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:23:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:23:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:23:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:23:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:23:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:23:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:23:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:20:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:20:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:23:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:23:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:23:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:23:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:23:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:23:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:20:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:20:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:193:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:20:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:198:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:20:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:23:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:23:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:23:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:23:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:226:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3996, '_site_transient_timeout_browser_0cf720a61f709407672ec94e04922502', '1533582748', 'no'),
(3997, '_site_transient_browser_0cf720a61f709407672ec94e04922502', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(4050, '_transient_timeout_plugin_slugs', '1533182363', 'no'),
(4051, '_transient_plugin_slugs', 'a:15:{i:0;s:19:\"akismet/akismet.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:31:\"cache-enabler/cache-enabler.php\";i:3;s:21:\"codevz-plus/index.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:39:\"https-redirection/https-redirection.php\";i:6;s:59:\"editor-menu-and-widget-access/editor-menu-widget-access.php\";i:7;s:21:\"newsletter/plugin.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";i:10;s:41:\"speed-booster-pack/speed-booster-pack.php\";i:11;s:27:\"js_composer/js_composer.php\";i:12;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:13;s:39:\"wp-file-manager/file_folder_manager.php\";i:14;s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";}', 'no'),
(4059, '_transient_timeout_JCP_UseGoogleLibraries_cache', '1533134602', 'no'),
(4060, '_transient_JCP_UseGoogleLibraries_cache', 'a:3:{s:7:\"ugl_ver\";s:7:\"1.6.2.3\";s:6:\"wp_ver\";s:5:\"4.9.7\";s:10:\"newscripts\";a:46:{i:0;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:14:\"jquery-ui-core\";s:3:\"src\";s:64:\"//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:1;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-ui-accordion\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:2;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:22:\"jquery-ui-autocomplete\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:3:{i:0;s:14:\"jquery-ui-menu\";i:1;s:7:\"wp-a11y\";i:2;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:4:\"data\";s:235:\"var uiAutocompleteL10n = {\"noResults\":\"No results found.\",\"oneResult\":\"1 result found. Use up and down arrow keys to navigate.\",\"manyResults\":\"%d results found. Use up and down arrow keys to navigate.\",\"itemSelected\":\"Item selected.\"};\";}}i:3;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:16:\"jquery-ui-button\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:4;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-ui-datepicker\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:1:{i:0;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:5;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:16:\"jquery-ui-dialog\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:5:{i:0;s:19:\"jquery-ui-resizable\";i:1;s:19:\"jquery-ui-draggable\";i:2;s:16:\"jquery-ui-button\";i:3;s:18:\"jquery-ui-position\";i:4;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:6;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-ui-draggable\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:15:\"jquery-ui-mouse\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:7;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-ui-droppable\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-ui-draggable\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:8;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:14:\"jquery-ui-menu\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:3:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";i:2;s:18:\"jquery-ui-position\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:9;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:15:\"jquery-ui-mouse\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:10;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:18:\"jquery-ui-position\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:11;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:21:\"jquery-ui-progressbar\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:12;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-ui-resizable\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:15:\"jquery-ui-mouse\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:13;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-ui-selectable\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:15:\"jquery-ui-mouse\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:14;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-ui-selectmenu\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-menu\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:15;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:16:\"jquery-ui-slider\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:15:\"jquery-ui-mouse\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:16;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:18:\"jquery-ui-sortable\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:15:\"jquery-ui-mouse\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:17;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:17:\"jquery-ui-spinner\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:16:\"jquery-ui-button\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:18;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:14:\"jquery-ui-tabs\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:19;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:17:\"jquery-ui-tooltip\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:3:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";i:2;s:18:\"jquery-ui-position\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:20;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:16:\"jquery-ui-widget\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:21;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-core\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:22;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-effects-blind\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:23;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:21:\"jquery-effects-bounce\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:24;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-clip\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:25;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-drop\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:26;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:22:\"jquery-effects-explode\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:27;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-fade\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:28;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-fold\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:29;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:24:\"jquery-effects-highlight\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:30;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-puff\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:3:{i:0;s:19:\"jquery-effects-core\";i:1;s:20:\"jquery-effects-scale\";i:2;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:31;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:22:\"jquery-effects-pulsate\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:32;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-effects-scale\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:3:{i:0;s:19:\"jquery-effects-core\";i:1;s:19:\"jquery-effects-size\";i:2;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:33;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-effects-shake\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:34;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-size\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:35;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-effects-slide\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:36;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:23:\"jquery-effects-transfer\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:37;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:9:\"prototype\";s:3:\"src\";s:60:\"//ajax.googleapis.com/ajax/libs/prototype/1.7.1/prototype.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.7.1\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:38;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:18:\"scriptaculous-root\";s:3:\"src\";s:68:\"//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js\";s:4:\"deps\";a:1:{i:0;s:9:\"prototype\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:39;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:21:\"scriptaculous-builder\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:1:{i:0;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:40;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:21:\"scriptaculous-effects\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:1:{i:0;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:41;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:22:\"scriptaculous-dragdrop\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:3:{i:0;s:21:\"scriptaculous-builder\";i:1;s:21:\"scriptaculous-effects\";i:2;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:42;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:22:\"scriptaculous-controls\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:1:{i:0;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:43;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"scriptaculous-slider\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:21:\"scriptaculous-effects\";i:1;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:44;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"scriptaculous-sound\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:1:{i:0;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:45;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:11:\"jquery-core\";s:3:\"src\";s:59:\"//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.12.4\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}}}', 'no'),
(4156, '_transient_timeout_cache_size', '1533092015', 'no'),
(4157, '_transient_cache_size', '144990', 'no'),
(4164, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1533102642', 'no'),
(4165, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4486;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2908;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2576;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2442;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1882;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1669;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1664;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1457;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1402;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1396;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1391;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1327;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1286;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1232;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1111;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1068;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1030;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1027;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:916;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:888;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:833;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:808;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:804;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:726;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:699;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:695;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:688;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:677;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:668;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:663;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:657;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:651;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:645;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:641;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:614;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:612;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:607;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:606;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:600;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:593;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:570;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:550;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:542;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:540;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:528;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:522;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:512;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:511;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:508;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:504;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:493;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:489;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:488;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:484;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:480;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:479;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:459;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:457;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:450;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:439;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:435;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:434;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:421;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:418;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:417;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:415;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:413;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:411;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:405;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:388;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:387;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:370;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:369;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:369;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:364;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:362;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:357;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:354;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:350;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:348;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:345;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:343;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:342;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:338;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:338;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:334;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:329;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:324;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:311;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:309;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:306;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:303;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:303;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:301;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:300;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:299;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:298;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:296;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:296;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:288;}}', 'no'),
(4171, 'login_customizer_install', '1533092020', 'yes'),
(4172, '_transient_timeout_login_customizer_121versions', '1535684021', 'no'),
(4173, '_transient_login_customizer_121versions', 'a:5:{i:0;a:2:{s:7:\"version\";s:5:\"1.0.7\";s:3:\"url\";s:65:\"https://downloads.wordpress.org/plugin/login-customizer.1.0.7.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"1.0.8\";s:3:\"url\";s:65:\"https://downloads.wordpress.org/plugin/login-customizer.1.0.8.zip\";}i:2;a:2:{s:7:\"version\";s:5:\"1.1.0\";s:3:\"url\";s:65:\"https://downloads.wordpress.org/plugin/login-customizer.1.1.0.zip\";}i:3;a:2:{s:7:\"version\";s:5:\"1.2.0\";s:3:\"url\";s:65:\"https://downloads.wordpress.org/plugin/login-customizer.1.2.0.zip\";}i:4;a:2:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:65:\"https://downloads.wordpress.org/plugin/login-customizer.1.2.1.zip\";}}', 'no'),
(4179, 'Admin_custome_login_Version', 's:30:\"a:1:{s:7:\"Version\";s:3:\"1.0\";}\";', 'yes'),
(4180, 'Admin_custome_login_dashboard', 's:44:\"a:1:{s:16:\"dashboard_status\";s:7:\"disable\";}\";', 'yes'),
(4181, 'Admin_custome_login_top', 's:406:\"a:9:{s:11:\"top_bg_type\";s:23:\"static-background-image\";s:9:\"top_color\";s:7:\"#f9fad2\";s:9:\"top_image\";s:86:\"http://ensabs.eu/idams/wp-content/plugins/admin-custom-login//images/3d-background.jpg\";s:9:\"top_cover\";s:3:\"yes\";s:10:\"top_repeat\";s:6:\"repeat\";s:12:\"top_position\";s:8:\"left top\";s:14:\"top_attachment\";s:5:\"fixed\";s:16:\"top_slideshow_no\";s:1:\"6\";s:23:\"top_bg_slider_animation\";s:13:\"slider-style1\";}\";', 'yes'),
(4182, 'Admin_custome_login_login', 's:1154:\"a:24:{s:19:\"login_form_position\";s:7:\"default\";s:16:\"login_form_float\";s:6:\"center\";s:15:\"login_form_left\";s:3:\"700\";s:14:\"login_form_top\";s:3:\"300\";s:16:\"login_custom_css\";s:0:\"\";s:19:\"login_redirect_user\";s:0:\"\";s:13:\"login_bg_type\";s:23:\"static-background-image\";s:14:\"login_bg_color\";s:7:\"#1e73be\";s:15:\"login_bg_effect\";s:9:\"pattern-1\";s:14:\"login_bg_image\";s:86:\"http://ensabs.eu/idams/wp-content/plugins/admin-custom-login//images/3d-background.jpg\";s:18:\"login_form_opacity\";s:2:\"10\";s:16:\"login_form_width\";s:3:\"358\";s:17:\"login_form_radius\";s:2:\"10\";s:18:\"login_border_style\";s:5:\"solid\";s:21:\"login_border_thikness\";s:1:\"4\";s:18:\"login_border_color\";s:7:\"#0069A0\";s:15:\"login_bg_repeat\";s:6:\"repeat\";s:17:\"login_bg_position\";s:8:\"left top\";s:19:\"login_enable_shadow\";s:3:\"yes\";s:18:\"login_shadow_color\";s:7:\"#C8C8C8\";s:18:\"log_form_above_msg\";s:0:\"\";s:18:\"login_msg_fontsize\";s:2:\"16\";s:20:\"login_msg_font_color\";s:7:\"#000000\";s:11:\"tagline_msg\";s:187:\"Login form is designed using <a href=\"https://wordpress.org/plugins/admin-custom-login/\" target=\"_blank\">ACL</a> plugin by <a href=\"https://www.weblizar.com\" target=\"_blank\">Weblizar</a>.\";}\";', 'yes'),
(4183, 'Admin_custome_login_text', 's:720:\"a:19:{s:18:\"heading_font_color\";s:7:\"#ffffff\";s:16:\"input_font_color\";s:7:\"#000000\";s:10:\"link_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#dd3333\";s:17:\"heading_font_size\";s:2:\"14\";s:15:\"input_font_size\";s:2:\"18\";s:9:\"link_size\";s:2:\"14\";s:16:\"button_font_size\";s:2:\"14\";s:18:\"enable_link_shadow\";s:3:\"yes\";s:17:\"link_shadow_color\";s:7:\"#ffffff\";s:18:\"heading_font_style\";s:9:\"Open Sans\";s:16:\"input_font_style\";s:9:\"Open Sans\";s:15:\"link_font_style\";s:9:\"Open Sans\";s:17:\"button_font_style\";s:9:\"Open Sans\";s:20:\"enable_inputbox_icon\";s:3:\"yes\";s:15:\"user_input_icon\";s:7:\"fa-user\";s:19:\"password_input_icon\";s:6:\"fa-key\";s:13:\"user_cust_lbl\";s:22:\"Type Username or Email\";s:13:\"pass_cust_lbl\";s:13:\"Type Password\";}\";', 'yes'),
(4184, 'Admin_custome_login_logo', 's:271:\"a:5:{s:10:\"logo_image\";s:85:\"http://ensabs.eu/idams/wp-content/plugins/admin-custom-login//images/default-logo.png\";s:10:\"logo_width\";s:3:\"274\";s:11:\"logo_height\";s:2:\"63\";s:8:\"logo_url\";s:22:\"http://ensabs.eu/idams\";s:14:\"logo_url_title\";s:23:\"Your Site Name and Info\";}\";', 'yes'),
(4185, 'Admin_custome_login_Social', 's:911:\"a:21:{s:18:\"enable_social_icon\";s:5:\"outer\";s:16:\"social_icon_size\";s:6:\"mediam\";s:18:\"social_icon_layout\";s:9:\"rectangle\";s:17:\"social_icon_color\";s:7:\"#ffffff\";s:25:\"social_icon_color_onhover\";s:7:\"#1e73be\";s:14:\"social_icon_bg\";s:7:\"#1e73be\";s:22:\"social_icon_bg_onhover\";s:7:\"#ffffff\";s:20:\"social_facebook_link\";s:19:\"http://facebook.com\";s:19:\"social_twitter_link\";s:33:\"https://twitter.com/minimalmonkey\";s:20:\"social_linkedin_link\";s:0:\"\";s:23:\"social_google_plus_link\";s:22:\"http://plus.google.com\";s:21:\"social_pinterest_link\";s:0:\"\";s:16:\"social_digg_link\";s:0:\"\";s:19:\"social_youtube_link\";s:19:\"https://youtube.com\";s:18:\"social_flickr_link\";s:18:\"https://flickr.com\";s:18:\"social_tumblr_link\";s:0:\"\";s:21:\"social_vkontakte_link\";s:0:\"\";s:17:\"social_skype_link\";s:0:\"\";s:21:\"social_instagram_link\";s:21:\"https://instagram.com\";s:20:\"social_telegram_link\";s:0:\"\";s:20:\"social_whatsapp_link\";s:0:\"\";}\";', 'yes'),
(4186, 'Admin_custome_login_Slidshow', 's:925:\"a:12:{s:16:\"Slidshow_image_1\";s:84:\"http://ensabs.eu/idams/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_2\";s:84:\"http://ensabs.eu/idams/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_3\";s:84:\"http://ensabs.eu/idams/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_4\";s:84:\"http://ensabs.eu/idams/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_5\";s:84:\"http://ensabs.eu/idams/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_6\";s:84:\"http://ensabs.eu/idams/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:22:\"Slidshow_image_label_1\";s:0:\"\";s:22:\"Slidshow_image_label_2\";s:0:\"\";s:22:\"Slidshow_image_label_3\";s:0:\"\";s:22:\"Slidshow_image_label_4\";s:0:\"\";s:22:\"Slidshow_image_label_5\";s:0:\"\";s:22:\"Slidshow_image_label_6\";s:0:\"\";}\";', 'yes'),
(4187, 'Admin_custome_login_gcaptcha', 's:91:\"a:3:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:21:\"login_enable_gcaptcha\";s:2:\"no\";}\";', 'yes'),
(4188, '_site_transient_timeout_available_translations', '1533103280', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4189, '_site_transient_available_translations', 'a:113:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-06 13:56:09\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.4/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-09 07:24:12\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-04 08:43:29\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-23 07:27:43\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-22 03:44:52\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 04:48:54\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 06:46:23\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-07 10:10:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 08:46:24\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-08 16:40:04\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-10 10:18:08\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-08 16:42:22\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.9.7/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-10 10:21:23\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9.7/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-14 17:51:21\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 07:35:25\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 22:07:01\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 22:06:40\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 20:57:02\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 10:18:25\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 10:52:53\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-17 05:54:09\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-26 13:11:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-16 04:48:17\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 15:03:42\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 23:17:08\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-19 14:11:29\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-16 05:40:29\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-16 10:29:40\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.6/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-10 22:02:58\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 21:23:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-14 18:51:09\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-02-14 06:16:04\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-15 08:49:46\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-09 17:30:15\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 22:45:22\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-10 03:24:01\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 05:36:29\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-21 16:18:57\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.6/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-08 06:01:48\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.4/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-22 22:24:38\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-13 16:16:37\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-24 09:42:27\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.6/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 08:05:19\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-07-04 18:18:06\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 07:24:36\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9.7/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 07:22:35\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-09 17:56:24\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-07 06:25:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-12 12:14:24\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 08:49:25\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-09 09:30:48\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.9.5/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 22:28:16\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-10 15:57:40\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 19:21:47\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 12:55:35\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-25 10:30:04\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-17 22:21:34\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-05 20:09:13\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-02 17:08:41\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 11:02:31\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 08:18:32\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.7/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-20 11:37:47\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.6/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-09 10:37:43\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-06-14 04:18:32\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.6/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-09 00:56:52\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-13 02:41:15\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.4/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-17 22:20:52\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}', 'no'),
(4195, '_transient_is_multi_author', '1', 'yes'),
(4245, '_site_transient_timeout_theme_roots', '1533097752', 'no'),
(4246, '_site_transient_theme_roots', 'a:4:{s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:4:\"xtra\";s:7:\"/themes\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4247, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1533095959;s:7:\"checked\";a:15:{s:19:\"akismet/akismet.php\";s:5:\"4.0.3\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"6.72\";s:31:\"cache-enabler/cache-enabler.php\";s:5:\"1.2.2\";s:21:\"codevz-plus/index.php\";s:3:\"1.6\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.0.2\";s:39:\"https-redirection/https-redirection.php\";s:3:\"1.9\";s:59:\"editor-menu-and-widget-access/editor-menu-widget-access.php\";s:5:\"3.0.1\";s:21:\"newsletter/plugin.php\";s:5:\"5.5.4\";s:23:\"revslider/revslider.php\";s:7:\"5.4.7.3\";s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:5:\"2.0.2\";s:41:\"speed-booster-pack/speed-booster-pack.php\";s:5:\"3.7.1\";s:27:\"js_composer/js_composer.php\";s:5:\"5.4.7\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:7:\"0.8.8.3\";s:39:\"wp-file-manager/file_folder_manager.php\";s:3:\"2.8\";s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";s:5:\"2.2.1\";}s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"6.73\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.6.73.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=1268186\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=1268186\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=1876524\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=1876524\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";s:6:\"5.2.17\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{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:\"5.0.3\";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.5.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}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:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"5.6.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.5.6.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/newsletter/assets/banner-1544x500.png?rev=1052027\";s:2:\"1x\";s:65:\"https://ps.w.org/newsletter/assets/banner-772x250.png?rev=1052027\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:41:\"w.org/plugins/ultimate-social-media-icons\";s:4:\"slug\";s:27:\"ultimate-social-media-icons\";s:6:\"plugin\";s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:11:\"new_version\";s:5:\"2.0.3\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/ultimate-social-media-icons/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/ultimate-social-media-icons.2.0.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/ultimate-social-media-icons/assets/icon-128x128.png?rev=1598977\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:82:\"https://ps.w.org/ultimate-social-media-icons/assets/banner-772x250.png?rev=1032920\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:21:\"<p>Please upgrade</p>\";s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"5.5.2\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:31:\"cache-enabler/cache-enabler.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/cache-enabler\";s:4:\"slug\";s:13:\"cache-enabler\";s:6:\"plugin\";s:31:\"cache-enabler/cache-enabler.php\";s:11:\"new_version\";s:5:\"1.2.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/cache-enabler/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/cache-enabler.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/cache-enabler/assets/icon-256x256.png?rev=1270483\";s:2:\"1x\";s:66:\"https://ps.w.org/cache-enabler/assets/icon-128x128.png?rev=1270483\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/cache-enabler/assets/banner-1544x500.png?rev=1270483\";s:2:\"1x\";s:68:\"https://ps.w.org/cache-enabler/assets/banner-772x250.png?rev=1270483\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"https-redirection/https-redirection.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/https-redirection\";s:4:\"slug\";s:17:\"https-redirection\";s:6:\"plugin\";s:39:\"https-redirection/https-redirection.php\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/https-redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/https-redirection.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/https-redirection/assets/icon-128x128.png?rev=1779143\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/https-redirection/assets/banner-772x250.png?rev=1779143\";}s:11:\"banners_rtl\";a:0:{}}s:59:\"editor-menu-and-widget-access/editor-menu-widget-access.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:43:\"w.org/plugins/editor-menu-and-widget-access\";s:4:\"slug\";s:29:\"editor-menu-and-widget-access\";s:6:\"plugin\";s:59:\"editor-menu-and-widget-access/editor-menu-widget-access.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/editor-menu-and-widget-access/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/editor-menu-and-widget-access.3.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/editor-menu-and-widget-access/assets/icon-256x256.png?rev=1200053\";s:2:\"1x\";s:82:\"https://ps.w.org/editor-menu-and-widget-access/assets/icon-128x128.png?rev=1200053\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/editor-menu-and-widget-access/assets/banner-1544x500.png?rev=1448474\";s:2:\"1x\";s:84:\"https://ps.w.org/editor-menu-and-widget-access/assets/banner-772x250.png?rev=1448474\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"speed-booster-pack/speed-booster-pack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/speed-booster-pack\";s:4:\"slug\";s:18:\"speed-booster-pack\";s:6:\"plugin\";s:41:\"speed-booster-pack/speed-booster-pack.php\";s:11:\"new_version\";s:5:\"3.7.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/speed-booster-pack/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/speed-booster-pack.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/speed-booster-pack/assets/icon-128x128.jpg?rev=1821064\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/speed-booster-pack/assets/banner-772x250.jpg?rev=1821064\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:7:\"0.8.8.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.8.8.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-128x128.png?rev=1068904\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wp-fastest-cache/assets/banner-772x250.jpg?rev=1064099\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=1846029\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=1846030\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/wp-maintenance-mode\";s:4:\"slug\";s:19:\"wp-maintenance-mode\";s:6:\"plugin\";s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/wp-maintenance-mode/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.png?rev=1746218\";s:2:\"1x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-128x128.png?rev=1746218\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/wp-maintenance-mode/assets/banner-772x250.png?rev=1833485\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(4248, '_transient_timeout_filemanager_cancel_lk_popup_4', '1535688003', 'no'),
(4249, '_transient_filemanager_cancel_lk_popup_4', 'filemanager_cancel_lk_popup_4', 'no'),
(4250, 'filemanager_email_verified_4', 'yes', 'yes'),
(4251, '_transient_timeout_mk_fm_close_fm_help_c', '1534392011', 'no'),
(4252, '_transient_mk_fm_close_fm_help_c', 'mk_fm_close_fm_help_c', 'no'),
(4253, '_transient_timeout_wp_fm_lang', '1535688061', 'no'),
(4254, '_transient_wp_fm_lang', 'es', 'no');

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

--
-- Estructura de tabla para la tabla `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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2, 3, '_wp_page_template', 'default'),
(11, 9, 'codevz_single_page_css', ''),
(12, 9, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(13, 9, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(14, 9, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:61:\"Enterprise Solutions for Automotive Business \"[your-subject]\"\";s:6:\"sender\";s:28:\"[your-name] <info@ensabs.eu>\";s:9:\"recipient\";s:14:\"info@ensabs.eu\";s:4:\"body\";s:205:\"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 Enterprise Solutions for Automotive Business (http://ensabs.eu/idams)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(15, 9, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:61:\"Enterprise Solutions for Automotive Business \"[your-subject]\"\";s:6:\"sender\";s:66:\"Enterprise Solutions for Automotive Business <wordpress@ensabs.eu>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:147:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Enterprise Solutions for Automotive Business (http://ensabs.eu/idams)\";s:18:\"additional_headers\";s:31:\"Reply-To: kjmoreir@espol.edu.ec\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(16, 9, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:69:\"Thanks, we appreciate your interest! We\'ll reply as soon as possible.\";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:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";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.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(17, 9, '_additional_settings', ''),
(18, 9, '_locale', 'en_GB'),
(21, 188, '_wp_attached_file', '2017/06/logo-1.png'),
(22, 188, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:220;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2017/06/logo-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(23, 190, '_wp_attached_file', '2017/06/portfolio2-1.jpg'),
(24, 190, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:860;s:6:\"height\";i:1100;s:4:\"file\";s:24:\"2017/06/portfolio2-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"portfolio2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio2-1-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio2-1-768x982.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:982;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio2-1-801x1024.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:24:\"portfolio2-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:24:\"portfolio2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"portfolio2-1-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:25:\"portfolio2-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:24:\"portfolio2-1-600x767.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:767;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:{}}}'),
(25, 191, '_wp_attached_file', '2017/06/portfolio3-1.jpg'),
(26, 191, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:860;s:6:\"height\";i:1100;s:4:\"file\";s:24:\"2017/06/portfolio3-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"portfolio3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio3-1-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio3-1-768x982.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:982;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio3-1-801x1024.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:24:\"portfolio3-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:24:\"portfolio3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"portfolio3-1-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:25:\"portfolio3-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:24:\"portfolio3-1-600x767.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:767;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:{}}}'),
(27, 192, '_wp_attached_file', '2017/06/portfolio6-1.jpg'),
(28, 192, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:860;s:6:\"height\";i:1100;s:4:\"file\";s:24:\"2017/06/portfolio6-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"portfolio6-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio6-1-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio6-1-768x982.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:982;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio6-1-801x1024.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:24:\"portfolio6-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:24:\"portfolio6-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"portfolio6-1-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:25:\"portfolio6-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:24:\"portfolio6-1-600x767.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:767;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:{}}}'),
(29, 193, '_wp_attached_file', '2017/06/portfolio10-1.jpg'),
(30, 193, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:860;s:6:\"height\";i:1100;s:4:\"file\";s:25:\"2017/06/portfolio10-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"portfolio10-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"portfolio10-1-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"portfolio10-1-768x982.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:982;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"portfolio10-1-801x1024.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:25:\"portfolio10-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:25:\"portfolio10-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:25:\"portfolio10-1-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:26:\"portfolio10-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:25:\"portfolio10-1-600x767.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:767;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:{}}}'),
(31, 194, '_wp_attached_file', '2017/06/portfolio9-1.jpg'),
(32, 194, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:860;s:6:\"height\";i:1100;s:4:\"file\";s:24:\"2017/06/portfolio9-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"portfolio9-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio9-1-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio9-1-768x982.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:982;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio9-1-801x1024.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:24:\"portfolio9-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:24:\"portfolio9-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"portfolio9-1-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:25:\"portfolio9-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:24:\"portfolio9-1-600x767.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:767;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:{}}}'),
(33, 195, '_wp_attached_file', '2017/06/portfolio7-1.jpg'),
(34, 195, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:860;s:6:\"height\";i:1100;s:4:\"file\";s:24:\"2017/06/portfolio7-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"portfolio7-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio7-1-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio7-1-768x982.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:982;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio7-1-801x1024.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:24:\"portfolio7-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:24:\"portfolio7-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"portfolio7-1-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:25:\"portfolio7-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:24:\"portfolio7-1-600x767.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:767;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:{}}}'),
(35, 204, '_wp_attached_file', '2013/06/package1-1.jpg'),
(36, 204, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2013/06/package1-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"package1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"package1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"package1-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"package1-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"package1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"package1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:23:\"package1-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"package1-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"package1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37, 205, '_wp_attached_file', '2013/06/package2-1.jpg'),
(38, 205, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2013/06/package2-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"package2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"package2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"package2-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"package2-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"package2-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"package2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:23:\"package2-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"package2-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"package2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39, 206, '_wp_attached_file', '2013/06/package3-1.jpg'),
(40, 206, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2013/06/package3-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"package3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"package3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"package3-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"package3-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"package3-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"package3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:23:\"package3-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"package3-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"package3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(41, 207, '_wp_attached_file', '2013/06/package4-1.jpg'),
(42, 207, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2013/06/package4-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"package4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"package4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"package4-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"package4-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"package4-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"package4-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:23:\"package4-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"package4-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"package4-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(43, 208, '_wp_attached_file', '2013/06/package5-1.jpg'),
(44, 208, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2013/06/package5-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"package5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"package5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"package5-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"package5-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"package5-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"package5-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:23:\"package5-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"package5-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"package5-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(45, 209, '_wp_attached_file', '2013/06/package6-1.jpg'),
(46, 209, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2013/06/package6-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"package6-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"package6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"package6-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"package6-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"package6-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"package6-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:23:\"package6-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"package6-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"package6-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(47, 210, '_wp_attached_file', '2013/06/package7-1.jpg'),
(48, 210, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2013/06/package7-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"package7-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"package7-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"package7-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"package7-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"package7-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"package7-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:23:\"package7-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"package7-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"package7-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(49, 211, '_wp_attached_file', '2013/06/package8-1.jpg'),
(50, 211, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2013/06/package8-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"package8-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"package8-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"package8-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"package8-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"package8-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"package8-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:23:\"package8-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"package8-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"package8-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51, 232, '_wp_attached_file', '2017/06/post6-1.jpg'),
(52, 232, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2017/06/post6-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post6-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"post6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"post6-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(53, 235, '_wp_attached_file', '2017/06/ads-1.jpg'),
(54, 235, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:260;s:4:\"file\";s:17:\"2017/06/ads-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ads-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ads-1-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;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:{}}}'),
(55, 242, '_wp_attached_file', '2017/06/post5-1.jpg'),
(56, 242, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2017/06/post5-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"post5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"post5-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(57, 245, '_wp_attached_file', '2017/06/post4-1.jpg'),
(58, 245, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2017/06/post4-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"post4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"post4-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(59, 247, '_wp_attached_file', '2017/06/post3-1.jpg'),
(60, 247, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2017/06/post3-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"post3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"post3-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(61, 251, '_wp_attached_file', '2017/06/post2-1.jpg'),
(62, 251, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2017/06/post2-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"post2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"post2-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(63, 253, '_wp_attached_file', '2017/06/post1-1.jpg'),
(64, 253, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2017/06/post1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"post1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"post1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(65, 265, '_wp_attached_file', '2017/06/tick_tock-1-1.jpg'),
(66, 265, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2017/06/tick_tock-1-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"tick_tock-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"tick_tock-1-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"tick_tock-1-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:25:\"tick_tock-1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:25:\"tick_tock-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:25:\"tick_tock-1-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:25:\"tick_tock-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:25:\"tick_tock-1-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;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:{}}}'),
(67, 266, '_wp_attached_file', '2017/06/personal_gift-1.jpg'),
(68, 266, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2017/06/personal_gift-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"personal_gift-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"personal_gift-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"personal_gift-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:27:\"personal_gift-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:27:\"personal_gift-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:27:\"personal_gift-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:27:\"personal_gift-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:27:\"personal_gift-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;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:{}}}'),
(69, 282, '_wp_attached_file', '2017/06/v1-1-1.jpg'),
(70, 282, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2017/06/v1-1-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"v1-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"v1-1-1-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"v1-1-1-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"v1-1-1-360x300.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:18:\"v1-1-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:18:\"v1-1-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:18:\"v1-1-1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;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:{}}}'),
(71, 285, '_wp_attached_file', '2017/06/slider2-1.jpg'),
(72, 285, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2017/06/slider2-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider2-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider2-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider2-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"slider2-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:21:\"slider2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:22:\"slider2-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:21:\"slider2-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:21:\"slider2-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;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:{}}}'),
(73, 361, '_wp_attached_file', '2017/07/logo-1.png'),
(74, 361, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:130;s:4:\"file\";s:18:\"2017/07/logo-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo-1-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"logo-1-360x130.png\";s:5:\"width\";i:360;s:6:\"height\";i:130;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:{}}}'),
(75, 362, '_wp_attached_file', '2017/07/slide1-1.jpg'),
(76, 362, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:20:\"2017/07/slide1-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide1-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slide1-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slide1-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:20:\"slide1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:21:\"slide1-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:21:\"slide1-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:20:\"slide1-1-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:17:\"kantver - Fotolia\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(77, 363, '_wp_attached_file', '2017/07/slide2-1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(78, 363, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:20:\"2017/07/slide2-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide2-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slide2-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slide2-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:20:\"slide2-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:20:\"slide2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:21:\"slide2-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:21:\"slide2-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:20:\"slide2-1-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:17:\"kantver - Fotolia\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(79, 379, '_wp_attached_file', '2017/06/img1-1.jpg'),
(80, 379, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:579;s:4:\"file\";s:18:\"2017/06/img1-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img1-1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"img1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:18:\"img1-1-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;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:{}}}'),
(81, 380, '_wp_attached_file', '2017/06/img2-1.jpg'),
(82, 380, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:626;s:4:\"file\";s:18:\"2017/06/img2-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img2-1-192x300.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"img2-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:18:\"img2-1-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:18:\"img2-1-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;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:{}}}'),
(83, 381, '_wp_attached_file', '2017/06/icon1-1.png'),
(84, 381, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:19:\"2017/06/icon1-1.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:{}}}'),
(85, 382, '_wp_attached_file', '2017/06/icon2-1.png'),
(86, 382, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:19:\"2017/06/icon2-1.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, 383, '_wp_attached_file', '2017/06/icon3-1.png'),
(88, 383, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:19:\"2017/06/icon3-1.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:{}}}'),
(89, 384, '_wp_attached_file', '2017/06/icon4-1.png'),
(90, 384, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:19:\"2017/06/icon4-1.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:{}}}'),
(91, 385, '_wp_attached_file', '2017/06/icon5-1.png'),
(92, 385, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:19:\"2017/06/icon5-1.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:{}}}'),
(93, 386, '_wp_attached_file', '2017/06/icon6-1.png'),
(94, 386, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:19:\"2017/06/icon6-1.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:{}}}'),
(95, 398, '_wp_attached_file', '2017/06/parallax-1.jpg'),
(96, 398, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:22:\"2017/06/parallax-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"parallax-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"parallax-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"parallax-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"parallax-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"parallax-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"parallax-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:23:\"parallax-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"parallax-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"parallax-1-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:17:\"kantver - Fotolia\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(97, 401, '_wp_attached_file', '2017/06/img3-1.jpg'),
(98, 401, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:18:\"2017/06/img3-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"img3-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(174, 407, '_wp_attached_file', '2017/06/img4-1.jpg'),
(175, 407, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:18:\"2017/06/img4-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"img4-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(176, 408, '_wp_attached_file', '2017/06/img5-1.jpg'),
(177, 408, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:18:\"2017/06/img5-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"img5-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(178, 409, '_wp_attached_file', '2017/06/img6-1.jpg'),
(179, 409, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:18:\"2017/06/img6-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img6-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"img6-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(180, 413, '_wp_attached_file', '2017/06/parallax3-1.jpg'),
(181, 413, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2017/06/parallax3-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"parallax3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"parallax3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"parallax3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"parallax3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"parallax3-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:23:\"parallax3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"parallax3-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:24:\"parallax3-1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:23:\"parallax3-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(182, 415, '_wp_attached_file', '2017/06/team1-1.jpg'),
(183, 415, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2017/06/team1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"team1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"team1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(184, 416, '_wp_attached_file', '2017/06/team2-1.jpg'),
(185, 416, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2017/06/team2-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"team2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"team2-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(186, 417, '_wp_attached_file', '2017/06/team3-1.jpg'),
(187, 417, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2017/06/team3-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"team3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"team3-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(188, 418, '_wp_attached_file', '2017/06/team4-1.jpg'),
(189, 418, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2017/06/team4-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"team4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"team4-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(190, 431, '_wp_attached_file', '2017/06/mapmarker-1.png'),
(191, 431, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:23:\"2017/06/mapmarker-1.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:{}}}'),
(192, 432, '_wp_attached_file', '2017/06/mapmarker2-1.png'),
(193, 432, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:24:\"2017/06/mapmarker2-1.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:{}}}'),
(194, 436, '_wp_attached_file', '2017/06/logo-light-1.png'),
(195, 436, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:39;s:4:\"file\";s:24:\"2017/06/logo-light-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-light-1-80x39.png\";s:5:\"width\";i:80;s:6:\"height\";i:39;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:{}}}'),
(196, 521, '_wp_attached_file', '2017/12/about-1.jpg'),
(197, 521, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:19:\"2017/12/about-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"about-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"about-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"about-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"about-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:19:\"about-1-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:19:\"about-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:19:\"about-1-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:19:\"about-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;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:{}}}'),
(198, 558, '_wp_attached_file', '2017/12/about2-1.jpg'),
(199, 558, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:20:\"2017/12/about2-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"about2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"about2-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"about2-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:20:\"about2-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:20:\"about2-1-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:20:\"about2-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:20:\"about2-1-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:20:\"about2-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;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:{}}}'),
(200, 575, '_wp_attached_file', '2018/01/slide1.jpg'),
(201, 575, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:18:\"2018/01/slide1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"slide1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"slide1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:18:\"slide1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:19:\"slide1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:19:\"slide1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:18:\"slide1-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:17:\"kantver - Fotolia\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(202, 576, '_wp_attached_file', '2018/01/slide2.jpg'),
(203, 576, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:18:\"2018/01/slide2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"slide2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"slide2-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:18:\"slide2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:19:\"slide2-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:19:\"slide2-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:18:\"slide2-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:17:\"kantver - Fotolia\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(309, 18, 'codevz_single_page_css', ''),
(310, 18, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(311, 18, '_wpb_shortcodes_custom_css', '.vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(312, 18, 'cz_sc_styles', '#cz_56898 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_56898 .cz_title_line{height:4px;top:5px;}#cz_56898 .cz_title_line span,#cz_56898 .cz_line_side_solo{background-color:#111111;width:50px;height:4px;top:4px;left:1px;}#cz_40832{padding-right:20px;padding-left:5px;}#cz_40832 label{font-size:13px;color:#666666;margin-bottom:0px;}#cz_40832 input:not([type=\"submit\"]), #cz_40832 input[type=\"date\"], #cz_40832 textarea{color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:20;}#cz_40832 input[type=\"submit\"], #cz_40832 button{border-radius:25px;float:right;}#cz_40832 p{margin-bottom:15px;}#cz_45608 > div{position:relative;display: table;margin:0 auto;}#cz_66933 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_66933 .cz_title_line{height:4px;top:5px;}#cz_66933 .cz_title_line span,#cz_66933 .cz_line_side_solo{background-color:#111111;width:50px;height:4px;top:4px;left:1px;}'),
(313, 18, 'cz_sc_styles_tablet', '@media screen and (max-width:768px){#cz_40832{padding-right:10px;}}'),
(314, 18, 'cz_sc_styles_mobile', '@media screen and (max-width:480px){#cz_40832{padding-right:0px;}}'),
(315, 18, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(316, 18, '_wpb_shortcodes_custom_css', '.vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(317, 18, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(318, 18, '_wpb_shortcodes_custom_css', '.vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(319, 18, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(320, 18, '_wpb_shortcodes_custom_css', '.vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(321, 18, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(322, 18, 'slide_template', 'default'),
(323, 18, 'cz_page_meta', 'a:38:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1514722158;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:7:\"primary\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(324, 18, '_wpb_vc_js_status', 'true'),
(325, 18, 'the_grid_item_custom_link_target', '_self'),
(326, 18, 'the_grid_item_col', '1'),
(327, 18, 'the_grid_item_row', '1'),
(328, 18, 'the_grid_item_content_color', 'dark'),
(329, 18, 'the_grid_item_overlay_color', 'light'),
(330, 18, 'the_grid_item_video_ratio', '4:3'),
(331, 18, 'the_grid_item_youtube_ratio', '4:3'),
(332, 18, 'the_grid_item_vimeo_ratio', '4:3'),
(333, 18, 'the_grid_item_wistia_ratio', '4:3'),
(334, 18, '_wpb_shortcodes_custom_css', '.vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(335, 18, '_wp_page_template', 'default'),
(336, 18, '_wpb_post_custom_css', '.page_content{margin-bottom:0;}'),
(337, 18, 'cz_sc_styles', '#cz_56898 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_56898 .cz_title_line{height:4px;top:5px;}#cz_56898 .cz_title_line span,#cz_56898 .cz_line_side_solo{background-color:#111111;width:50px;height:4px;top:4px;left:1px;}#cz_40832{padding-right:20px;padding-left:5px;}#cz_40832 label{font-size:13px;color:#666666;margin-bottom:0px;}#cz_40832 input:not([type=\"submit\"]), #cz_40832 input[type=\"date\"], #cz_40832 textarea{color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:20;}#cz_40832 input[type=\"submit\"], #cz_40832 button{border-radius:25px;float:right;}#cz_40832 p{margin-bottom:15px;}#cz_45608 > div{position:relative;display: table;margin:0 auto;}#cz_66933 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_66933 .cz_title_line{height:4px;top:5px;}#cz_66933 .cz_title_line span,#cz_66933 .cz_line_side_solo{background-color:#111111;width:50px;height:4px;top:4px;left:1px;}'),
(338, 18, 'cz_single_page_css', ''),
(339, 18, 'cz_sc_styles_tablet', '@media screen and (max-width:768px){#cz_40832{padding-right:10px;}}'),
(340, 18, 'cz_sc_styles_mobile', '@media screen and (max-width:480px){#cz_40832{padding-right:0px;}}'),
(341, 18, 'codevz_page_meta', 'a:65:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1532367878;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:7:\"primary\";s:19:\"page_content_margin\";s:0:\"\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:23:\"_css_container_header_1\";s:0:\"\";s:30:\"_css_container_header_1_tablet\";s:0:\"\";s:30:\"_css_container_header_1_mobile\";s:0:\"\";s:17:\"_css_row_header_1\";s:0:\"\";s:24:\"_css_row_header_1_tablet\";s:0:\"\";s:24:\"_css_row_header_1_mobile\";s:0:\"\";s:23:\"_css_container_header_2\";s:0:\"\";s:30:\"_css_container_header_2_tablet\";s:0:\"\";s:30:\"_css_container_header_2_mobile\";s:0:\"\";s:17:\"_css_row_header_2\";s:0:\"\";s:24:\"_css_row_header_2_tablet\";s:0:\"\";s:24:\"_css_row_header_2_mobile\";s:0:\"\";s:23:\"_css_container_header_3\";s:0:\"\";s:30:\"_css_container_header_3_tablet\";s:0:\"\";s:30:\"_css_container_header_3_mobile\";s:0:\"\";s:17:\"_css_row_header_3\";s:0:\"\";s:24:\"_css_row_header_3_tablet\";s:0:\"\";s:24:\"_css_row_header_3_mobile\";s:0:\"\";s:21:\"_css_header_container\";s:0:\"\";s:28:\"_css_header_container_tablet\";s:0:\"\";s:28:\"_css_header_container_mobile\";s:0:\"\";s:21:\"_css_fixed_side_style\";s:0:\"\";s:28:\"_css_fixed_side_style_tablet\";s:0:\"\";s:28:\"_css_fixed_side_style_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(342, 18, 'codevz_single_page_css', ''),
(372, 58, 'codevz_single_page_css', ''),
(373, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(374, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(375, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(376, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(377, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(378, 58, 'slide_template', 'default'),
(379, 58, 'cz_page_meta', 'a:21:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497102205;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(380, 58, '_wpb_vc_js_status', 'false'),
(381, 58, 'the_grid_item_custom_link_target', '_self'),
(382, 58, 'the_grid_item_col', '1'),
(383, 58, 'the_grid_item_row', '1'),
(384, 58, 'the_grid_item_content_color', 'dark'),
(385, 58, 'the_grid_item_overlay_color', 'light'),
(386, 58, 'the_grid_item_video_ratio', '4:3'),
(387, 58, 'the_grid_item_youtube_ratio', '4:3'),
(388, 58, 'the_grid_item_vimeo_ratio', '4:3'),
(389, 58, 'the_grid_item_wistia_ratio', '4:3'),
(390, 58, 'codevz_page_meta', 'a:21:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497102205;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(391, 58, 'codevz_single_page_css', ''),
(618, 53, 'codevz_single_page_css', ''),
(619, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(620, 53, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(621, 53, 'cz_sc_styles', '#cz_81111 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_81111 .slick-dots li button:before {background: #282f39}#cz_24131 > div{position:relative;display: block;text-align:center;}#cz_57879 > div{position:relative;display: block;text-align:center;}'),
(622, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(623, 53, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(624, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(625, 53, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(626, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(627, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(628, 53, '_thumbnail_id', '195'),
(629, 53, 'slide_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(630, 53, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304843;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(631, 53, '_wpb_vc_js_status', 'true'),
(632, 53, 'the_grid_item_custom_link_target', '_self'),
(633, 53, 'the_grid_item_col', '1'),
(634, 53, 'the_grid_item_row', '1'),
(635, 53, 'the_grid_item_content_color', 'dark'),
(636, 53, 'the_grid_item_overlay_color', 'light'),
(637, 53, 'the_grid_item_video_ratio', '4:3'),
(638, 53, 'the_grid_item_youtube_ratio', '4:3'),
(639, 53, 'the_grid_item_vimeo_ratio', '4:3'),
(640, 53, 'the_grid_item_wistia_ratio', '4:3'),
(641, 53, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(642, 53, 'cz_sc_styles', '#cz_81111 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_81111 .slick-dots li button:before {background: #282f39}#cz_24131 > div{position:relative;display: block;text-align:center;}#cz_57879 > div{position:relative;display: block;text-align:center;}'),
(643, 53, 'cz_single_page_css', ''),
(644, 53, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304843;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(645, 53, 'codevz_single_page_css', ''),
(646, 55, 'codevz_single_page_css', ''),
(647, 55, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(648, 55, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(649, 55, 'cz_sc_styles', '#cz_49881 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_49881 .slick-dots li button:before {background: #282f39}#cz_45303 > div{position:relative;display: block;text-align:center;}#cz_22636 > div{position:relative;display: block;text-align:center;}'),
(650, 55, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(651, 55, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(652, 55, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(653, 55, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(654, 55, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(655, 55, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(656, 55, '_thumbnail_id', '194'),
(657, 55, 'slide_template', 'default'),
(658, 55, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304882;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(659, 55, '_wpb_vc_js_status', 'true'),
(660, 55, 'the_grid_item_custom_link_target', '_self'),
(661, 55, 'the_grid_item_col', '1'),
(662, 55, 'the_grid_item_row', '1'),
(663, 55, 'the_grid_item_content_color', 'dark'),
(664, 55, 'the_grid_item_overlay_color', 'light'),
(665, 55, 'the_grid_item_video_ratio', '4:3'),
(666, 55, 'the_grid_item_youtube_ratio', '4:3'),
(667, 55, 'the_grid_item_vimeo_ratio', '4:3'),
(668, 55, 'the_grid_item_wistia_ratio', '4:3'),
(669, 55, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(670, 55, 'cz_sc_styles', '#cz_49881 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_49881 .slick-dots li button:before {background: #282f39}#cz_45303 > div{position:relative;display: block;text-align:center;}#cz_22636 > div{position:relative;display: block;text-align:center;}'),
(671, 55, 'cz_single_page_css', ''),
(672, 55, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304882;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(673, 55, 'codevz_single_page_css', ''),
(674, 57, 'codevz_single_page_css', ''),
(675, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(676, 57, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(677, 57, 'cz_sc_styles', '#cz_58159 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_58159 .slick-dots li button:before {background: #282f39}#cz_86275 > div{position:relative;display: block;text-align:center;}#cz_98614 > div{position:relative;display: block;text-align:center;}'),
(678, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(679, 57, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(680, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(681, 57, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(682, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(683, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(684, 57, '_thumbnail_id', '193'),
(685, 57, 'slide_template', 'default'),
(686, 57, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304945;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(687, 57, '_wpb_vc_js_status', 'true'),
(688, 57, 'the_grid_item_custom_link_target', '_self'),
(689, 57, 'the_grid_item_col', '1'),
(690, 57, 'the_grid_item_row', '1'),
(691, 57, 'the_grid_item_content_color', 'dark'),
(692, 57, 'the_grid_item_overlay_color', 'light'),
(693, 57, 'the_grid_item_video_ratio', '4:3'),
(694, 57, 'the_grid_item_youtube_ratio', '4:3'),
(695, 57, 'the_grid_item_vimeo_ratio', '4:3'),
(696, 57, 'the_grid_item_wistia_ratio', '4:3'),
(697, 57, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(698, 57, 'cz_sc_styles', '#cz_58159 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_58159 .slick-dots li button:before {background: #282f39}#cz_86275 > div{position:relative;display: block;text-align:center;}#cz_98614 > div{position:relative;display: block;text-align:center;}'),
(699, 57, 'cz_single_page_css', ''),
(700, 57, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304945;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(701, 57, 'codevz_single_page_css', ''),
(702, 68, 'codevz_single_page_css', ''),
(703, 68, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(704, 68, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(705, 68, 'cz_sc_styles', '#cz_16321 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_16321 .slick-dots li button:before {background: #282f39}#cz_60993 > div{position:relative;display: block;text-align:center;}#cz_42494 > div{position:relative;display: block;text-align:center;}'),
(706, 68, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(707, 68, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(708, 68, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(709, 68, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(710, 68, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(711, 68, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(712, 68, '_thumbnail_id', '191'),
(713, 68, 'slide_template', 'default'),
(714, 68, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305071;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(715, 68, '_wpb_vc_js_status', 'true'),
(716, 68, 'the_grid_item_custom_link_target', '_self'),
(717, 68, 'the_grid_item_col', '1'),
(718, 68, 'the_grid_item_row', '1'),
(719, 68, 'the_grid_item_content_color', 'dark'),
(720, 68, 'the_grid_item_overlay_color', 'light'),
(721, 68, 'the_grid_item_video_ratio', '4:3'),
(722, 68, 'the_grid_item_youtube_ratio', '4:3'),
(723, 68, 'the_grid_item_vimeo_ratio', '4:3'),
(724, 68, 'the_grid_item_wistia_ratio', '4:3'),
(725, 68, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(726, 68, 'cz_sc_styles', '#cz_16321 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_16321 .slick-dots li button:before {background: #282f39}#cz_60993 > div{position:relative;display: block;text-align:center;}#cz_42494 > div{position:relative;display: block;text-align:center;}'),
(727, 68, 'cz_single_page_css', ''),
(728, 68, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305071;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(729, 68, 'codevz_single_page_css', ''),
(730, 70, 'codevz_single_page_css', ''),
(731, 70, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(732, 70, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(733, 70, 'cz_sc_styles', '#cz_35471 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_35471 .slick-dots li button:before {background: #282f39}#cz_56156 > div{position:relative;display: block;text-align:center;}#cz_14650 > div{position:relative;display: block;text-align:center;}'),
(734, 70, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(735, 70, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(736, 70, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(737, 70, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(738, 70, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(739, 70, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(740, 70, '_thumbnail_id', '190'),
(741, 70, 'slide_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(742, 70, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305240;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(743, 70, '_wpb_vc_js_status', 'true'),
(744, 70, 'the_grid_item_custom_link_target', '_self'),
(745, 70, 'the_grid_item_col', '1'),
(746, 70, 'the_grid_item_row', '1'),
(747, 70, 'the_grid_item_content_color', 'dark'),
(748, 70, 'the_grid_item_overlay_color', 'light'),
(749, 70, 'the_grid_item_video_ratio', '4:3'),
(750, 70, 'the_grid_item_youtube_ratio', '4:3'),
(751, 70, 'the_grid_item_vimeo_ratio', '4:3'),
(752, 70, 'the_grid_item_wistia_ratio', '4:3'),
(753, 70, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(754, 70, 'cz_sc_styles', '#cz_35471 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_35471 .slick-dots li button:before {background: #282f39}#cz_56156 > div{position:relative;display: block;text-align:center;}#cz_14650 > div{position:relative;display: block;text-align:center;}'),
(755, 70, 'cz_single_page_css', ''),
(756, 70, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305240;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(757, 70, 'codevz_single_page_css', ''),
(760, 131, 'codevz_single_page_css', ''),
(761, 131, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(762, 131, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(763, 131, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(764, 131, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(765, 131, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(766, 131, 'slide_template', 'default'),
(767, 131, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343630;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(768, 131, '_wpb_vc_js_status', 'false'),
(769, 131, 'the_grid_item_custom_link_target', '_self'),
(770, 131, 'the_grid_item_col', '1'),
(771, 131, 'the_grid_item_row', '1'),
(772, 131, 'the_grid_item_content_color', 'dark'),
(773, 131, 'the_grid_item_overlay_color', 'light'),
(774, 131, 'the_grid_item_video_ratio', '4:3'),
(775, 131, 'the_grid_item_youtube_ratio', '4:3'),
(776, 131, 'the_grid_item_vimeo_ratio', '4:3'),
(777, 131, 'the_grid_item_wistia_ratio', '4:3'),
(778, 131, '_thumbnail_id', '242'),
(779, 131, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343630;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(780, 131, 'codevz_single_page_css', ''),
(783, 134, 'codevz_single_page_css', ''),
(784, 134, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(785, 134, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(786, 134, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(787, 134, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(788, 134, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(789, 134, 'slide_template', 'default'),
(790, 134, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343649;}s:6:\"layout\";s:4:\"left\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(791, 134, '_wpb_vc_js_status', 'false'),
(792, 134, 'the_grid_item_custom_link_target', '_self'),
(793, 134, 'the_grid_item_col', '1'),
(794, 134, 'the_grid_item_row', '1'),
(795, 134, 'the_grid_item_content_color', 'dark'),
(796, 134, 'the_grid_item_overlay_color', 'light'),
(797, 134, 'the_grid_item_video_ratio', '4:3'),
(798, 134, 'the_grid_item_youtube_ratio', '4:3'),
(799, 134, 'the_grid_item_vimeo_ratio', '4:3'),
(800, 134, 'the_grid_item_wistia_ratio', '4:3'),
(801, 134, '_thumbnail_id', '245'),
(802, 134, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343649;}s:6:\"layout\";s:4:\"left\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(803, 134, 'codevz_single_page_css', ''),
(806, 137, 'codevz_single_page_css', ''),
(807, 137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(808, 137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(809, 137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(810, 137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(811, 137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(812, 137, 'slide_template', 'default'),
(813, 137, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343697;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(814, 137, '_wpb_vc_js_status', 'false'),
(815, 137, 'the_grid_item_custom_link_target', '_self'),
(816, 137, 'the_grid_item_col', '1'),
(817, 137, 'the_grid_item_row', '1'),
(818, 137, 'the_grid_item_content_color', 'dark'),
(819, 137, 'the_grid_item_overlay_color', 'light'),
(820, 137, 'the_grid_item_video_ratio', '4:3'),
(821, 137, 'the_grid_item_youtube_ratio', '4:3'),
(822, 137, 'the_grid_item_vimeo_ratio', '4:3'),
(823, 137, 'the_grid_item_wistia_ratio', '4:3'),
(824, 137, '_thumbnail_id', '247'),
(825, 137, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343697;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(826, 137, 'codevz_single_page_css', ''),
(829, 140, 'codevz_single_page_css', ''),
(830, 140, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(831, 140, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(832, 140, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(833, 140, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(834, 140, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(835, 140, 'slide_template', 'default'),
(836, 140, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343688;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(837, 140, '_wpb_vc_js_status', 'false'),
(838, 140, 'the_grid_item_custom_link_target', '_self'),
(839, 140, 'the_grid_item_col', '1'),
(840, 140, 'the_grid_item_row', '1'),
(841, 140, 'the_grid_item_content_color', 'dark'),
(842, 140, 'the_grid_item_overlay_color', 'light'),
(843, 140, 'the_grid_item_video_ratio', '4:3'),
(844, 140, 'the_grid_item_youtube_ratio', '4:3'),
(845, 140, 'the_grid_item_vimeo_ratio', '4:3'),
(846, 140, 'the_grid_item_wistia_ratio', '4:3'),
(847, 140, '_thumbnail_id', '251');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(848, 140, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343688;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(849, 140, 'codevz_single_page_css', ''),
(852, 143, 'codevz_single_page_css', ''),
(853, 143, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(854, 143, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(855, 143, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(856, 143, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(857, 143, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(858, 143, 'slide_template', 'default'),
(859, 143, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343263;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(860, 143, '_wpb_vc_js_status', 'false'),
(861, 143, 'the_grid_item_custom_link_target', '_self'),
(862, 143, 'the_grid_item_col', '1'),
(863, 143, 'the_grid_item_row', '1'),
(864, 143, 'the_grid_item_content_color', 'dark'),
(865, 143, 'the_grid_item_overlay_color', 'light'),
(866, 143, 'the_grid_item_video_ratio', '4:3'),
(867, 143, 'the_grid_item_youtube_ratio', '4:3'),
(868, 143, 'the_grid_item_vimeo_ratio', '4:3'),
(869, 143, 'the_grid_item_wistia_ratio', '4:3'),
(870, 143, '_thumbnail_id', '253'),
(871, 143, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343263;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(872, 143, 'codevz_single_page_css', ''),
(875, 159, 'codevz_single_page_css', ''),
(876, 159, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(877, 159, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(878, 159, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(879, 159, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(880, 159, 'slide_template', 'default'),
(881, 159, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343537;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(882, 159, '_wpb_vc_js_status', 'false'),
(883, 159, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(884, 159, 'the_grid_item_custom_link_target', '_self'),
(885, 159, 'the_grid_item_col', '1'),
(886, 159, 'the_grid_item_row', '1'),
(887, 159, 'the_grid_item_content_color', 'dark'),
(888, 159, 'the_grid_item_overlay_color', 'light'),
(889, 159, 'the_grid_item_video_ratio', '4:3'),
(890, 159, 'the_grid_item_youtube_ratio', '4:3'),
(891, 159, 'the_grid_item_vimeo_ratio', '4:3'),
(892, 159, 'the_grid_item_wistia_ratio', '4:3'),
(893, 159, '_thumbnail_id', '232'),
(894, 159, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343537;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(895, 159, 'codevz_single_page_css', ''),
(896, 160, 'codevz_single_page_css', ''),
(897, 160, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(898, 160, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(899, 160, 'cz_sc_styles', '#cz_17460 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_17460 .slick-dots li button:before {background: #282f39}#cz_50988 > div{position:relative;display: block;text-align:center;}#cz_46208 > div{position:relative;display: block;text-align:center;}'),
(900, 160, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(901, 160, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(902, 160, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(903, 160, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(904, 160, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(905, 160, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(906, 160, '_thumbnail_id', '192'),
(907, 160, 'slide_template', 'default'),
(908, 160, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305005;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(909, 160, '_wpb_vc_js_status', 'true'),
(910, 160, 'the_grid_item_custom_link_target', '_self'),
(911, 160, 'the_grid_item_col', '1'),
(912, 160, 'the_grid_item_row', '1'),
(913, 160, 'the_grid_item_content_color', 'dark'),
(914, 160, 'the_grid_item_overlay_color', 'light'),
(915, 160, 'the_grid_item_video_ratio', '4:3'),
(916, 160, 'the_grid_item_youtube_ratio', '4:3'),
(917, 160, 'the_grid_item_vimeo_ratio', '4:3'),
(918, 160, 'the_grid_item_wistia_ratio', '4:3'),
(919, 160, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(920, 160, 'cz_sc_styles', '#cz_17460 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_17460 .slick-dots li button:before {background: #282f39}#cz_50988 > div{position:relative;display: block;text-align:center;}#cz_46208 > div{position:relative;display: block;text-align:center;}'),
(921, 160, 'cz_single_page_css', ''),
(922, 160, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305005;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(923, 160, 'codevz_single_page_css', ''),
(924, 260, 'codevz_single_page_css', ''),
(925, 260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(926, 260, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(927, 260, 'cz_sc_styles', '#cz_77675 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_77675 .slick-dots li button:before {background: #282f39}#cz_43495 > div{position:relative;display: block;text-align:center;}#cz_83156 > div{position:relative;display: block;text-align:center;}'),
(928, 260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(929, 260, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(930, 260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(931, 260, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(932, 260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(933, 260, 'slide_template', 'default'),
(934, 260, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305195;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(935, 260, '_wpb_vc_js_status', 'true'),
(936, 260, '_thumbnail_id', '265'),
(937, 260, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(938, 260, 'cz_sc_styles', '#cz_77675 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_77675 .slick-dots li button:before {background: #282f39}#cz_43495 > div{position:relative;display: block;text-align:center;}#cz_83156 > div{position:relative;display: block;text-align:center;}'),
(939, 260, 'cz_single_page_css', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(940, 260, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305195;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(941, 260, 'codevz_single_page_css', ''),
(942, 263, 'codevz_single_page_css', ''),
(943, 263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(944, 263, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(945, 263, 'cz_sc_styles', '#cz_62814 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_62814 .slick-dots li button:before {background: #282f39}#cz_62739 > div{position:relative;display: block;text-align:center;}#cz_56327 > div{position:relative;display: block;text-align:center;}'),
(946, 263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(947, 263, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(948, 263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(949, 263, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(950, 263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(951, 263, 'slide_template', 'default'),
(952, 263, 'cz_page_meta', 'a:21:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1499678462;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:7:\"primary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:25:\"_css_page_title_inner_row\";a:1:{i:0;a:12:{s:8:\"selector\";s:16:\".page_title .row\";s:7:\"live_id\";s:25:\"_css_page_title_inner_row\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:5:\"width\";s:0:\"\";s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(953, 263, '_wpb_vc_js_status', 'true'),
(954, 263, '_thumbnail_id', '266'),
(955, 263, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(956, 263, 'the_grid_item_custom_link_target', '_self'),
(957, 263, 'the_grid_item_col', '1'),
(958, 263, 'the_grid_item_row', '1'),
(959, 263, 'the_grid_item_content_color', 'dark'),
(960, 263, 'the_grid_item_overlay_color', 'light'),
(961, 263, 'the_grid_item_video_ratio', '4:3'),
(962, 263, 'the_grid_item_youtube_ratio', '4:3'),
(963, 263, 'the_grid_item_vimeo_ratio', '4:3'),
(964, 263, 'the_grid_item_wistia_ratio', '4:3'),
(965, 263, 'the_grid_item_format', 'gallery'),
(966, 263, 'cz_sc_styles', '#cz_62814 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_62814 .slick-dots li button:before {background: #282f39}#cz_62739 > div{position:relative;display: block;text-align:center;}#cz_56327 > div{position:relative;display: block;text-align:center;}'),
(967, 263, 'cz_single_page_css', ''),
(968, 263, 'codevz_page_meta', 'a:21:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1499678462;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:7:\"primary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:25:\"_css_page_title_inner_row\";a:1:{i:0;a:12:{s:8:\"selector\";s:16:\".page_title .row\";s:7:\"live_id\";s:25:\"_css_page_title_inner_row\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:5:\"width\";s:0:\"\";s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(969, 263, 'codevz_single_page_css', ''),
(970, 213, 'codevz_single_page_css', ''),
(971, 213, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(972, 213, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(973, 213, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(974, 213, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(975, 213, '_form', '<label> Your Name (required) </label>\n[text* your-name]\n\n<label> Your Email (required) </label>\n[email* your-email]\n\n<label> Subject </label>\n[text your-subject]\n\n<label> Department </label>\n[select menu-178 \"Business Department\" \"Personal Department\" \"Support Department\" \"Others\"]\n\n<label> Your Message </label>\n[textarea your-message]\n\n[acceptance accept-this-1]  I accept these <a href=\"http://ensabs.eu/idams/index.php/terms-and-conditions/\" target=\"_blank\"> Terms and conditions </a>. [/acceptance]\n\n\n\n\n\n[submit \"Send\"]'),
(976, 213, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"From Your website: \"[your-subject]\"\";s:6:\"sender\";s:28:\"[your-name] <info@ensabs.eu>\";s:9:\"recipient\";s:14:\"info@ensabs.eu\";s:4:\"body\";s:173:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\nDepartment:\n[menu-178]\n\n-- \nThis e-mail was sent from a contact form on your website.\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(977, 213, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:21:\"XTRA \"[your-subject]\"\";s:6:\"sender\";s:30:\"XTRA <wordpress@xtratheme.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\";s:18:\"additional_headers\";s:27:\"Reply-To: codevzz@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(978, 213, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:69:\"Thanks, we appreciate your interest! We\'ll reply as soon as possible.\";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:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";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.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(979, 213, '_additional_settings', 'acceptance_as_validation: on'),
(980, 213, '_locale', 'en_US'),
(981, 537, 'codevz_single_page_css', ''),
(982, 537, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(983, 537, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(984, 537, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(985, 537, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(986, 537, '_form', '<p>[text* your-name placeholder \"Your Name (*)\"]</p>\n\n<p>[email* your-email placeholder \"Your Email (*)\"]</p>\n\n<p>[textarea your-message placeholder \"Wee are offline right now,\nleave us a message and we’ll reply as soon as possible\"] </p>\n\n<p>[submit \"Send Message\"]</p>'),
(987, 537, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"From Your website: \"[your-subject]\"\";s:6:\"sender\";s:28:\"[your-name] <info@ensabs.eu>\";s:9:\"recipient\";s:14:\"info@ensabs.eu\";s:4:\"body\";s:149:\"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 your website.\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(988, 537, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:21:\"XTRA \"[your-subject]\"\";s:6:\"sender\";s:30:\"XTRA <wordpress@xtratheme.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\";s:18:\"additional_headers\";s:27:\"Reply-To: codevzz@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(989, 537, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:69:\"Thanks, we appreciate your interest! We\'ll reply as soon as possible.\";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:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";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.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(990, 537, '_additional_settings', ''),
(991, 537, '_locale', 'en_US'),
(992, 538, 'codevz_single_page_css', ''),
(993, 538, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(994, 538, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(995, 538, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(996, 538, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(997, 538, '_form', '<p>[text* your-name placeholder \"Name (*)\"]</p>\n<p>[text* your-last-name placeholder \"Last Name (*)\"]</p>\n\n<p>[email* your-email placeholder \"Email (*)\"]</p>\n\n<p>[text your-subject placeholder \"Subject\"]</p>\n\n\n<p>[text your-facebook-user placeholder facebookuser \"Facebook User\"]</p>\n<p>[text your-twitter-user placeholder twitterUser \"Twitter User\"]</p>\n\n\n<p>[textarea your-message placeholder \"Your Message\"] </p>\n[acceptance accept-this-1]  I accept the <a href=\"http://ensabs.eu/idams/index.php/privacy-policy/\" target=\"_blank\"> Privacy Policy </a>. [/acceptance]\n\n<p>[submit \"Send Message\"]</p>'),
(998, 538, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"From Your website: \"[your-subject]\"\";s:6:\"sender\";s:28:\"[your-name] <info@ensabs.eu>\";s:9:\"recipient\";s:14:\"info@ensabs.eu\";s:4:\"body\";s:173:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\nDepartment:\n[menu-178]\n\n-- \nThis e-mail was sent from a contact form on your website.\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(999, 538, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:21:\"XTRA \"[your-subject]\"\";s:6:\"sender\";s:30:\"XTRA <wordpress@xtratheme.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\";s:18:\"additional_headers\";s:27:\"Reply-To: codevzz@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(1000, 538, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:69:\"Thanks, we appreciate your interest! We\'ll reply as soon as possible.\";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:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";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.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(1001, 538, '_additional_settings', ''),
(1002, 538, '_locale', 'en_US'),
(1141, 593, '_wp_attached_file', 'revslider/arch/slide1.jpg'),
(1142, 593, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:25:\"revslider/arch/slide1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"slide1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"slide1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:18:\"slide1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:19:\"slide1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:19:\"slide1-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:18:\"slide1-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:17:\"kantver - Fotolia\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(1143, 594, '_wp_attached_file', 'revslider/arch/slide2.jpg'),
(1144, 594, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:25:\"revslider/arch/slide2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"slide2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"slide2-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:18:\"slide2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:19:\"slide2-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:19:\"slide2-600x1000.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:18:\"slide2-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:17:\"kantver - Fotolia\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(1146, 596, '_wp_attached_file', '2018/05/logo-ENSABS.png'),
(1147, 596, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1089;s:6:\"height\";i:2029;s:4:\"file\";s:23:\"2018/05/logo-ENSABS.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-ENSABS-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"logo-ENSABS-161x300.png\";s:5:\"width\";i:161;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"logo-ENSABS-768x1431.png\";s:5:\"width\";i:768;s:6:\"height\";i:1431;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"logo-ENSABS-550x1024.png\";s:5:\"width\";i:550;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"logo-ENSABS-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:23:\"logo-ENSABS-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"logo-ENSABS-1089x500.png\";s:5:\"width\";i:1089;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:24:\"logo-ENSABS-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:24:\"logo-ENSABS-600x1118.png\";s:5:\"width\";i:600;s:6:\"height\";i:1118;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:{}}}'),
(1148, 596, '_edit_lock', '1526980200:1'),
(1166, 601, '_wp_attached_file', '2018/05/cropped-logo-ENSABS.png'),
(1167, 601, '_wp_attachment_context', 'site-icon'),
(1168, 601, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:31:\"2018/05/cropped-logo-ENSABS.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-logo-ENSABS-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-logo-ENSABS-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:31:\"cropped-logo-ENSABS-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:31:\"cropped-logo-ENSABS-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:31:\"cropped-logo-ENSABS-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:31:\"cropped-logo-ENSABS-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:31:\"cropped-logo-ENSABS-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:29:\"cropped-logo-ENSABS-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),
(1174, 604, '_wp_attached_file', '2018/05/idams.png'),
(1175, 604, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2480;s:6:\"height\";i:3508;s:4:\"file\";s:17:\"2018/05/idams.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"idams-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"idams-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"idams-768x1086.png\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"idams-724x1024.png\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:17:\"idams-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:17:\"idams-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:18:\"idams-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:18:\"idams-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:17:\"idams-600x849.png\";s:5:\"width\";i:600;s:6:\"height\";i:849;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:{}}}'),
(1176, 604, '_edit_lock', '1526982147:1'),
(1177, 18, '_edit_last', '2'),
(1178, 18, '_edit_lock', '1532368551:2'),
(1182, 58, '_edit_lock', '1532228427:1'),
(1244, 707, 'codevz_single_page_css', ''),
(1245, 707, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1248, 707, '_edit_last', '1'),
(1249, 707, '_edit_lock', '1532011943:1'),
(1250, 707, '_wp_page_template', 'default'),
(1251, 707, 'slide_template', 'default'),
(1252, 707, 'codevz_page_meta', 'a:65:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1532011985;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:19:\"page_content_margin\";s:0:\"\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:23:\"_css_container_header_1\";s:0:\"\";s:30:\"_css_container_header_1_tablet\";s:0:\"\";s:30:\"_css_container_header_1_mobile\";s:0:\"\";s:17:\"_css_row_header_1\";s:0:\"\";s:24:\"_css_row_header_1_tablet\";s:0:\"\";s:24:\"_css_row_header_1_mobile\";s:0:\"\";s:23:\"_css_container_header_2\";s:0:\"\";s:30:\"_css_container_header_2_tablet\";s:0:\"\";s:30:\"_css_container_header_2_mobile\";s:0:\"\";s:17:\"_css_row_header_2\";s:0:\"\";s:24:\"_css_row_header_2_tablet\";s:0:\"\";s:24:\"_css_row_header_2_mobile\";s:0:\"\";s:23:\"_css_container_header_3\";s:0:\"\";s:30:\"_css_container_header_3_tablet\";s:0:\"\";s:30:\"_css_container_header_3_mobile\";s:0:\"\";s:17:\"_css_row_header_3\";s:0:\"\";s:24:\"_css_row_header_3_tablet\";s:0:\"\";s:24:\"_css_row_header_3_mobile\";s:0:\"\";s:21:\"_css_header_container\";s:0:\"\";s:28:\"_css_header_container_tablet\";s:0:\"\";s:28:\"_css_header_container_mobile\";s:0:\"\";s:21:\"_css_fixed_side_style\";s:0:\"\";s:28:\"_css_fixed_side_style_tablet\";s:0:\"\";s:28:\"_css_fixed_side_style_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(1253, 707, '_wpb_vc_js_status', 'false'),
(1260, 711, '_wp_attached_file', '2018/07/accounting2.png'),
(1261, 711, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:650;s:4:\"file\";s:23:\"2018/07/accounting2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"accounting2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"accounting2-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"accounting2-768x356.png\";s:5:\"width\";i:768;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"accounting2-1024x474.png\";s:5:\"width\";i:1024;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"accounting2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:23:\"accounting2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"accounting2-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"accounting2-600x650.png\";s:5:\"width\";i:600;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:23:\"accounting2-600x278.png\";s:5:\"width\";i:600;s:6:\"height\";i:278;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:{}}}'),
(1262, 712, '_wp_attached_file', '2018/07/business-intelligence.png'),
(1263, 712, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1917;s:6:\"height\";i:1029;s:4:\"file\";s:33:\"2018/07/business-intelligence.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"business-intelligence-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"business-intelligence-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"business-intelligence-768x412.png\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"business-intelligence-1024x550.png\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:33:\"business-intelligence-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:33:\"business-intelligence-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:34:\"business-intelligence-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:34:\"business-intelligence-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:33:\"business-intelligence-600x322.png\";s:5:\"width\";i:600;s:6:\"height\";i:322;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:{}}}'),
(1270, 736, '_wp_attached_file', '2018/07/rotativo.png'),
(1271, 736, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:20:\"2018/07/rotativo.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"rotativo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rotativo-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"rotativo-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"rotativo-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:20:\"rotativo-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:20:\"rotativo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:21:\"rotativo-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:21:\"rotativo-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:20:\"rotativo-600x360.png\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:{}}}'),
(1272, 737, '_wp_attached_file', '2018/07/rotativo2.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1273, 737, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:21:\"2018/07/rotativo2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"rotativo2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"rotativo2-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"rotativo2-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"rotativo2-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"rotativo2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:21:\"rotativo2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:22:\"rotativo2-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:22:\"rotativo2-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:21:\"rotativo2-600x360.png\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:{}}}'),
(1274, 738, '_wp_attached_file', '2018/07/rotativo3.png'),
(1275, 738, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:21:\"2018/07/rotativo3.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"rotativo3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"rotativo3-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"rotativo3-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"rotativo3-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"rotativo3-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:21:\"rotativo3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:22:\"rotativo3-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:22:\"rotativo3-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:21:\"rotativo3-600x360.png\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:{}}}'),
(1276, 746, '_wp_attached_file', '2018/07/ensabsLogo.png'),
(1277, 746, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:222;s:6:\"height\";i:301;s:4:\"file\";s:22:\"2018/07/ensabsLogo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ensabsLogo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"ensabsLogo-221x300.png\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1278, 747, '_wp_attached_file', '2018/07/cropped-ensabsLogo.png'),
(1279, 747, '_wp_attachment_context', 'site-icon'),
(1280, 747, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2018/07/cropped-ensabsLogo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-ensabsLogo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"cropped-ensabsLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:30:\"cropped-ensabsLogo-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:30:\"cropped-ensabsLogo-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:30:\"cropped-ensabsLogo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:30:\"cropped-ensabsLogo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:30:\"cropped-ensabsLogo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:28:\"cropped-ensabsLogo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),
(1281, 748, '_edit_lock', '1530654317:1'),
(1282, 748, '_wp_trash_meta_status', 'publish'),
(1283, 748, '_wp_trash_meta_time', '1530654322'),
(1284, 748, 'codevz_single_page_css', ''),
(1285, 751, '_wp_attached_file', '2018/07/logos2.png'),
(1286, 751, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:222;s:6:\"height\";i:353;s:4:\"file\";s:18:\"2018/07/logos2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logos2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logos2-189x300.png\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"logos2-222x320.png\";s:5:\"width\";i:222;s:6:\"height\";i:320;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:{}}}'),
(1287, 752, '_wp_attached_file', '2018/07/logos1.png'),
(1288, 752, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:222;s:6:\"height\";i:353;s:4:\"file\";s:18:\"2018/07/logos1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logos1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logos1-189x300.png\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"logos1-222x320.png\";s:5:\"width\";i:222;s:6:\"height\";i:320;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:{}}}'),
(1289, 753, '_wp_attached_file', '2018/07/ensabss.png'),
(1290, 753, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:446;s:6:\"height\";i:705;s:4:\"file\";s:19:\"2018/07/ensabss.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ensabss-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"ensabss-190x300.png\";s:5:\"width\";i:190;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"ensabss-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:19:\"ensabss-446x600.png\";s:5:\"width\";i:446;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:19:\"ensabss-446x500.png\";s:5:\"width\";i:446;s:6:\"height\";i:500;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:{}}}'),
(1291, 754, '_wp_attached_file', '2018/07/idamss.png'),
(1292, 754, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:446;s:6:\"height\";i:705;s:4:\"file\";s:18:\"2018/07/idamss.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"idamss-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"idamss-190x300.png\";s:5:\"width\";i:190;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:18:\"idamss-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:18:\"idamss-446x600.png\";s:5:\"width\";i:446;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:18:\"idamss-446x500.png\";s:5:\"width\";i:446;s:6:\"height\";i:500;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:{}}}'),
(1295, 8, '_wp_attached_file', '2017/06/slider1-1.jpg'),
(1296, 8, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2017/06/slider1-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider1-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider1-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider1-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"slider1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:21:\"slider1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:22:\"slider1-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:21:\"slider1-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:21:\"slider1-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;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:{}}}'),
(1297, 758, '_wp_attached_file', '2017/07/slider1.jpg'),
(1298, 758, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2017/07/slider1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"slider1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:19:\"slider1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:19:\"slider1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:20:\"slider1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:19:\"slider1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:19:\"slider1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;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:{}}}'),
(1299, 364, '_wp_attached_file', '2017/07/logo-1-1.png'),
(1300, 364, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:20:\"2017/07/logo-1-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1301, 759, '_wp_attached_file', '2017/06/p1-1.jpg'),
(1302, 759, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:730;s:6:\"height\";i:470;s:4:\"file\";s:16:\"2017/06/p1-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"p1-1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:16:\"p1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:16:\"p1-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:16:\"p1-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:16:\"p1-1-600x386.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:386;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:{}}}'),
(1303, 760, '_wp_attached_file', '2017/06/i1-1-1.jpg'),
(1304, 760, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:18:\"2017/06/i1-1-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"i1-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1305, 410, '_wp_attached_file', '2017/06/i2-1.jpg'),
(1306, 410, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:16:\"2017/06/i2-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1307, 412, '_wp_attached_file', '2017/06/i3-1.jpg'),
(1308, 412, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:16:\"2017/06/i3-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1309, 761, '_wp_attached_file', '2017/06/i4-1.jpg'),
(1310, 761, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:16:\"2017/06/i4-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1311, 762, '_wp_attached_file', '2017/06/i5-1.jpg'),
(1312, 762, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:16:\"2017/06/i5-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1313, 419, '_wp_attached_file', '2017/06/i6-1.jpg'),
(1314, 419, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:16:\"2017/06/i6-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i6-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1315, 434, '_wp_attached_file', '2017/07/slider11-1.jpg'),
(1316, 434, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2017/07/slider11-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider11-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"slider11-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"slider11-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"slider11-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"slider11-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"slider11-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:23:\"slider11-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:22:\"slider11-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"slider11-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;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:{}}}'),
(1317, 763, '_wp_attached_file', '2017/07/slider111-1.jpg'),
(1318, 763, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2017/07/slider111-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider111-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"slider111-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"slider111-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"slider111-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"slider111-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:23:\"slider111-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"slider111-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"slider111-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:23:\"slider111-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;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:{}}}'),
(1319, 438, '_wp_attached_file', '2017/06/p5-1.jpg'),
(1320, 438, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:730;s:6:\"height\";i:470;s:4:\"file\";s:16:\"2017/06/p5-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"p5-1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:16:\"p5-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:16:\"p5-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:16:\"p5-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:16:\"p5-1-600x386.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:386;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:{}}}'),
(1321, 444, '_wp_attached_file', '2017/06/p6-1.jpg'),
(1322, 444, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:730;s:6:\"height\";i:470;s:4:\"file\";s:16:\"2017/06/p6-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p6-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"p6-1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:16:\"p6-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:16:\"p6-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:16:\"p6-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:16:\"p6-1-600x386.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:386;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:{}}}'),
(1323, 445, '_wp_attached_file', '2017/06/p3-1.jpg'),
(1324, 445, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:730;s:6:\"height\";i:470;s:4:\"file\";s:16:\"2017/06/p3-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"p3-1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:16:\"p3-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:16:\"p3-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:16:\"p3-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:16:\"p3-1-600x386.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:386;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:{}}}'),
(1325, 446, '_wp_attached_file', '2017/06/p4-1.jpg'),
(1326, 446, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:730;s:6:\"height\";i:470;s:4:\"file\";s:16:\"2017/06/p4-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"p4-1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:16:\"p4-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:16:\"p4-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:16:\"p4-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:16:\"p4-1-600x386.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:386;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:{}}}'),
(1327, 449, '_wp_attached_file', '2017/06/parallax1-1.jpg'),
(1328, 449, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2017/06/parallax1-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"parallax1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"parallax1-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"parallax1-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"parallax1-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"parallax1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:23:\"parallax1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"parallax1-1-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"parallax1-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:23:\"parallax1-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;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:{}}}'),
(1329, 459, '_wp_attached_file', '2017/06/sk1-1.jpg'),
(1330, 459, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:370;s:6:\"height\";i:420;s:4:\"file\";s:17:\"2017/06/sk1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sk1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sk1-1-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:17:\"sk1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(1331, 467, '_wp_attached_file', '2017/06/t1-1.jpg'),
(1332, 467, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:16:\"2017/06/t1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"t1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"t1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:16:\"t1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(1333, 469, '_wp_attached_file', '2017/06/t2-1.jpg'),
(1334, 469, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:16:\"2017/06/t2-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"t2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"t2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:16:\"t2-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(1335, 471, '_wp_attached_file', '2017/06/t3-1.jpg'),
(1336, 471, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:16:\"2017/06/t3-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"t3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"t3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:16:\"t3-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(1337, 476, '_wp_attached_file', '2017/07/br1-1.jpg'),
(1338, 476, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2017/07/br1-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"br1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"br1-1-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"br1-1-768x96.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"br1-1-1024x128.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:17:\"br1-1-360x200.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:17:\"br1-1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:18:\"br1-1-1200x200.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:17:\"br1-1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:16:\"br1-1-600x75.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:75;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:{}}}'),
(1339, 598, '_wp_attached_file', '2017/06/ab1-1.jpg'),
(1340, 598, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:17:\"2017/06/ab1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ab1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ab1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:17:\"ab1-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(1341, 599, '_wp_attached_file', '2017/06/ab2-1.jpg'),
(1342, 599, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:17:\"2017/06/ab2-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ab2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ab2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:17:\"ab2-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(1343, 764, '_wp_attached_file', '2017/06/s1-1-1.png'),
(1344, 764, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:18:\"2017/06/s1-1-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"s1-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1345, 765, '_wp_attached_file', '2017/06/s2-1.png'),
(1346, 765, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:16:\"2017/06/s2-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1347, 766, '_wp_attached_file', '2017/06/s3-1.png'),
(1348, 766, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:16:\"2017/06/s3-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1349, 767, '_wp_attached_file', '2017/06/s4-1.png'),
(1350, 767, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:16:\"2017/06/s4-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s4-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1351, 768, '_wp_attached_file', '2017/06/s5-1.jpg'),
(1352, 768, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:570;s:6:\"height\";i:570;s:4:\"file\";s:16:\"2017/06/s5-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"s5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:16:\"s5-1-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:16:\"s5-1-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;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:{}}}'),
(1353, 769, '_wp_attached_file', '2017/06/pr1-2.png'),
(1354, 769, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:17:\"2017/06/pr1-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"pr1-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1355, 770, '_wp_attached_file', '2017/06/pr1-1-1.png'),
(1356, 770, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:19:\"2017/06/pr1-1-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"pr1-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1357, 771, '_wp_attached_file', '2017/06/pr2-1.png'),
(1358, 771, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:17:\"2017/06/pr2-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"pr2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1359, 677, '_wp_attached_file', '2017/06/pr3-1.png'),
(1360, 677, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:17:\"2017/06/pr3-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"pr3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1361, 772, '_wp_attached_file', '2017/12/logo1_fff-1.png'),
(1362, 772, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2017/12/logo1_fff-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo1_fff-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1363, 4, 'cz_sc_styles', '#cz_72724 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_72724[data-tooltip]:before{color:#000000;background-color:#ffffff;border-radius:6px;}#cz_72724 > div{position:relative;}#cz_24922 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_24922[data-tooltip]:before{color:#000000;background-color:#ffffff;border-radius:6px;}#cz_24922 > div{position:relative;}#cz_48422 .cz_title_content{margin-bottom:60px;}#cz_48422 .cz_shape_1{color:rgba(56,231,255,0.1);}#cz_50091 > div{position:relative;}#cz_38087 > div{position:relative;}#cz_21255 > div{position:relative;}#cz_76666 > div{position:relative;}#cz_95060 > div{position:relative;}#cz_25838 > div{position:relative;}#cz_55624 > div{position:relative;}#cz_50348 > div{position:relative;}#cz_72039 > div{position:relative;}#cz_98592 > div{position:relative;}#cz_80626 > div{position:relative;}#cz_81651 .cz_shape_1{color:rgba(56,231,255,0.1);}#cz_50476 i{background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;}#cz_50476{height:100px;border-color:rgba(255,255,255,0.3);border-style:dashed;}#cz_21345 .cz_title_content{padding-right:30px;padding-left:30px;margin-bottom:40px;}#cz_32714 i{background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;}#cz_32714{height:100px;border-color:rgba(255,255,255,0.3);border-style:dashed;}#cz_73640 .cz_title_content{padding-right:30px;padding-left:30px;margin-bottom:40px;}#cz_28827 i{background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;}#cz_28827{height:100px;border-color:rgba(255,255,255,0.3);border-style:dashed;}#cz_87451 .cz_title_content{padding-right:30px;padding-left:30px;margin-bottom:40px;}#cz_35874 .cz_shape_1{color:rgba(56,231,255,0.1);}#cz_91700 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_91700:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_46019 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_46019 > div{position:relative;}#cz_58576 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_41079 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_41079:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_73304 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_73304 > div{position:relative;}#cz_92348 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_23653 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_23653:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_64387 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_64387 > div{position:relative;}#cz_25953 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_14798 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_14798:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_81988 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_81988 > div{position:relative;}#cz_95922 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_75181 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_75181:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_46398 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_46398 > div{position:relative;}#cz_67984 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_68002 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_68002:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_95336 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_95336 > div{position:relative;}#cz_59057 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_46509 .cz_shape_1{color:rgba(56,231,255,0.1);}#cz_71272 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_71272 > div{position:relative;}#cz_51838 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_17292 .cz_title_content{margin-bottom:14px;}#cz_17292 .cz_title_line span,#cz_17292 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_42771, #cz_42771:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_42771 i{font-size:20px;}#cz_16076 .cz_box_front_inner{padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_12555 .cz_title_content{margin-bottom:14px;}#cz_12555 .cz_title_line span,#cz_12555 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_32854, #cz_32854:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;}#cz_32854 i{font-size:20px;}#cz_65832 .cz_image_in{margin:0 auto;}#cz_65832 > div{position:relative;}#cz_39752 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_39752 > div{position:relative;}#cz_51384 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_21741 .cz_title_content{margin-bottom:14px;}#cz_21741 .cz_title_line span,#cz_21741 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_95657, #cz_95657:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_95657 i{font-size:20px;}#cz_42056 .cz_box_front_inner{padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_93597 .cz_title_content{margin-bottom:14px;}#cz_93597 .cz_title_line span,#cz_93597 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_71228, #cz_71228:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;}#cz_71228 i{font-size:20px;}#cz_88933 .cz_image_in{margin:0 auto;}#cz_88933 > div{position:relative;}#cz_84666 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_84666 > div{position:relative;}#cz_65683 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_50132 .cz_title_content{margin-bottom:14px;}#cz_50132 .cz_title_line span,#cz_50132 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_44484, #cz_44484:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_44484 i{font-size:20px;}#cz_85211 .cz_box_front_inner{padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_43137 .cz_title_content{margin-bottom:14px;}#cz_43137 .cz_title_line span,#cz_43137 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_65988, #cz_65988:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;}#cz_65988 i{font-size:20px;}#cz_79287 .cz_image_in{margin:0 auto;}#cz_79287 > div{position:relative;}#cz_95751 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_95751 > div{position:relative;}#cz_88460 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_61583 .cz_title_content{margin-bottom:14px;}#cz_61583 .cz_title_line span,#cz_61583 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_48728, #cz_48728:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_48728 i{font-size:20px;}#cz_38843 .cz_box_front_inner{padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_56975 .cz_title_content{margin-bottom:14px;}#cz_56975 .cz_title_line span,#cz_56975 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_25725, #cz_25725:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;}#cz_25725 i{font-size:20px;}#cz_87920 .cz_image_in{margin:0 auto;}#cz_87920 > div{position:relative;}#cz_84773 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_84773 > div{position:relative;}#cz_97145 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_15058 .cz_title_content{margin-bottom:14px;}#cz_15058 .cz_title_line span,#cz_15058 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_71535, #cz_71535:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_71535 i{font-size:20px;}#cz_25975 .cz_box_front_inner{padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_95477 .cz_title_content{margin-bottom:14px;}#cz_95477 .cz_title_line span,#cz_95477 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_44884, #cz_44884:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;}#cz_44884 i{font-size:20px;}#cz_38615 .cz_image_in{margin:0 auto;}#cz_38615 > div{position:relative;}#cz_94383 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_94383 > div{position:relative;}#cz_70715 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_90134 .cz_title_content{margin-bottom:14px;}#cz_90134 .cz_title_line span,#cz_90134 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_18934, #cz_18934:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_18934 i{font-size:20px;}#cz_76279, #cz_76279:before{color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;}#cz_76279:hover, #cz_76279:after{background-color:rgba(255,255,255,0.3);color:#ffffff;}#cz_76279 i{border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;}'),
(1364, 4, 'cz_sc_styles_tablet', '@media screen and (max-width:768px){#cz_21345 .cz_title_content{margin-bottom:50px;}#cz_73640 .cz_title_content{margin-bottom:50px;}#cz_51838 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_16076 .cz_box_front_inner{padding-right:30px;margin-right:0px;}#cz_65832 .cz_image_in{margin-bottom:30px;}#cz_51384 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_42056 .cz_box_front_inner{padding-right:30px;margin-right:0px;}#cz_88933 .cz_image_in{margin-bottom:30px;}#cz_65683 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_85211 .cz_box_front_inner{padding-right:30px;margin-right:0px;}#cz_79287 .cz_image_in{margin-bottom:30px;}#cz_88460 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_38843 .cz_box_front_inner{padding-right:30px;margin-right:0px;}#cz_87920 .cz_image_in{margin-bottom:30px;}#cz_97145 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_25975 .cz_box_front_inner{padding-right:30px;margin-right:0px;}#cz_38615 .cz_image_in{margin-bottom:30px;}#cz_70715 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_76279, #cz_76279:before{margin-top:30px;}}'),
(1365, 4, 'codevz_single_page_css', ''),
(1366, 4, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1367, 4, '_wpb_shortcodes_custom_css', '.vc_custom_1531919285610{padding-bottom: 10px !important;}.vc_custom_1531919294855{padding-bottom: 10px !important;}.vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}.vc_custom_1532005614431{padding-top: 25px !important;}.vc_custom_1532006077469{padding-top: 25px !important;}.vc_custom_1532005863494{padding-top: 25px !important;}.vc_custom_1532135933698{padding-top: 10px !important;}.vc_custom_1532136211923{margin-top: 10px !important;}.vc_custom_1532136262274{padding-top: 20px !important;}.vc_custom_1532110259545{padding-top: 25px !important;}.vc_custom_1532136334676{margin-top: 23px !important;}.vc_custom_1532005863494{padding-top: 25px !important;}.vc_custom_1532105014596{padding-top: 25px !important;}.vc_custom_1532006077469{padding-top: 25px !important;}.vc_custom_1532136429324{padding-top: 5px !important;}.vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}.vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}'),
(1368, 4, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1369, 4, '_wpb_shortcodes_custom_css', '.vc_custom_1531919285610{padding-bottom: 10px !important;}.vc_custom_1531919294855{padding-bottom: 10px !important;}.vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}.vc_custom_1532005614431{padding-top: 25px !important;}.vc_custom_1532006077469{padding-top: 25px !important;}.vc_custom_1532005863494{padding-top: 25px !important;}.vc_custom_1532135933698{padding-top: 10px !important;}.vc_custom_1532136211923{margin-top: 10px !important;}.vc_custom_1532136262274{padding-top: 20px !important;}.vc_custom_1532110259545{padding-top: 25px !important;}.vc_custom_1532136334676{margin-top: 23px !important;}.vc_custom_1532005863494{padding-top: 25px !important;}.vc_custom_1532105014596{padding-top: 25px !important;}.vc_custom_1532006077469{padding-top: 25px !important;}.vc_custom_1532136429324{padding-top: 5px !important;}.vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}.vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}'),
(1370, 4, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1371, 4, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1372, 4, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1373, 4, 'slide_template', 'default'),
(1374, 4, 'cz_page_meta', 'a:38:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1516454646;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:7:\"primary\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:10:\"page_cover\";s:3:\"rev\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:20:\"xtra_slider_business\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:18:\"header_onthe_cover\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(1375, 4, '_wpb_vc_js_status', 'true'),
(1376, 4, 'the_grid_item_custom_link_target', '_self'),
(1377, 4, 'the_grid_item_col', '1'),
(1378, 4, 'the_grid_item_row', '1'),
(1379, 4, 'the_grid_item_content_color', 'dark'),
(1380, 4, 'the_grid_item_overlay_color', 'light'),
(1381, 4, 'the_grid_item_video_ratio', '4:3'),
(1382, 4, 'the_grid_item_youtube_ratio', '4:3'),
(1383, 4, 'the_grid_item_vimeo_ratio', '4:3'),
(1384, 4, 'the_grid_item_wistia_ratio', '4:3'),
(1385, 4, '_wp_page_template', 'default'),
(1386, 4, '_wpb_shortcodes_custom_css', '.vc_custom_1531919285610{padding-bottom: 10px !important;}.vc_custom_1531919294855{padding-bottom: 10px !important;}.vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}.vc_custom_1532005614431{padding-top: 25px !important;}.vc_custom_1532006077469{padding-top: 25px !important;}.vc_custom_1532005863494{padding-top: 25px !important;}.vc_custom_1532135933698{padding-top: 10px !important;}.vc_custom_1532136211923{margin-top: 10px !important;}.vc_custom_1532136262274{padding-top: 20px !important;}.vc_custom_1532110259545{padding-top: 25px !important;}.vc_custom_1532136334676{margin-top: 23px !important;}.vc_custom_1532005863494{padding-top: 25px !important;}.vc_custom_1532105014596{padding-top: 25px !important;}.vc_custom_1532006077469{padding-top: 25px !important;}.vc_custom_1532136429324{padding-top: 5px !important;}.vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}.vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}'),
(1387, 4, '_wpb_post_custom_css', '.page_content {\r\n    margin: 0\r\n}'),
(1388, 4, 'cz_sc_styles', '#cz_72724 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_72724[data-tooltip]:before{color:#000000;background-color:#ffffff;border-radius:6px;}#cz_72724 > div{position:relative;}#cz_24922 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_24922[data-tooltip]:before{color:#000000;background-color:#ffffff;border-radius:6px;}#cz_24922 > div{position:relative;}#cz_48422 .cz_title_content{margin-bottom:60px;}#cz_48422 .cz_shape_1{color:rgba(56,231,255,0.1);}#cz_50091 > div{position:relative;}#cz_38087 > div{position:relative;}#cz_21255 > div{position:relative;}#cz_76666 > div{position:relative;}#cz_95060 > div{position:relative;}#cz_25838 > div{position:relative;}#cz_55624 > div{position:relative;}#cz_50348 > div{position:relative;}#cz_72039 > div{position:relative;}#cz_98592 > div{position:relative;}#cz_80626 > div{position:relative;}#cz_81651 .cz_shape_1{color:rgba(56,231,255,0.1);}#cz_50476 i{background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;}#cz_50476{height:100px;border-color:rgba(255,255,255,0.3);border-style:dashed;}#cz_21345 .cz_title_content{padding-right:30px;padding-left:30px;margin-bottom:40px;}#cz_32714 i{background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;}#cz_32714{height:100px;border-color:rgba(255,255,255,0.3);border-style:dashed;}#cz_73640 .cz_title_content{padding-right:30px;padding-left:30px;margin-bottom:40px;}#cz_28827 i{background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;}#cz_28827{height:100px;border-color:rgba(255,255,255,0.3);border-style:dashed;}#cz_87451 .cz_title_content{padding-right:30px;padding-left:30px;margin-bottom:40px;}#cz_35874 .cz_shape_1{color:rgba(56,231,255,0.1);}#cz_91700 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_91700:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_46019 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_46019 > div{position:relative;}#cz_58576 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_41079 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_41079:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_73304 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_73304 > div{position:relative;}#cz_92348 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_23653 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_23653:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_64387 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_64387 > div{position:relative;}#cz_25953 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_14798 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_14798:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_81988 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_81988 > div{position:relative;}#cz_95922 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_75181 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_75181:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_46398 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_46398 > div{position:relative;}#cz_67984 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_68002 .cz_box_front_inner{background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;}#cz_68002:hover .cz_box_front_inner{border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;}#cz_95336 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_95336 > div{position:relative;}#cz_59057 .cz_title_content{margin-top:20px;margin-bottom:15px;}#cz_46509 .cz_shape_1{color:rgba(56,231,255,0.1);}#cz_71272 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_71272 > div{position:relative;}#cz_51838 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_17292 .cz_title_content{margin-bottom:14px;}#cz_17292 .cz_title_line span,#cz_17292 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_42771, #cz_42771:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_42771 i{font-size:20px;}#cz_16076 .cz_box_front_inner{padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_12555 .cz_title_content{margin-bottom:14px;}#cz_12555 .cz_title_line span,#cz_12555 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_32854, #cz_32854:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;}#cz_32854 i{font-size:20px;}#cz_65832 .cz_image_in{margin:0 auto;}#cz_65832 > div{position:relative;}#cz_39752 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_39752 > div{position:relative;}#cz_51384 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_21741 .cz_title_content{margin-bottom:14px;}#cz_21741 .cz_title_line span,#cz_21741 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_95657, #cz_95657:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_95657 i{font-size:20px;}#cz_42056 .cz_box_front_inner{padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_93597 .cz_title_content{margin-bottom:14px;}#cz_93597 .cz_title_line span,#cz_93597 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_71228, #cz_71228:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;}#cz_71228 i{font-size:20px;}#cz_88933 .cz_image_in{margin:0 auto;}#cz_88933 > div{position:relative;}#cz_84666 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_84666 > div{position:relative;}#cz_65683 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_50132 .cz_title_content{margin-bottom:14px;}#cz_50132 .cz_title_line span,#cz_50132 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_44484, #cz_44484:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_44484 i{font-size:20px;}#cz_85211 .cz_box_front_inner{padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_43137 .cz_title_content{margin-bottom:14px;}#cz_43137 .cz_title_line span,#cz_43137 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_65988, #cz_65988:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;}#cz_65988 i{font-size:20px;}#cz_79287 .cz_image_in{margin:0 auto;}#cz_79287 > div{position:relative;}#cz_95751 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_95751 > div{position:relative;}#cz_88460 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_61583 .cz_title_content{margin-bottom:14px;}#cz_61583 .cz_title_line span,#cz_61583 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_48728, #cz_48728:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_48728 i{font-size:20px;}#cz_38843 .cz_box_front_inner{padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_56975 .cz_title_content{margin-bottom:14px;}#cz_56975 .cz_title_line span,#cz_56975 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_25725, #cz_25725:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;}#cz_25725 i{font-size:20px;}#cz_87920 .cz_image_in{margin:0 auto;}#cz_87920 > div{position:relative;}#cz_84773 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_84773 > div{position:relative;}#cz_97145 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_15058 .cz_title_content{margin-bottom:14px;}#cz_15058 .cz_title_line span,#cz_15058 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_71535, #cz_71535:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_71535 i{font-size:20px;}#cz_25975 .cz_box_front_inner{padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_95477 .cz_title_content{margin-bottom:14px;}#cz_95477 .cz_title_line span,#cz_95477 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_44884, #cz_44884:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;}#cz_44884 i{font-size:20px;}#cz_38615 .cz_image_in{margin:0 auto;}#cz_38615 > div{position:relative;}#cz_94383 .cz_image_in{position:relative;display: table;margin:0 auto;}#cz_94383 > div{position:relative;}#cz_70715 .cz_box_front_inner{padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;}#cz_90134 .cz_title_content{margin-bottom:14px;}#cz_90134 .cz_title_line span,#cz_90134 .cz_line_side_solo{background-color:#38e7ff;height:2px;top:-10px;}#cz_18934, #cz_18934:before{font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;}#cz_18934 i{font-size:20px;}#cz_76279, #cz_76279:before{color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;}#cz_76279:hover, #cz_76279:after{background-color:rgba(255,255,255,0.3);color:#ffffff;}#cz_76279 i{border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;}'),
(1389, 4, 'cz_single_page_css', ''),
(1390, 4, 'cz_sc_styles_tablet', '@media screen and (max-width:768px){#cz_21345 .cz_title_content{margin-bottom:50px;}#cz_73640 .cz_title_content{margin-bottom:50px;}#cz_51838 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_16076 .cz_box_front_inner{padding-right:30px;margin-right:0px;}#cz_65832 .cz_image_in{margin-bottom:30px;}#cz_51384 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_42056 .cz_box_front_inner{padding-right:30px;margin-right:0px;}#cz_88933 .cz_image_in{margin-bottom:30px;}#cz_65683 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_85211 .cz_box_front_inner{padding-right:30px;margin-right:0px;}#cz_79287 .cz_image_in{margin-bottom:30px;}#cz_88460 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_38843 .cz_box_front_inner{padding-right:30px;margin-right:0px;}#cz_87920 .cz_image_in{margin-bottom:30px;}#cz_97145 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_25975 .cz_box_front_inner{padding-right:30px;margin-right:0px;}#cz_38615 .cz_image_in{margin-bottom:30px;}#cz_70715 .cz_box_front_inner{padding-left:30px;margin-left:0px;}#cz_76279, #cz_76279:before{margin-top:30px;}}'),
(1391, 4, 'codevz_page_meta', 'a:65:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1532725081;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:7:\"primary\";s:19:\"page_content_margin\";s:0:\"\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:23:\"_css_container_header_1\";s:0:\"\";s:30:\"_css_container_header_1_tablet\";s:0:\"\";s:30:\"_css_container_header_1_mobile\";s:0:\"\";s:17:\"_css_row_header_1\";s:0:\"\";s:24:\"_css_row_header_1_tablet\";s:0:\"\";s:24:\"_css_row_header_1_mobile\";s:0:\"\";s:23:\"_css_container_header_2\";s:0:\"\";s:30:\"_css_container_header_2_tablet\";s:0:\"\";s:30:\"_css_container_header_2_mobile\";s:0:\"\";s:17:\"_css_row_header_2\";s:0:\"\";s:24:\"_css_row_header_2_tablet\";s:0:\"\";s:24:\"_css_row_header_2_mobile\";s:0:\"\";s:23:\"_css_container_header_3\";s:0:\"\";s:30:\"_css_container_header_3_tablet\";s:0:\"\";s:30:\"_css_container_header_3_mobile\";s:0:\"\";s:17:\"_css_row_header_3\";s:0:\"\";s:24:\"_css_row_header_3_tablet\";s:0:\"\";s:24:\"_css_row_header_3_mobile\";s:0:\"\";s:21:\"_css_header_container\";s:0:\"\";s:28:\"_css_header_container_tablet\";s:0:\"\";s:28:\"_css_header_container_mobile\";s:0:\"\";s:21:\"_css_fixed_side_style\";s:0:\"\";s:28:\"_css_fixed_side_style_tablet\";s:0:\"\";s:28:\"_css_fixed_side_style_mobile\";s:0:\"\";s:10:\"page_cover\";s:3:\"rev\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:6:\"ensabs\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:18:\"header_onthe_cover\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(1392, 4, 'codevz_single_page_css', ''),
(1518, 779, 'codevz_single_page_css', ''),
(1519, 779, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1520, 779, 'cz_menu_subtitle', ''),
(1521, 779, 'cz_menu_activation', ''),
(1522, 779, 'cz_menu_col_title', ''),
(1523, 779, 'cz_menu_css_label', ''),
(1524, 779, 'cz_menu_css_label_hover', ''),
(1525, 779, 'cz_menu_icon', ''),
(1526, 779, 'cz_menu_css_icon', ''),
(1527, 779, 'cz_menu_hide_title', ''),
(1528, 779, 'cz_menu_badge', ''),
(1529, 779, 'cz_menu_css_badge', ''),
(1530, 779, 'cz_menu_megamenu', ''),
(1531, 779, 'cz_menu_megamenu_id', ''),
(1532, 779, 'cz_menu_megamenu_width', ''),
(1533, 779, 'cz_menu_css_ul', ''),
(1534, 779, 'cz_menu_custom', ''),
(1535, 779, '_menu_item_type', 'post_type'),
(1536, 779, '_menu_item_menu_item_parent', '0'),
(1537, 779, '_menu_item_object_id', '4'),
(1538, 779, '_menu_item_object', 'page'),
(1539, 779, '_menu_item_target', ''),
(1540, 779, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1541, 779, '_menu_item_xfn', ''),
(1542, 779, '_menu_item_url', ''),
(1543, 780, '_wp_attached_file', '2017/12/logo2_fff-1.png'),
(1544, 780, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2017/12/logo2_fff-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo2_fff-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1545, 781, '_wp_attached_file', '2017/12/logo3_fff-1.png'),
(1546, 781, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2017/12/logo3_fff-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo3_fff-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1547, 782, '_wp_attached_file', '2017/12/logo8_fff-1.png'),
(1548, 782, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2017/12/logo8_fff-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo8_fff-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1549, 783, '_wp_attached_file', '2017/12/logo7_fff-1.png'),
(1550, 783, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2017/12/logo7_fff-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo7_fff-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1551, 784, '_wp_attached_file', '2017/12/logof_fff-1.png'),
(1552, 784, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2017/12/logof_fff-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logof_fff-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1553, 810, '_wp_attached_file', '2018/01/slider11.jpg'),
(1554, 810, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2018/01/slider11.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slider11-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider11-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider11-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider11-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:20:\"slider11-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:20:\"slider11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:21:\"slider11-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:20:\"slider11-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:20:\"slider11-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;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:{}}}'),
(1555, 811, '_wp_attached_file', '2018/01/slider111.jpg'),
(1556, 811, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/01/slider111.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider111-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider111-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider111-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider111-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"slider111-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:21:\"slider111-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:22:\"slider111-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:21:\"slider111-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:21:\"slider111-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;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:{}}}'),
(1614, 18, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1615, 18, '_wpb_shortcodes_custom_css', '.vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(1616, 18, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1617, 18, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1618, 18, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1619, 18, 'slide_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1620, 18, 'cz_page_meta', 'a:38:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1515513108;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(1621, 18, '_wpb_vc_js_status', 'true'),
(1622, 18, 'the_grid_item_custom_link_target', '_self'),
(1623, 18, 'the_grid_item_col', '1'),
(1624, 18, 'the_grid_item_row', '1'),
(1625, 18, 'the_grid_item_content_color', 'dark'),
(1626, 18, 'the_grid_item_overlay_color', 'light'),
(1627, 18, 'the_grid_item_video_ratio', '4:3'),
(1628, 18, 'the_grid_item_youtube_ratio', '4:3'),
(1629, 18, 'the_grid_item_vimeo_ratio', '4:3'),
(1630, 18, 'the_grid_item_wistia_ratio', '4:3'),
(1631, 18, '_wp_page_template', 'default'),
(1632, 18, '_wpb_shortcodes_custom_css', '.vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(1633, 18, 'cz_sc_styles', '#cz_56898 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_56898 .cz_title_line{height:4px;top:5px;}#cz_56898 .cz_title_line span,#cz_56898 .cz_line_side_solo{background-color:#111111;width:50px;height:4px;top:4px;left:1px;}#cz_40832{padding-right:20px;padding-left:5px;}#cz_40832 label{font-size:13px;color:#666666;margin-bottom:0px;}#cz_40832 input:not([type=\"submit\"]), #cz_40832 input[type=\"date\"], #cz_40832 textarea{color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:20;}#cz_40832 input[type=\"submit\"], #cz_40832 button{border-radius:25px;float:right;}#cz_40832 p{margin-bottom:15px;}#cz_45608 > div{position:relative;display: table;margin:0 auto;}#cz_66933 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_66933 .cz_title_line{height:4px;top:5px;}#cz_66933 .cz_title_line span,#cz_66933 .cz_line_side_solo{background-color:#111111;width:50px;height:4px;top:4px;left:1px;}'),
(1634, 18, 'cz_single_page_css', ''),
(1635, 18, 'codevz_page_meta', 'a:65:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1532367878;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:7:\"primary\";s:19:\"page_content_margin\";s:0:\"\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:23:\"_css_container_header_1\";s:0:\"\";s:30:\"_css_container_header_1_tablet\";s:0:\"\";s:30:\"_css_container_header_1_mobile\";s:0:\"\";s:17:\"_css_row_header_1\";s:0:\"\";s:24:\"_css_row_header_1_tablet\";s:0:\"\";s:24:\"_css_row_header_1_mobile\";s:0:\"\";s:23:\"_css_container_header_2\";s:0:\"\";s:30:\"_css_container_header_2_tablet\";s:0:\"\";s:30:\"_css_container_header_2_mobile\";s:0:\"\";s:17:\"_css_row_header_2\";s:0:\"\";s:24:\"_css_row_header_2_tablet\";s:0:\"\";s:24:\"_css_row_header_2_mobile\";s:0:\"\";s:23:\"_css_container_header_3\";s:0:\"\";s:30:\"_css_container_header_3_tablet\";s:0:\"\";s:30:\"_css_container_header_3_mobile\";s:0:\"\";s:17:\"_css_row_header_3\";s:0:\"\";s:24:\"_css_row_header_3_tablet\";s:0:\"\";s:24:\"_css_row_header_3_mobile\";s:0:\"\";s:21:\"_css_header_container\";s:0:\"\";s:28:\"_css_header_container_tablet\";s:0:\"\";s:28:\"_css_header_container_mobile\";s:0:\"\";s:21:\"_css_fixed_side_style\";s:0:\"\";s:28:\"_css_fixed_side_style_tablet\";s:0:\"\";s:28:\"_css_fixed_side_style_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(1636, 18, 'codevz_single_page_css', ''),
(1663, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1664, 53, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1665, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1666, 53, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1667, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1668, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1669, 53, '_thumbnail_id', '195'),
(1670, 53, 'slide_template', 'default'),
(1671, 53, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304843;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1672, 53, '_wpb_vc_js_status', 'true'),
(1673, 53, 'the_grid_item_custom_link_target', '_self'),
(1674, 53, 'the_grid_item_col', '1'),
(1675, 53, 'the_grid_item_row', '1'),
(1676, 53, 'the_grid_item_content_color', 'dark'),
(1677, 53, 'the_grid_item_overlay_color', 'light'),
(1678, 53, 'the_grid_item_video_ratio', '4:3'),
(1679, 53, 'the_grid_item_youtube_ratio', '4:3'),
(1680, 53, 'the_grid_item_vimeo_ratio', '4:3'),
(1681, 53, 'the_grid_item_wistia_ratio', '4:3'),
(1682, 53, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1683, 53, 'cz_sc_styles', '#cz_81111 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_81111 .slick-dots li button:before {background: #282f39}#cz_24131 > div{position:relative;display: block;text-align:center;}#cz_57879 > div{position:relative;display: block;text-align:center;}'),
(1684, 53, 'cz_single_page_css', ''),
(1685, 53, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304843;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1686, 53, 'codevz_single_page_css', ''),
(1687, 55, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1688, 55, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1689, 55, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1690, 55, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1691, 55, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1692, 55, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1693, 55, '_thumbnail_id', '194'),
(1694, 55, 'slide_template', 'default'),
(1695, 55, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304882;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1696, 55, '_wpb_vc_js_status', 'true'),
(1697, 55, 'the_grid_item_custom_link_target', '_self'),
(1698, 55, 'the_grid_item_col', '1'),
(1699, 55, 'the_grid_item_row', '1'),
(1700, 55, 'the_grid_item_content_color', 'dark'),
(1701, 55, 'the_grid_item_overlay_color', 'light'),
(1702, 55, 'the_grid_item_video_ratio', '4:3'),
(1703, 55, 'the_grid_item_youtube_ratio', '4:3'),
(1704, 55, 'the_grid_item_vimeo_ratio', '4:3'),
(1705, 55, 'the_grid_item_wistia_ratio', '4:3'),
(1706, 55, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1707, 55, 'cz_sc_styles', '#cz_49881 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_49881 .slick-dots li button:before {background: #282f39}#cz_45303 > div{position:relative;display: block;text-align:center;}#cz_22636 > div{position:relative;display: block;text-align:center;}'),
(1708, 55, 'cz_single_page_css', ''),
(1709, 55, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304882;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1710, 55, 'codevz_single_page_css', ''),
(1711, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1712, 57, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1713, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1714, 57, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1715, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1716, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1717, 57, '_thumbnail_id', '193'),
(1718, 57, 'slide_template', 'default'),
(1719, 57, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304945;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1720, 57, '_wpb_vc_js_status', 'true'),
(1721, 57, 'the_grid_item_custom_link_target', '_self'),
(1722, 57, 'the_grid_item_col', '1'),
(1723, 57, 'the_grid_item_row', '1'),
(1724, 57, 'the_grid_item_content_color', 'dark'),
(1725, 57, 'the_grid_item_overlay_color', 'light'),
(1726, 57, 'the_grid_item_video_ratio', '4:3'),
(1727, 57, 'the_grid_item_youtube_ratio', '4:3'),
(1728, 57, 'the_grid_item_vimeo_ratio', '4:3'),
(1729, 57, 'the_grid_item_wistia_ratio', '4:3'),
(1730, 57, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1731, 57, 'cz_sc_styles', '#cz_58159 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_58159 .slick-dots li button:before {background: #282f39}#cz_86275 > div{position:relative;display: block;text-align:center;}#cz_98614 > div{position:relative;display: block;text-align:center;}'),
(1732, 57, 'cz_single_page_css', ''),
(1733, 57, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497304945;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1734, 57, 'codevz_single_page_css', ''),
(1735, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1736, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1737, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1738, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1739, 58, 'slide_template', 'default'),
(1740, 58, 'cz_page_meta', 'a:21:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497102205;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(1741, 58, '_wpb_vc_js_status', 'false'),
(1742, 58, 'the_grid_item_custom_link_target', '_self'),
(1743, 58, 'the_grid_item_col', '1'),
(1744, 58, 'the_grid_item_row', '1'),
(1745, 58, 'the_grid_item_content_color', 'dark'),
(1746, 58, 'the_grid_item_overlay_color', 'light'),
(1747, 58, 'the_grid_item_video_ratio', '4:3'),
(1748, 58, 'the_grid_item_youtube_ratio', '4:3'),
(1749, 58, 'the_grid_item_vimeo_ratio', '4:3'),
(1750, 58, 'the_grid_item_wistia_ratio', '4:3');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1751, 58, 'codevz_page_meta', 'a:21:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497102205;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(1752, 58, 'codevz_single_page_css', ''),
(1753, 68, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1754, 68, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1755, 68, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1756, 68, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1757, 68, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1758, 68, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1759, 68, '_thumbnail_id', '191'),
(1760, 68, 'slide_template', 'default'),
(1761, 68, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305071;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1762, 68, '_wpb_vc_js_status', 'true'),
(1763, 68, 'the_grid_item_custom_link_target', '_self'),
(1764, 68, 'the_grid_item_col', '1'),
(1765, 68, 'the_grid_item_row', '1'),
(1766, 68, 'the_grid_item_content_color', 'dark'),
(1767, 68, 'the_grid_item_overlay_color', 'light'),
(1768, 68, 'the_grid_item_video_ratio', '4:3'),
(1769, 68, 'the_grid_item_youtube_ratio', '4:3'),
(1770, 68, 'the_grid_item_vimeo_ratio', '4:3'),
(1771, 68, 'the_grid_item_wistia_ratio', '4:3'),
(1772, 68, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1773, 68, 'cz_sc_styles', '#cz_16321 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_16321 .slick-dots li button:before {background: #282f39}#cz_60993 > div{position:relative;display: block;text-align:center;}#cz_42494 > div{position:relative;display: block;text-align:center;}'),
(1774, 68, 'cz_single_page_css', ''),
(1775, 68, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305071;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1776, 68, 'codevz_single_page_css', ''),
(1809, 160, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1810, 160, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1811, 160, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1812, 160, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1813, 160, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1814, 160, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1815, 160, '_thumbnail_id', '192'),
(1816, 160, 'slide_template', 'default'),
(1817, 160, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305005;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1818, 160, '_wpb_vc_js_status', 'true'),
(1819, 160, 'the_grid_item_custom_link_target', '_self'),
(1820, 160, 'the_grid_item_col', '1'),
(1821, 160, 'the_grid_item_row', '1'),
(1822, 160, 'the_grid_item_content_color', 'dark'),
(1823, 160, 'the_grid_item_overlay_color', 'light'),
(1824, 160, 'the_grid_item_video_ratio', '4:3'),
(1825, 160, 'the_grid_item_youtube_ratio', '4:3'),
(1826, 160, 'the_grid_item_vimeo_ratio', '4:3'),
(1827, 160, 'the_grid_item_wistia_ratio', '4:3'),
(1828, 160, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1829, 160, 'cz_sc_styles', '#cz_17460 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_17460 .slick-dots li button:before {background: #282f39}#cz_50988 > div{position:relative;display: block;text-align:center;}#cz_46208 > div{position:relative;display: block;text-align:center;}'),
(1830, 160, 'cz_single_page_css', ''),
(1831, 160, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305005;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1832, 160, 'codevz_single_page_css', ''),
(1882, 592, 'codevz_single_page_css', ''),
(1883, 592, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1884, 592, 'cz_sc_styles', '#cz_99855 label{color:#727272;margin-left:20px;}#cz_99855 input:not([type=\"submit\"]), #cz_99855 input[type=\"date\"], #cz_99855 textarea{padding-right:20px;padding-left:20px;}'),
(1885, 592, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1886, 592, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1887, 592, 'slide_template', 'default'),
(1888, 592, 'cz_page_meta', 'a:38:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1514619223;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(1889, 592, '_wpb_vc_js_status', 'false'),
(1890, 592, 'the_grid_item_custom_link_target', '_self'),
(1891, 592, 'the_grid_item_col', '1'),
(1892, 592, 'the_grid_item_row', '1'),
(1893, 592, 'the_grid_item_content_color', 'dark'),
(1894, 592, 'the_grid_item_overlay_color', 'light'),
(1895, 592, 'the_grid_item_video_ratio', '4:3'),
(1896, 592, 'the_grid_item_youtube_ratio', '4:3'),
(1897, 592, 'the_grid_item_vimeo_ratio', '4:3'),
(1898, 592, 'the_grid_item_wistia_ratio', '4:3'),
(1899, 592, '_wp_page_template', 'default'),
(1900, 592, 'cz_sc_styles', '#cz_15164 label{color:#727272;margin-left:20px;}#cz_15164 input:not([type=\"submit\"]), #cz_15164 input[type=\"date\"], #cz_15164 textarea{padding-right:20px;padding-left:20px;}'),
(1901, 592, 'cz_single_page_css', ''),
(1902, 592, 'codevz_page_meta', 'a:38:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1514619223;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(1903, 592, 'codevz_single_page_css', ''),
(1910, 70, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1911, 70, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1912, 70, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1913, 70, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1914, 70, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1915, 70, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1916, 70, '_thumbnail_id', '190'),
(1917, 70, 'slide_template', 'default'),
(1918, 70, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305240;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1919, 70, '_wpb_vc_js_status', 'true'),
(1920, 70, 'the_grid_item_custom_link_target', '_self'),
(1921, 70, 'the_grid_item_col', '1'),
(1922, 70, 'the_grid_item_row', '1'),
(1923, 70, 'the_grid_item_content_color', 'dark'),
(1924, 70, 'the_grid_item_overlay_color', 'light'),
(1925, 70, 'the_grid_item_video_ratio', '4:3'),
(1926, 70, 'the_grid_item_youtube_ratio', '4:3'),
(1927, 70, 'the_grid_item_vimeo_ratio', '4:3'),
(1928, 70, 'the_grid_item_wistia_ratio', '4:3'),
(1929, 70, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(1930, 70, 'cz_sc_styles', '#cz_35471 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_35471 .slick-dots li button:before {background: #282f39}#cz_56156 > div{position:relative;display: block;text-align:center;}#cz_14650 > div{position:relative;display: block;text-align:center;}'),
(1931, 70, 'cz_single_page_css', ''),
(1932, 70, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305240;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1933, 70, 'codevz_single_page_css', ''),
(1934, 131, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1935, 131, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1936, 131, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1937, 131, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1938, 131, 'slide_template', 'default'),
(1939, 131, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343630;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1940, 131, '_wpb_vc_js_status', 'false'),
(1941, 131, 'the_grid_item_custom_link_target', '_self'),
(1942, 131, 'the_grid_item_col', '1'),
(1943, 131, 'the_grid_item_row', '1'),
(1944, 131, 'the_grid_item_content_color', 'dark');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1945, 131, 'the_grid_item_overlay_color', 'light'),
(1946, 131, 'the_grid_item_video_ratio', '4:3'),
(1947, 131, 'the_grid_item_youtube_ratio', '4:3'),
(1948, 131, 'the_grid_item_vimeo_ratio', '4:3'),
(1949, 131, 'the_grid_item_wistia_ratio', '4:3'),
(1950, 131, '_thumbnail_id', '242'),
(1951, 131, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343630;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1952, 131, 'codevz_single_page_css', ''),
(1953, 134, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1954, 134, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1955, 134, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1956, 134, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1957, 134, 'slide_template', 'default'),
(1958, 134, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343649;}s:6:\"layout\";s:4:\"left\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1959, 134, '_wpb_vc_js_status', 'false'),
(1960, 134, 'the_grid_item_custom_link_target', '_self'),
(1961, 134, 'the_grid_item_col', '1'),
(1962, 134, 'the_grid_item_row', '1'),
(1963, 134, 'the_grid_item_content_color', 'dark'),
(1964, 134, 'the_grid_item_overlay_color', 'light'),
(1965, 134, 'the_grid_item_video_ratio', '4:3'),
(1966, 134, 'the_grid_item_youtube_ratio', '4:3'),
(1967, 134, 'the_grid_item_vimeo_ratio', '4:3'),
(1968, 134, 'the_grid_item_wistia_ratio', '4:3'),
(1969, 134, '_thumbnail_id', '245'),
(1970, 134, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343649;}s:6:\"layout\";s:4:\"left\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1971, 134, 'codevz_single_page_css', ''),
(1972, 137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1973, 137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1974, 137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1975, 137, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1976, 137, 'slide_template', 'default'),
(1977, 137, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343697;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1978, 137, '_wpb_vc_js_status', 'false'),
(1979, 137, 'the_grid_item_custom_link_target', '_self'),
(1980, 137, 'the_grid_item_col', '1'),
(1981, 137, 'the_grid_item_row', '1'),
(1982, 137, 'the_grid_item_content_color', 'dark'),
(1983, 137, 'the_grid_item_overlay_color', 'light'),
(1984, 137, 'the_grid_item_video_ratio', '4:3'),
(1985, 137, 'the_grid_item_youtube_ratio', '4:3'),
(1986, 137, 'the_grid_item_vimeo_ratio', '4:3'),
(1987, 137, 'the_grid_item_wistia_ratio', '4:3'),
(1988, 137, '_thumbnail_id', '247'),
(1989, 137, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343697;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1990, 137, 'codevz_single_page_css', ''),
(1991, 140, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1992, 140, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1993, 140, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1994, 140, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1995, 140, 'slide_template', 'default'),
(1996, 140, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343688;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(1997, 140, '_wpb_vc_js_status', 'false'),
(1998, 140, 'the_grid_item_custom_link_target', '_self'),
(1999, 140, 'the_grid_item_col', '1'),
(2000, 140, 'the_grid_item_row', '1'),
(2001, 140, 'the_grid_item_content_color', 'dark'),
(2002, 140, 'the_grid_item_overlay_color', 'light'),
(2003, 140, 'the_grid_item_video_ratio', '4:3'),
(2004, 140, 'the_grid_item_youtube_ratio', '4:3'),
(2005, 140, 'the_grid_item_vimeo_ratio', '4:3'),
(2006, 140, 'the_grid_item_wistia_ratio', '4:3'),
(2007, 140, '_thumbnail_id', '251'),
(2008, 140, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343688;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2009, 140, 'codevz_single_page_css', ''),
(2010, 143, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2011, 143, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2012, 143, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2013, 143, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2014, 143, 'slide_template', 'default'),
(2015, 143, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343263;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2016, 143, '_wpb_vc_js_status', 'false'),
(2017, 143, 'the_grid_item_custom_link_target', '_self'),
(2018, 143, 'the_grid_item_col', '1'),
(2019, 143, 'the_grid_item_row', '1'),
(2020, 143, 'the_grid_item_content_color', 'dark'),
(2021, 143, 'the_grid_item_overlay_color', 'light'),
(2022, 143, 'the_grid_item_video_ratio', '4:3'),
(2023, 143, 'the_grid_item_youtube_ratio', '4:3'),
(2024, 143, 'the_grid_item_vimeo_ratio', '4:3'),
(2025, 143, 'the_grid_item_wistia_ratio', '4:3'),
(2026, 143, '_thumbnail_id', '253'),
(2027, 143, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343263;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2028, 143, 'codevz_single_page_css', ''),
(2029, 159, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2030, 159, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2031, 159, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2032, 159, 'slide_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2033, 159, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343537;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2034, 159, '_wpb_vc_js_status', 'false'),
(2035, 159, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2036, 159, 'the_grid_item_custom_link_target', '_self'),
(2037, 159, 'the_grid_item_col', '1'),
(2038, 159, 'the_grid_item_row', '1'),
(2039, 159, 'the_grid_item_content_color', 'dark'),
(2040, 159, 'the_grid_item_overlay_color', 'light'),
(2041, 159, 'the_grid_item_video_ratio', '4:3'),
(2042, 159, 'the_grid_item_youtube_ratio', '4:3'),
(2043, 159, 'the_grid_item_vimeo_ratio', '4:3'),
(2044, 159, 'the_grid_item_wistia_ratio', '4:3'),
(2045, 159, '_thumbnail_id', '232'),
(2046, 159, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497343537;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2047, 159, 'codevz_single_page_css', ''),
(2048, 820, 'codevz_single_page_css', ''),
(2049, 820, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2050, 820, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2051, 820, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2052, 820, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2053, 820, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Departemant\n    [select menu-178 \"Business Departemant\" \"Personal Departemant\" \"Support Departemant\" \"Others\"] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(2054, 820, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:21:\"XTRA \"[your-subject]\"\";s:6:\"sender\";s:28:\"[your-name] <info@ensabs.eu>\";s:9:\"recipient\";s:14:\"info@ensabs.eu\";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 XTRA (http://xtratheme.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2055, 820, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:21:\"XTRA \"[your-subject]\"\";s:6:\"sender\";s:30:\"XTRA <wordpress@xtratheme.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\";s:18:\"additional_headers\";s:27:\"Reply-To: codevzz@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2056, 820, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:69:\"Thanks, we appreciate your interest! We\'ll reply as soon as possible.\";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:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";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.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2057, 820, '_additional_settings', ''),
(2058, 820, '_locale', 'en_US'),
(2059, 260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2060, 260, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(2061, 260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2062, 260, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(2063, 260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2064, 260, 'slide_template', 'default'),
(2065, 260, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305195;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2066, 260, '_wpb_vc_js_status', 'true'),
(2067, 260, '_thumbnail_id', '265'),
(2068, 260, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(2069, 260, 'cz_sc_styles', '#cz_77675 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_77675 .slick-dots li button:before {background: #282f39}#cz_43495 > div{position:relative;display: block;text-align:center;}#cz_83156 > div{position:relative;display: block;text-align:center;}'),
(2070, 260, 'cz_single_page_css', ''),
(2071, 260, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305195;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2072, 260, 'codevz_single_page_css', ''),
(2073, 263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2074, 263, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(2075, 263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2076, 263, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(2077, 263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2078, 263, 'slide_template', 'default'),
(2079, 263, 'cz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305164;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2080, 263, '_wpb_vc_js_status', 'true'),
(2081, 263, '_thumbnail_id', '266'),
(2082, 263, '_wpb_shortcodes_custom_css', '.vc_custom_1497307579609{margin-bottom: 40px !important;}'),
(2083, 263, 'cz_sc_styles', '#cz_62814 .slick-dots li button {border-color: #282f39 !important;background: #282f39}#cz_62814 .slick-dots li button:before {background: #282f39}#cz_62739 > div{position:relative;display: block;text-align:center;}#cz_56327 > div{position:relative;display: block;text-align:center;}'),
(2084, 263, 'cz_single_page_css', ''),
(2085, 263, 'codevz_page_meta', 'a:20:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1497305164;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:17:\"_css_page_body_bg\";a:1:{i:0;a:3:{s:8:\"selector\";s:4:\"body\";s:7:\"live_id\";s:17:\"_css_page_body_bg\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}}}s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";a:1:{i:0;a:11:{s:8:\"selector\";s:11:\".page_title\";s:7:\"live_id\";s:15:\"_css_page_title\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:21:\"_css_page_title_color\";a:1:{i:0;a:13:{s:8:\"selector\";s:26:\".page_title .section_title\";s:7:\"live_id\";s:21:\"_css_page_title_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:33:\"_css_page_title_breadcrumbs_color\";a:1:{i:0;a:5:{s:8:\"selector\";s:28:\".page_title a, .page_title i\";s:7:\"live_id\";s:33:\"_css_page_title_breadcrumbs_color\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:26:\"_css_breadcrumbs_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:22:\".breadcrumbs_container\";s:7:\"live_id\";s:26:\"_css_breadcrumbs_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:32:\"_css_breadcrumbs_inner_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:12:\".breadcrumbs\";s:7:\"live_id\";s:32:\"_css_breadcrumbs_inner_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:28:\"_css_right_br_full_container\";a:1:{i:0;a:11:{s:8:\"selector\";s:24:\".right_br_full_container\";s:7:\"live_id\";s:28:\"_css_right_br_full_container\";s:10:\"background\";a:6:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:0:\"\";s:8:\"position\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:4:\"size\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"padding\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:6:\"margin\";a:4:{s:4:\"left\";s:0:\"\";s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}s:10:\"box-shadow\";a:4:{s:1:\"x\";s:0:\"\";s:1:\"y\";s:0:\"\";s:4:\"blur\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:12:\"border-style\";s:0:\"\";s:12:\"border-width\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";s:6:\"custom\";s:0:\"\";}}s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2086, 263, 'codevz_single_page_css', ''),
(2087, 537, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2088, 537, '_additional_settings', ''),
(2089, 537, '_locale', 'en_US'),
(2090, 537, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2091, 537, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2092, 537, '_form', '<p>[text* your-name placeholder \"Your Name (*)\"]</p>\n\n<p>[email* your-email placeholder \"Your Email (*)\"]</p>\n\n<p>[textarea your-message placeholder \"Wee are offline right now,\nleave us a message and we’ll reply as soon as possible\"] </p>\n\n<p>[submit \"Send Message\"]</p>'),
(2093, 537, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"From Your website: \"[your-subject]\"\";s:6:\"sender\";s:28:\"[your-name] <info@ensabs.eu>\";s:9:\"recipient\";s:14:\"info@ensabs.eu\";s:4:\"body\";s:149:\"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 your website.\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2094, 537, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:21:\"XTRA \"[your-subject]\"\";s:6:\"sender\";s:30:\"XTRA <wordpress@xtratheme.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\";s:18:\"additional_headers\";s:27:\"Reply-To: codevzz@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2095, 537, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:69:\"Thanks, we appreciate your interest! We\'ll reply as soon as possible.\";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:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";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.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2096, 213, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2097, 213, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2098, 213, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2099, 213, '_form', '<label> Your Name (required) </label>\n[text* your-name]\n\n<label> Your Email (required) </label>\n[email* your-email]\n\n<label> Subject </label>\n[text your-subject]\n\n<label> Department </label>\n[select menu-178 \"Business Department\" \"Personal Department\" \"Support Department\" \"Others\"]\n\n<label> Your Message </label>\n[textarea your-message]\n\n[acceptance accept-this-1]  I accept these <a href=\"http://ensabs.eu/idams/index.php/terms-and-conditions/\" target=\"_blank\"> Terms and conditions </a>. [/acceptance]\n\n\n\n\n\n[submit \"Send\"]'),
(2100, 213, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"From Your website: \"[your-subject]\"\";s:6:\"sender\";s:28:\"[your-name] <info@ensabs.eu>\";s:9:\"recipient\";s:14:\"info@ensabs.eu\";s:4:\"body\";s:173:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\nDepartment:\n[menu-178]\n\n-- \nThis e-mail was sent from a contact form on your website.\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2101, 213, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:21:\"XTRA \"[your-subject]\"\";s:6:\"sender\";s:30:\"XTRA <wordpress@xtratheme.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\";s:18:\"additional_headers\";s:27:\"Reply-To: codevzz@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2102, 213, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:69:\"Thanks, we appreciate your interest! We\'ll reply as soon as possible.\";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:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";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.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2103, 213, '_additional_settings', 'acceptance_as_validation: on'),
(2104, 213, '_locale', 'en_US'),
(2105, 538, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2106, 538, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:21:\"XTRA \"[your-subject]\"\";s:6:\"sender\";s:30:\"XTRA <wordpress@xtratheme.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\";s:18:\"additional_headers\";s:27:\"Reply-To: codevzz@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2107, 538, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:69:\"Thanks, we appreciate your interest! We\'ll reply as soon as possible.\";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:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";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.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2108, 538, '_additional_settings', ''),
(2109, 538, '_locale', 'en_US'),
(2110, 538, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2111, 538, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2112, 538, '_form', '<p>[text* your-name placeholder \"Name (*)\"]</p>\n<p>[text* your-last-name placeholder \"Last Name (*)\"]</p>\n\n<p>[email* your-email placeholder \"Email (*)\"]</p>\n\n<p>[text your-subject placeholder \"Subject\"]</p>\n\n\n<p>[text your-facebook-user placeholder facebookuser \"Facebook User\"]</p>\n<p>[text your-twitter-user placeholder twitterUser \"Twitter User\"]</p>\n\n\n<p>[textarea your-message placeholder \"Your Message\"] </p>\n[acceptance accept-this-1]  I accept the <a href=\"http://ensabs.eu/idams/index.php/privacy-policy/\" target=\"_blank\"> Privacy Policy </a>. [/acceptance]\n\n<p>[submit \"Send Message\"]</p>'),
(2113, 538, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"From Your website: \"[your-subject]\"\";s:6:\"sender\";s:28:\"[your-name] <info@ensabs.eu>\";s:9:\"recipient\";s:14:\"info@ensabs.eu\";s:4:\"body\";s:173:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\nDepartment:\n[menu-178]\n\n-- \nThis e-mail was sent from a contact form on your website.\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2268, 825, 'codevz_single_page_css', ''),
(2269, 825, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2270, 825, 'cz_menu_subtitle', ''),
(2271, 825, 'cz_menu_activation', ''),
(2272, 825, 'cz_menu_col_title', ''),
(2273, 825, 'cz_menu_css_label', ''),
(2274, 825, 'cz_menu_css_label_hover', ''),
(2275, 825, 'cz_menu_icon', ''),
(2276, 825, 'cz_menu_css_icon', ''),
(2277, 825, 'cz_menu_hide_title', ''),
(2278, 825, 'cz_menu_badge', ''),
(2279, 825, 'cz_menu_css_badge', ''),
(2280, 825, 'cz_menu_megamenu', ''),
(2281, 825, 'cz_menu_megamenu_id', ''),
(2282, 825, 'cz_menu_megamenu_width', ''),
(2283, 825, 'cz_menu_css_ul', ''),
(2284, 825, 'cz_menu_custom', ''),
(2285, 825, '_menu_item_type', 'post_type'),
(2286, 825, '_menu_item_menu_item_parent', '0'),
(2287, 825, '_menu_item_object_id', '18'),
(2288, 825, '_menu_item_object', 'page'),
(2289, 825, '_menu_item_target', ''),
(2290, 825, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2291, 825, '_menu_item_xfn', ''),
(2292, 825, '_menu_item_url', ''),
(2318, 827, '_wp_attached_file', 'revslider/xtra_slider_business/slider11.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2319, 827, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:43:\"revslider/xtra_slider_business/slider11.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slider11-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider11-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider11-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider11-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:20:\"slider11-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:20:\"slider11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:21:\"slider11-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:20:\"slider11-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:20:\"slider11-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;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:{}}}'),
(2320, 828, '_wp_attached_file', 'revslider/xtra_slider_business/slider111.jpg'),
(2321, 828, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:44:\"revslider/xtra_slider_business/slider111.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider111-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider111-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider111-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider111-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"slider111-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:21:\"slider111-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:22:\"slider111-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:21:\"slider111-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:21:\"slider111-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;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:{}}}'),
(2322, 829, '_edit_lock', '1530802815:1'),
(2323, 829, '_wp_trash_meta_status', 'publish'),
(2324, 829, '_wp_trash_meta_time', '1530802818'),
(2325, 829, 'codevz_single_page_css', ''),
(2326, 830, '_edit_lock', '1530802887:1'),
(2327, 830, '_wp_trash_meta_status', 'publish'),
(2328, 830, '_wp_trash_meta_time', '1530802900'),
(2329, 830, 'codevz_single_page_css', ''),
(2330, 831, '_wp_trash_meta_status', 'publish'),
(2331, 831, '_wp_trash_meta_time', '1530802953'),
(2332, 831, 'codevz_single_page_css', ''),
(2339, 835, '_wp_trash_meta_status', 'publish'),
(2340, 835, '_wp_trash_meta_time', '1530806984'),
(2341, 835, 'codevz_single_page_css', ''),
(2342, 836, '_edit_lock', '1530807146:1'),
(2343, 836, '_wp_trash_meta_status', 'publish'),
(2344, 836, '_wp_trash_meta_time', '1530807182'),
(2345, 836, 'codevz_single_page_css', ''),
(2346, 837, '_wp_attached_file', '2018/07/idams-2.png'),
(2347, 837, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2018/07/idams-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"idams-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2348, 838, '_wp_trash_meta_status', 'publish'),
(2349, 838, '_wp_trash_meta_time', '1530812728'),
(2350, 838, 'codevz_single_page_css', ''),
(2351, 839, '_edit_lock', '1530812857:1'),
(2352, 839, '_wp_trash_meta_status', 'publish'),
(2353, 839, '_wp_trash_meta_time', '1530812863'),
(2354, 839, 'codevz_single_page_css', ''),
(2355, 840, '_wp_trash_meta_status', 'publish'),
(2356, 840, '_wp_trash_meta_time', '1530812874'),
(2357, 840, 'codevz_single_page_css', ''),
(2358, 841, '_wp_trash_meta_status', 'publish'),
(2359, 841, '_wp_trash_meta_time', '1530812893'),
(2360, 841, 'codevz_single_page_css', ''),
(2362, 4, '_edit_lock', '1532724994:4'),
(2363, 4, '_edit_last', '4'),
(2364, 863, '_wp_attached_file', '2018/07/workshop.jpg'),
(2365, 863, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1870;s:6:\"height\";i:937;s:4:\"file\";s:20:\"2018/07/workshop.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"workshop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"workshop-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"workshop-768x385.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"workshop-1024x513.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:20:\"workshop-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:20:\"workshop-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:21:\"workshop-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:20:\"workshop-600x937.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:937;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:20:\"workshop-600x301.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:301;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:{}}}'),
(2366, 866, '_wp_attached_file', '2018/07/parts-purchases2.png'),
(2367, 866, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1906;s:6:\"height\";i:886;s:4:\"file\";s:28:\"2018/07/parts-purchases2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"parts-purchases2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"parts-purchases2-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"parts-purchases2-768x357.png\";s:5:\"width\";i:768;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"parts-purchases2-1024x476.png\";s:5:\"width\";i:1024;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:28:\"parts-purchases2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:28:\"parts-purchases2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:29:\"parts-purchases2-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:28:\"parts-purchases2-600x886.png\";s:5:\"width\";i:600;s:6:\"height\";i:886;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:28:\"parts-purchases2-600x279.png\";s:5:\"width\";i:600;s:6:\"height\";i:279;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:{}}}'),
(2368, 867, '_wp_attached_file', '2018/07/parts-management2.jpg'),
(2369, 867, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1388;s:6:\"height\";i:807;s:4:\"file\";s:29:\"2018/07/parts-management2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"parts-management2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"parts-management2-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"parts-management2-768x447.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"parts-management2-1024x595.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:29:\"parts-management2-360x320.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:29:\"parts-management2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:30:\"parts-management2-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:29:\"parts-management2-600x807.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:29:\"parts-management2-600x349.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:349;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:{}}}'),
(2370, 868, '_wp_attached_file', '2018/07/parts-purchases1.png'),
(2371, 868, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1576;s:6:\"height\";i:887;s:4:\"file\";s:28:\"2018/07/parts-purchases1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"parts-purchases1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"parts-purchases1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"parts-purchases1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"parts-purchases1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:28:\"parts-purchases1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:28:\"parts-purchases1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:29:\"parts-purchases1-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:28:\"parts-purchases1-600x887.png\";s:5:\"width\";i:600;s:6:\"height\";i:887;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:28:\"parts-purchases1-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;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:{}}}'),
(2372, 869, '_wp_attached_file', '2018/07/vehicles2.png'),
(2373, 869, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1731;s:6:\"height\";i:918;s:4:\"file\";s:21:\"2018/07/vehicles2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vehicles2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"vehicles2-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"vehicles2-768x407.png\";s:5:\"width\";i:768;s:6:\"height\";i:407;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"vehicles2-1024x543.png\";s:5:\"width\";i:1024;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"vehicles2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:21:\"vehicles2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:22:\"vehicles2-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:21:\"vehicles2-600x918.png\";s:5:\"width\";i:600;s:6:\"height\";i:918;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:21:\"vehicles2-600x318.png\";s:5:\"width\";i:600;s:6:\"height\";i:318;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:{}}}'),
(2374, 872, '_wp_attached_file', '2018/07/Workflow1.png'),
(2375, 872, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1914;s:6:\"height\";i:992;s:4:\"file\";s:21:\"2018/07/Workflow1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Workflow1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Workflow1-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Workflow1-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Workflow1-1024x531.png\";s:5:\"width\";i:1024;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"Workflow1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:21:\"Workflow1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:22:\"Workflow1-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:21:\"Workflow1-600x992.png\";s:5:\"width\";i:600;s:6:\"height\";i:992;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:21:\"Workflow1-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;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:{}}}'),
(2376, 872, '_edit_lock', '1530819433:1'),
(2377, 873, '_wp_attached_file', '2018/07/business-intelligence-1.png'),
(2378, 873, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1917;s:6:\"height\";i:1029;s:4:\"file\";s:35:\"2018/07/business-intelligence-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"business-intelligence-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"business-intelligence-1-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"business-intelligence-1-768x412.png\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"business-intelligence-1-1024x550.png\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:35:\"business-intelligence-1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:35:\"business-intelligence-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:36:\"business-intelligence-1-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:36:\"business-intelligence-1-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:35:\"business-intelligence-1-600x322.png\";s:5:\"width\";i:600;s:6:\"height\";i:322;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:{}}}'),
(2379, 874, '_wp_attached_file', '2018/07/accounting2-1.png'),
(2380, 874, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2018/07/accounting2-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"accounting2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"accounting2-1-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"accounting2-1-768x356.png\";s:5:\"width\";i:768;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"accounting2-1-1024x474.png\";s:5:\"width\";i:1024;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:25:\"accounting2-1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:25:\"accounting2-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:26:\"accounting2-1-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:25:\"accounting2-1-600x650.png\";s:5:\"width\";i:600;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:25:\"accounting2-1-600x278.png\";s:5:\"width\";i:600;s:6:\"height\";i:278;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:{}}}'),
(2381, 875, '_wp_attached_file', '2018/07/built-in-reporting-server.png'),
(2382, 875, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1827;s:6:\"height\";i:898;s:4:\"file\";s:37:\"2018/07/built-in-reporting-server.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"built-in-reporting-server-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"built-in-reporting-server-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"built-in-reporting-server-768x377.png\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"built-in-reporting-server-1024x503.png\";s:5:\"width\";i:1024;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:37:\"built-in-reporting-server-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:37:\"built-in-reporting-server-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:38:\"built-in-reporting-server-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:37:\"built-in-reporting-server-600x898.png\";s:5:\"width\";i:600;s:6:\"height\";i:898;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:37:\"built-in-reporting-server-600x295.png\";s:5:\"width\";i:600;s:6:\"height\";i:295;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:{}}}'),
(2383, 892, '_wp_attached_file', '2018/07/idams.png'),
(2384, 892, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2018/07/idams.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"idams-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2385, 895, '_wp_attached_file', '2018/07/ensabs.png'),
(2386, 895, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2018/07/ensabs.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ensabs-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2387, 902, 'codevz_single_page_css', ''),
(2388, 902, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2389, 902, 'cz_menu_subtitle', ''),
(2390, 902, 'cz_menu_activation', ''),
(2391, 902, 'cz_menu_col_title', ''),
(2392, 902, 'cz_menu_css_label', ''),
(2393, 902, 'cz_menu_css_label_hover', ''),
(2394, 902, 'cz_menu_icon', ''),
(2395, 902, 'cz_menu_css_icon', ''),
(2396, 902, 'cz_menu_hide_title', ''),
(2397, 902, 'cz_menu_badge', ''),
(2398, 902, 'cz_menu_css_badge', ''),
(2399, 902, 'cz_menu_megamenu', ''),
(2400, 902, 'cz_menu_megamenu_id', ''),
(2401, 902, 'cz_menu_megamenu_width', ''),
(2402, 902, 'cz_menu_css_ul', ''),
(2403, 902, 'cz_menu_custom', ''),
(2404, 902, '_menu_item_type', 'custom'),
(2405, 902, '_menu_item_menu_item_parent', '0'),
(2406, 902, '_menu_item_object_id', '902'),
(2407, 902, '_menu_item_object', 'custom'),
(2408, 902, '_menu_item_target', ''),
(2409, 902, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2410, 902, '_menu_item_xfn', ''),
(2411, 902, '_menu_item_url', 'http://ensabs.eu/idams/#modules_'),
(2439, 904, 'codevz_single_page_css', ''),
(2440, 904, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2441, 904, 'cz_menu_subtitle', ''),
(2442, 904, 'cz_menu_activation', ''),
(2443, 904, 'cz_menu_col_title', ''),
(2444, 904, 'cz_menu_css_label', ''),
(2445, 904, 'cz_menu_css_label_hover', ''),
(2446, 904, 'cz_menu_icon', ''),
(2447, 904, 'cz_menu_css_icon', ''),
(2448, 904, 'cz_menu_hide_title', ''),
(2449, 904, 'cz_menu_badge', ''),
(2450, 904, 'cz_menu_css_badge', ''),
(2451, 904, 'cz_menu_megamenu', ''),
(2452, 904, 'cz_menu_megamenu_id', ''),
(2453, 904, 'cz_menu_megamenu_width', ''),
(2454, 904, 'cz_menu_css_ul', ''),
(2455, 904, 'cz_menu_custom', ''),
(2456, 904, '_menu_item_type', 'custom'),
(2457, 904, '_menu_item_menu_item_parent', '0'),
(2458, 904, '_menu_item_object_id', '904'),
(2459, 904, '_menu_item_object', 'custom'),
(2460, 904, '_menu_item_target', ''),
(2461, 904, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2462, 904, '_menu_item_xfn', ''),
(2463, 904, '_menu_item_url', 'http://ensabs.eu/idams/#about_'),
(2467, 3, '_edit_lock', '1532367439:2'),
(2468, 914, '_wp_trash_meta_status', 'publish'),
(2469, 914, '_wp_trash_meta_time', '1530822948'),
(2470, 914, 'codevz_single_page_css', ''),
(2472, 924, '_wp_trash_meta_status', 'publish'),
(2473, 924, '_wp_trash_meta_time', '1531055948'),
(2474, 924, 'codevz_single_page_css', ''),
(2475, 925, '_edit_lock', '1531055991:1'),
(2476, 925, '_wp_trash_meta_status', 'publish'),
(2477, 925, '_wp_trash_meta_time', '1531055998'),
(2478, 925, 'codevz_single_page_css', ''),
(2479, 926, '_edit_lock', '1531056051:1'),
(2480, 926, '_wp_trash_meta_status', 'publish'),
(2481, 926, '_wp_trash_meta_time', '1531056063'),
(2482, 926, 'codevz_single_page_css', ''),
(2491, 931, '_wp_attached_file', '2018/07/idamswatermark.png'),
(2492, 931, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:92;s:6:\"height\";i:127;s:4:\"file\";s:26:\"2018/07/idamswatermark.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"idamswatermark-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2494, 942, '_wp_trash_meta_status', 'publish'),
(2495, 942, '_wp_trash_meta_time', '1531060129'),
(2496, 942, 'codevz_single_page_css', ''),
(2497, 943, '_wp_attached_file', '2018/07/idamsico.png'),
(2498, 943, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:20:\"2018/07/idamsico.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"idamsico-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"idamsico-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:20:\"idamsico-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:20:\"idamsico-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;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:{}}}'),
(2499, 944, '_wp_attached_file', '2018/07/cropped-idamsico.png'),
(2500, 944, '_wp_attachment_context', 'site-icon'),
(2501, 944, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2018/07/cropped-idamsico.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-idamsico-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-idamsico-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:28:\"cropped-idamsico-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:28:\"cropped-idamsico-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:28:\"cropped-idamsico-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:28:\"cropped-idamsico-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:28:\"cropped-idamsico-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:26:\"cropped-idamsico-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),
(2502, 945, '_wp_trash_meta_status', 'publish'),
(2503, 945, '_wp_trash_meta_time', '1531060276'),
(2504, 945, 'codevz_single_page_css', ''),
(2516, 981, '_edit_lock', '1531143828:1'),
(2517, 981, '_wp_trash_meta_status', 'publish'),
(2518, 981, '_wp_trash_meta_time', '1531143850'),
(2519, 981, 'codevz_single_page_css', ''),
(2520, 982, 'codevz_single_page_css', ''),
(2521, 982, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2522, 982, 'cz_menu_subtitle', ''),
(2523, 982, 'cz_menu_activation', ''),
(2524, 982, 'cz_menu_col_title', ''),
(2525, 982, 'cz_menu_css_label', ''),
(2526, 982, 'cz_menu_css_label_hover', ''),
(2527, 982, 'cz_menu_icon', ''),
(2528, 982, 'cz_menu_css_icon', ''),
(2529, 982, 'cz_menu_hide_title', ''),
(2530, 982, 'cz_menu_badge', ''),
(2531, 982, 'cz_menu_css_badge', ''),
(2532, 982, 'cz_menu_megamenu', ''),
(2533, 982, 'cz_menu_megamenu_id', ''),
(2534, 982, 'cz_menu_megamenu_width', ''),
(2535, 982, 'cz_menu_css_ul', ''),
(2536, 982, 'cz_menu_custom', ''),
(2537, 982, '_menu_item_type', 'post_type'),
(2538, 982, '_menu_item_menu_item_parent', '0'),
(2539, 982, '_menu_item_object_id', '58'),
(2540, 982, '_menu_item_object', 'page'),
(2541, 982, '_menu_item_target', ''),
(2542, 982, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2543, 982, '_menu_item_xfn', ''),
(2544, 982, '_menu_item_url', ''),
(2546, 983, '_edit_lock', '1531144047:1'),
(2547, 983, '_wp_trash_meta_status', 'publish'),
(2548, 983, '_wp_trash_meta_time', '1531144061'),
(2549, 983, 'codevz_single_page_css', ''),
(2550, 984, 'codevz_single_page_css', ''),
(2551, 984, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2552, 987, '_edit_lock', '1531168137:1'),
(2553, 987, '_wp_trash_meta_status', 'publish'),
(2554, 987, '_wp_trash_meta_time', '1531168152'),
(2555, 987, 'codevz_single_page_css', ''),
(2556, 989, 'codevz_single_page_css', ''),
(2557, 989, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2560, 989, '_edit_lock', '1532366626:2'),
(2561, 989, '_edit_last', '2'),
(2562, 989, '_wp_page_template', 'default'),
(2563, 989, 'cz_sc_styles', '#cz_32594 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_32594 .cz_title_line{height:4px;top:5px;}#cz_32594 .cz_title_line span,#cz_32594 .cz_line_side_solo{background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;}#cz_24093 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_24093 .cz_title_line{height:4px;top:5px;}#cz_24093 .cz_title_line span,#cz_24093 .cz_line_side_solo{background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;}#cz_28221 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_28221 .cz_title_line{height:4px;top:5px;}#cz_28221 .cz_title_line span,#cz_28221 .cz_line_side_solo{background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;}#cz_40576 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_40576 .cz_title_line{height:4px;top:5px;}#cz_40576 .cz_title_line span,#cz_40576 .cz_line_side_solo{background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;}#cz_70419 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_70419 .cz_title_line{height:4px;top:5px;}#cz_70419 .cz_title_line span,#cz_70419 .cz_line_side_solo{background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;}#cz_41593 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_41593 .cz_title_line{height:4px;top:5px;}#cz_41593 .cz_title_line span,#cz_41593 .cz_line_side_solo{background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;}#cz_57412 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_57412 .cz_title_line{height:4px;top:5px;}#cz_57412 .cz_title_line span,#cz_57412 .cz_line_side_solo{background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;}#cz_35019 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_35019 .cz_title_line{height:4px;top:5px;}#cz_35019 .cz_title_line span,#cz_35019 .cz_line_side_solo{background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;}#cz_90915 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_90915 .cz_title_line{height:4px;top:5px;}#cz_90915 .cz_title_line span,#cz_90915 .cz_line_side_solo{background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;}#cz_67398 .cz_shape_1{color:rgba(10,10,10,0.1);}#cz_67398 .cz_title_line{height:4px;top:5px;}#cz_67398 .cz_title_line span,#cz_67398 .cz_line_side_solo{background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;}'),
(2564, 989, 'slide_template', 'default'),
(2565, 989, 'codevz_page_meta', 'a:65:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1532366726;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:19:\"page_content_margin\";s:0:\"\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:23:\"_css_container_header_1\";s:0:\"\";s:30:\"_css_container_header_1_tablet\";s:0:\"\";s:30:\"_css_container_header_1_mobile\";s:0:\"\";s:17:\"_css_row_header_1\";s:0:\"\";s:24:\"_css_row_header_1_tablet\";s:0:\"\";s:24:\"_css_row_header_1_mobile\";s:0:\"\";s:23:\"_css_container_header_2\";s:0:\"\";s:30:\"_css_container_header_2_tablet\";s:0:\"\";s:30:\"_css_container_header_2_mobile\";s:0:\"\";s:17:\"_css_row_header_2\";s:0:\"\";s:24:\"_css_row_header_2_tablet\";s:0:\"\";s:24:\"_css_row_header_2_mobile\";s:0:\"\";s:23:\"_css_container_header_3\";s:0:\"\";s:30:\"_css_container_header_3_tablet\";s:0:\"\";s:30:\"_css_container_header_3_mobile\";s:0:\"\";s:17:\"_css_row_header_3\";s:0:\"\";s:24:\"_css_row_header_3_tablet\";s:0:\"\";s:24:\"_css_row_header_3_mobile\";s:0:\"\";s:21:\"_css_header_container\";s:0:\"\";s:28:\"_css_header_container_tablet\";s:0:\"\";s:28:\"_css_header_container_mobile\";s:0:\"\";s:21:\"_css_fixed_side_style\";s:0:\"\";s:28:\"_css_fixed_side_style_tablet\";s:0:\"\";s:28:\"_css_fixed_side_style_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(2566, 989, '_wpb_vc_js_status', 'true'),
(2567, 1031, '_wp_attached_file', '2018/07/accounting.png'),
(2568, 1031, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:22:\"2018/07/accounting.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"accounting-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2569, 1032, '_wp_attached_file', '2018/07/Build-in_reporting.png'),
(2570, 1032, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:30:\"2018/07/Build-in_reporting.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Build-in_reporting-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2571, 1033, '_wp_attached_file', '2018/07/Business_intelligence.png'),
(2572, 1033, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:33:\"2018/07/Business_intelligence.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Business_intelligence-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2573, 1034, '_wp_attached_file', '2018/07/CRM.png'),
(2574, 1034, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:15:\"2018/07/CRM.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"CRM-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2575, 1035, '_wp_attached_file', '2018/07/Part_purchases.png'),
(2576, 1035, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:26:\"2018/07/Part_purchases.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Part_purchases-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2577, 1036, '_wp_attached_file', '2018/07/Parts_management.png'),
(2578, 1036, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:28:\"2018/07/Parts_management.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Parts_management-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2579, 1037, '_wp_attached_file', '2018/07/Service_and_parts.png'),
(2580, 1037, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:29:\"2018/07/Service_and_parts.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Service_and_parts-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2581, 1038, '_wp_attached_file', '2018/07/system_generalities.png'),
(2582, 1038, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:31:\"2018/07/system_generalities.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"system_generalities-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2583, 1039, '_wp_attached_file', '2018/07/Vehicles.png'),
(2584, 1039, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:20:\"2018/07/Vehicles.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Vehicles-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2585, 1040, '_wp_attached_file', '2018/07/workflow.png'),
(2586, 1040, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:20:\"2018/07/workflow.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"workflow-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2587, 1041, '_wp_attached_file', '2018/07/Workshop.png'),
(2588, 1041, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:20:\"2018/07/Workshop.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Workshop-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2589, 1044, '_wp_attached_file', '2018/07/accounting-1.png'),
(2590, 1044, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:24:\"2018/07/accounting-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"accounting-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2591, 1045, '_wp_attached_file', '2018/07/Build-in_reporting-1.png'),
(2592, 1045, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:32:\"2018/07/Build-in_reporting-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Build-in_reporting-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2593, 1046, '_wp_attached_file', '2018/07/Business_intelligence-1.png'),
(2594, 1046, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:35:\"2018/07/Business_intelligence-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Business_intelligence-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2595, 1047, '_wp_attached_file', '2018/07/CRM-1.png'),
(2596, 1047, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:17:\"2018/07/CRM-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"CRM-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2597, 1048, '_wp_attached_file', '2018/07/Parts_management-1.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2598, 1048, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:30:\"2018/07/Parts_management-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Parts_management-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2599, 1049, '_wp_attached_file', '2018/07/Parts_purchases.png'),
(2600, 1049, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:27:\"2018/07/Parts_purchases.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Parts_purchases-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2601, 1050, '_wp_attached_file', '2018/07/Service_and_parts-1.png'),
(2602, 1050, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:31:\"2018/07/Service_and_parts-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Service_and_parts-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2603, 1051, '_wp_attached_file', '2018/07/system_generalities-1.png'),
(2604, 1051, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:33:\"2018/07/system_generalities-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"system_generalities-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2605, 1052, '_wp_attached_file', '2018/07/Vehicles-1.png'),
(2606, 1052, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:22:\"2018/07/Vehicles-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Vehicles-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2607, 1053, '_wp_attached_file', '2018/07/workflow-1.png'),
(2608, 1053, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:22:\"2018/07/workflow-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"workflow-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2609, 1054, '_wp_attached_file', '2018/07/Workshop-1.png'),
(2610, 1054, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:22:\"2018/07/Workshop-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Workshop-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2623, 213, '_config_errors', 'a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),
(2626, 9, '_config_errors', 'a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),
(2627, 820, '_config_errors', 'a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),
(2628, 1, '_edit_lock', '1531290081:1'),
(2629, 1, '_edit_last', '1'),
(2632, 1, 'slide_template', 'default'),
(2633, 1, 'codevz_page_meta', 'a:64:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1531289672;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:19:\"page_content_margin\";s:0:\"\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:23:\"_css_container_header_1\";s:0:\"\";s:30:\"_css_container_header_1_tablet\";s:0:\"\";s:30:\"_css_container_header_1_mobile\";s:0:\"\";s:17:\"_css_row_header_1\";s:0:\"\";s:24:\"_css_row_header_1_tablet\";s:0:\"\";s:24:\"_css_row_header_1_mobile\";s:0:\"\";s:23:\"_css_container_header_2\";s:0:\"\";s:30:\"_css_container_header_2_tablet\";s:0:\"\";s:30:\"_css_container_header_2_mobile\";s:0:\"\";s:17:\"_css_row_header_2\";s:0:\"\";s:24:\"_css_row_header_2_tablet\";s:0:\"\";s:24:\"_css_row_header_2_mobile\";s:0:\"\";s:23:\"_css_container_header_3\";s:0:\"\";s:30:\"_css_container_header_3_tablet\";s:0:\"\";s:30:\"_css_container_header_3_mobile\";s:0:\"\";s:17:\"_css_row_header_3\";s:0:\"\";s:24:\"_css_row_header_3_tablet\";s:0:\"\";s:24:\"_css_row_header_3_mobile\";s:0:\"\";s:21:\"_css_header_container\";s:0:\"\";s:28:\"_css_header_container_tablet\";s:0:\"\";s:28:\"_css_header_container_mobile\";s:0:\"\";s:21:\"_css_fixed_side_style\";s:0:\"\";s:28:\"_css_fixed_side_style_tablet\";s:0:\"\";s:28:\"_css_fixed_side_style_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2634, 1, 'codevz_single_page_css', ''),
(2635, 1, '_wpb_vc_js_status', 'false'),
(2636, 1, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2688, 1152, '_wp_trash_meta_status', 'publish'),
(2689, 1152, '_wp_trash_meta_time', '1531834647'),
(2690, 1152, 'codevz_single_page_css', ''),
(2691, 1157, '_edit_lock', '1531887414:1'),
(2692, 1157, '_wp_trash_meta_status', 'publish'),
(2693, 1157, '_wp_trash_meta_time', '1531887445'),
(2694, 1157, 'codevz_single_page_css', ''),
(2695, 1158, '_edit_lock', '1531887651:1'),
(2696, 1158, '_wp_trash_meta_status', 'publish'),
(2697, 1158, '_wp_trash_meta_time', '1531887702'),
(2698, 1158, 'codevz_single_page_css', ''),
(2699, 1159, '_wp_attached_file', '2018/07/Computers.png'),
(2700, 1159, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/07/Computers.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Computers-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Computers-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Computers-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Computers-1024x640.png\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"Computers-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:21:\"Computers-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:22:\"Computers-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:21:\"Computers-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:21:\"Computers-600x375.png\";s:5:\"width\";i:600;s:6:\"height\";i:375;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:{}}}'),
(2701, 1162, '_wp_attached_file', '2018/07/amCharts-2.png'),
(2702, 1162, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1120;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2018/07/amCharts-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"amCharts-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"amCharts-2-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"amCharts-2-768x329.png\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"amCharts-2-1024x439.png\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"amCharts-2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:22:\"amCharts-2-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:22:\"amCharts-2-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:22:\"amCharts-2-600x257.png\";s:5:\"width\";i:600;s:6:\"height\";i:257;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:{}}}'),
(2703, 1164, '_wp_attached_file', '2018/07/Parts_Sales_Dashboard1487.png'),
(2704, 1164, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1916;s:6:\"height\";i:1030;s:4:\"file\";s:37:\"2018/07/Parts_Sales_Dashboard1487.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Parts_Sales_Dashboard1487-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Parts_Sales_Dashboard1487-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Parts_Sales_Dashboard1487-768x413.png\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Parts_Sales_Dashboard1487-1024x550.png\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:37:\"Parts_Sales_Dashboard1487-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:37:\"Parts_Sales_Dashboard1487-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:38:\"Parts_Sales_Dashboard1487-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:38:\"Parts_Sales_Dashboard1487-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:37:\"Parts_Sales_Dashboard1487-600x323.png\";s:5:\"width\";i:600;s:6:\"height\";i:323;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:{}}}'),
(2705, 1165, '_wp_attached_file', '2018/07/partsmngmnt.png'),
(2706, 1165, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:23:\"2018/07/partsmngmnt.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partsmngmnt-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2707, 1166, '_edit_lock', '1531892948:1'),
(2708, 1166, '_wp_trash_meta_status', 'publish'),
(2709, 1166, '_wp_trash_meta_time', '1531892953'),
(2710, 1166, 'codevz_single_page_css', ''),
(2713, 1173, '_wp_attached_file', '2018/07/partsmngm.png'),
(2714, 1173, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:21:\"2018/07/partsmngm.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"partsmngm-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2715, 1174, '_wp_attached_file', '2018/07/crm.png'),
(2716, 1174, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1132;s:6:\"height\";i:604;s:4:\"file\";s:15:\"2018/07/crm.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"crm-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"crm-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"crm-768x410.png\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"crm-1024x546.png\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:15:\"crm-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:15:\"crm-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:16:\"crm-1132x500.png\";s:5:\"width\";i:1132;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:15:\"crm-600x604.png\";s:5:\"width\";i:600;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:15:\"crm-600x320.png\";s:5:\"width\";i:600;s:6:\"height\";i:320;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:{}}}'),
(2717, 1175, '_wp_attached_file', '2018/07/whyidams-01.png'),
(2718, 1175, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:301;s:4:\"file\";s:23:\"2018/07/whyidams-01.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"whyidams-01-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"whyidams-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2719, 1176, '_wp_attached_file', '2018/07/whyidams-02.png'),
(2720, 1176, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:301;s:4:\"file\";s:23:\"2018/07/whyidams-02.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"whyidams-02-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"whyidams-02-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2721, 1177, '_wp_attached_file', '2018/07/whyidams-03.png'),
(2722, 1177, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:301;s:4:\"file\";s:23:\"2018/07/whyidams-03.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"whyidams-03-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"whyidams-03-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2723, 1178, '_wp_attached_file', '2018/07/paquetes-01.png'),
(2724, 1178, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:301;s:4:\"file\";s:23:\"2018/07/paquetes-01.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"paquetes-01-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"paquetes-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2725, 1179, '_wp_attached_file', '2018/07/paquetes-02.png'),
(2726, 1179, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:301;s:4:\"file\";s:23:\"2018/07/paquetes-02.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"paquetes-02-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"paquetes-02-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2727, 1180, '_wp_attached_file', '2018/07/paquetes-03.png'),
(2728, 1180, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:301;s:4:\"file\";s:23:\"2018/07/paquetes-03.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"paquetes-03-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"paquetes-03-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2729, 1181, '_wp_attached_file', '2018/07/paquetes-04.png'),
(2730, 1181, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:301;s:4:\"file\";s:23:\"2018/07/paquetes-04.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"paquetes-04-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"paquetes-04-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2731, 1182, '_wp_attached_file', '2018/07/paquetes-05.png'),
(2732, 1182, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:301;s:4:\"file\";s:23:\"2018/07/paquetes-05.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"paquetes-05-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"paquetes-05-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2733, 1183, '_wp_attached_file', '2018/07/paquetes-06.png'),
(2734, 1183, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:301;s:4:\"file\";s:23:\"2018/07/paquetes-06.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"paquetes-06-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"paquetes-06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2744, 592, '_edit_lock', '1532226572:1'),
(2745, 263, '_wp_trash_meta_status', 'publish'),
(2746, 263, '_wp_trash_meta_time', '1531918978'),
(2747, 263, '_wp_desired_post_slug', 'personal-gift'),
(2748, 260, '_wp_trash_meta_status', 'publish'),
(2749, 260, '_wp_trash_meta_time', '1531918979'),
(2750, 260, '_wp_desired_post_slug', 'tick-tock'),
(2751, 70, '_wp_trash_meta_status', 'publish'),
(2752, 70, '_wp_trash_meta_time', '1531918979'),
(2753, 70, '_wp_desired_post_slug', 'chair-design'),
(2754, 68, '_wp_trash_meta_status', 'publish'),
(2755, 68, '_wp_trash_meta_time', '1531918979'),
(2756, 68, '_wp_desired_post_slug', 'project-stamp'),
(2757, 68, '_wp_trash_meta_comments_status', 'a:3:{i:4;s:1:\"0\";i:5;s:1:\"0\";i:6;s:1:\"0\";}'),
(2758, 160, '_wp_trash_meta_status', 'publish'),
(2759, 160, '_wp_trash_meta_time', '1531918979'),
(2760, 160, '_wp_desired_post_slug', 'shelf-of-arts'),
(2761, 160, '_wp_trash_meta_comments_status', 'a:1:{i:3;s:1:\"0\";}'),
(2762, 57, '_wp_trash_meta_status', 'publish'),
(2763, 57, '_wp_trash_meta_time', '1531918979'),
(2764, 57, '_wp_desired_post_slug', 'infinity-brand'),
(2765, 55, '_wp_trash_meta_status', 'publish'),
(2766, 55, '_wp_trash_meta_time', '1531918979'),
(2767, 55, '_wp_desired_post_slug', 'typewriter'),
(2768, 53, '_wp_trash_meta_status', 'publish'),
(2769, 53, '_wp_trash_meta_time', '1531918979'),
(2770, 53, '_wp_desired_post_slug', 'wooden-bench'),
(2786, 1237, 'codevz_single_page_css', ''),
(2787, 1237, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2790, 1237, '_edit_lock', '1531936480:3'),
(2791, 1237, '_edit_last', '3'),
(2794, 1237, 'slide_template', 'default'),
(2795, 1237, 'codevz_page_meta', 'a:64:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1531935911;}s:6:\"layout\";s:1:\"1\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:19:\"page_content_margin\";s:0:\"\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:23:\"_css_container_header_1\";s:0:\"\";s:30:\"_css_container_header_1_tablet\";s:0:\"\";s:30:\"_css_container_header_1_mobile\";s:0:\"\";s:17:\"_css_row_header_1\";s:0:\"\";s:24:\"_css_row_header_1_tablet\";s:0:\"\";s:24:\"_css_row_header_1_mobile\";s:0:\"\";s:23:\"_css_container_header_2\";s:0:\"\";s:30:\"_css_container_header_2_tablet\";s:0:\"\";s:30:\"_css_container_header_2_mobile\";s:0:\"\";s:17:\"_css_row_header_2\";s:0:\"\";s:24:\"_css_row_header_2_tablet\";s:0:\"\";s:24:\"_css_row_header_2_mobile\";s:0:\"\";s:23:\"_css_container_header_3\";s:0:\"\";s:30:\"_css_container_header_3_tablet\";s:0:\"\";s:30:\"_css_container_header_3_mobile\";s:0:\"\";s:17:\"_css_row_header_3\";s:0:\"\";s:24:\"_css_row_header_3_tablet\";s:0:\"\";s:24:\"_css_row_header_3_mobile\";s:0:\"\";s:21:\"_css_header_container\";s:0:\"\";s:28:\"_css_header_container_tablet\";s:0:\"\";s:28:\"_css_header_container_mobile\";s:0:\"\";s:21:\"_css_fixed_side_style\";s:0:\"\";s:28:\"_css_fixed_side_style_tablet\";s:0:\"\";s:28:\"_css_fixed_side_style_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";}'),
(2796, 1237, '_wpb_vc_js_status', 'false'),
(2798, 537, '_config_errors', 'a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),
(2825, 1247, 'codevz_single_page_css', ''),
(2826, 1247, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2827, 1247, 'cz_menu_subtitle', ''),
(2828, 1247, 'cz_menu_activation', ''),
(2829, 1247, 'cz_menu_col_title', ''),
(2830, 1247, 'cz_menu_css_label', ''),
(2831, 1247, 'cz_menu_css_label_hover', ''),
(2832, 1247, 'cz_menu_icon', ''),
(2833, 1247, 'cz_menu_css_icon', ''),
(2834, 1247, 'cz_menu_hide_title', ''),
(2835, 1247, 'cz_menu_badge', ''),
(2836, 1247, 'cz_menu_css_badge', ''),
(2837, 1247, 'cz_menu_megamenu', ''),
(2838, 1247, 'cz_menu_megamenu_id', ''),
(2839, 1247, 'cz_menu_megamenu_width', ''),
(2840, 1247, 'cz_menu_css_ul', ''),
(2841, 1247, 'cz_menu_custom', ''),
(2842, 1247, '_menu_item_type', 'post_type'),
(2843, 1247, '_menu_item_menu_item_parent', '0'),
(2844, 1247, '_menu_item_object_id', '989'),
(2845, 1247, '_menu_item_object', 'page'),
(2846, 1247, '_menu_item_target', ''),
(2847, 1247, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2848, 1247, '_menu_item_xfn', ''),
(2849, 1247, '_menu_item_url', ''),
(2850, 1247, '_menu_item_orphaned', '1531938310'),
(2851, 1251, '_wp_attached_file', '2018/07/partCatalog.png'),
(2852, 1251, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:240;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2018/07/partCatalog.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"partCatalog-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"partCatalog-160x300.png\";s:5:\"width\";i:160;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"partCatalog-240x320.png\";s:5:\"width\";i:240;s:6:\"height\";i:320;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:{}}}'),
(2853, 1252, '_wp_attached_file', '2018/07/CRM-2.png'),
(2854, 1252, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:332;s:4:\"file\";s:17:\"2018/07/CRM-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"CRM-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"CRM-2-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:17:\"CRM-2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2855, 1253, '_wp_attached_file', '2018/07/business-intelligence-2.png'),
(2856, 1253, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:332;s:4:\"file\";s:35:\"2018/07/business-intelligence-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"business-intelligence-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"business-intelligence-2-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:35:\"business-intelligence-2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2859, 1255, '_wp_attached_file', '2018/07/accounting-2.png'),
(2860, 1255, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:586;s:6:\"height\";i:405;s:4:\"file\";s:24:\"2018/07/accounting-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"accounting-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"accounting-2-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:24:\"accounting-2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2861, 1256, '_wp_attached_file', '2018/07/workflow-2.png'),
(2862, 1256, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:22:\"2018/07/workflow-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"workflow-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"workflow-2-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"workflow-2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2863, 1257, '_wp_attached_file', '2018/07/vehicles.png'),
(2864, 1257, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:586;s:6:\"height\";i:405;s:4:\"file\";s:20:\"2018/07/vehicles.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"vehicles-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"vehicles-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:20:\"vehicles-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2866, 707, '_wp_trash_meta_status', 'publish'),
(2867, 707, '_wp_trash_meta_time', '1532012050'),
(2868, 707, '_wp_desired_post_slug', 'privacy-policy-2'),
(2869, 3, '_edit_last', '2'),
(2870, 3, 'slide_template', 'default'),
(2871, 3, 'codevz_page_meta', 'a:65:{s:10:\"_transient\";a:2:{s:7:\"section\";s:0:\"\";s:7:\"expires\";d:1532367301;}s:6:\"layout\";s:4:\"none\";s:7:\"primary\";s:7:\"primary\";s:9:\"secondary\";s:9:\"secondary\";s:19:\"page_content_margin\";s:0:\"\";s:17:\"_css_page_body_bg\";s:0:\"\";s:24:\"_css_page_body_bg_tablet\";s:0:\"\";s:24:\"_css_page_body_bg_mobile\";s:0:\"\";s:23:\"_css_container_header_1\";s:0:\"\";s:30:\"_css_container_header_1_tablet\";s:0:\"\";s:30:\"_css_container_header_1_mobile\";s:0:\"\";s:17:\"_css_row_header_1\";s:0:\"\";s:24:\"_css_row_header_1_tablet\";s:0:\"\";s:24:\"_css_row_header_1_mobile\";s:0:\"\";s:23:\"_css_container_header_2\";s:0:\"\";s:30:\"_css_container_header_2_tablet\";s:0:\"\";s:30:\"_css_container_header_2_mobile\";s:0:\"\";s:17:\"_css_row_header_2\";s:0:\"\";s:24:\"_css_row_header_2_tablet\";s:0:\"\";s:24:\"_css_row_header_2_mobile\";s:0:\"\";s:23:\"_css_container_header_3\";s:0:\"\";s:30:\"_css_container_header_3_tablet\";s:0:\"\";s:30:\"_css_container_header_3_mobile\";s:0:\"\";s:17:\"_css_row_header_3\";s:0:\"\";s:24:\"_css_row_header_3_tablet\";s:0:\"\";s:24:\"_css_row_header_3_mobile\";s:0:\"\";s:21:\"_css_header_container\";s:0:\"\";s:28:\"_css_header_container_tablet\";s:0:\"\";s:28:\"_css_header_container_mobile\";s:0:\"\";s:21:\"_css_fixed_side_style\";s:0:\"\";s:28:\"_css_fixed_side_style_tablet\";s:0:\"\";s:28:\"_css_fixed_side_style_mobile\";s:0:\"\";s:10:\"page_cover\";s:1:\"1\";s:15:\"page_cover_page\";s:0:\"\";s:17:\"page_cover_custom\";s:0:\"\";s:14:\"page_cover_rev\";s:0:\"\";s:10:\"page_title\";s:1:\"d\";s:17:\"page_title_center\";s:1:\"d\";s:17:\"cover_than_header\";s:1:\"d\";s:15:\"_css_page_title\";s:0:\"\";s:22:\"_css_page_title_tablet\";s:0:\"\";s:22:\"_css_page_title_mobile\";s:0:\"\";s:25:\"_css_page_title_inner_row\";s:0:\"\";s:32:\"_css_page_title_inner_row_tablet\";s:0:\"\";s:32:\"_css_page_title_inner_row_mobile\";s:0:\"\";s:21:\"_css_page_title_color\";s:0:\"\";s:28:\"_css_page_title_color_tablet\";s:0:\"\";s:28:\"_css_page_title_color_mobile\";s:0:\"\";s:33:\"_css_page_title_breadcrumbs_color\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_tablet\";s:0:\"\";s:40:\"_css_page_title_breadcrumbs_color_mobile\";s:0:\"\";s:26:\"_css_breadcrumbs_container\";s:0:\"\";s:33:\"_css_breadcrumbs_container_tablet\";s:0:\"\";s:33:\"_css_breadcrumbs_container_mobile\";s:0:\"\";s:32:\"_css_breadcrumbs_inner_container\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_tablet\";s:0:\"\";s:39:\"_css_breadcrumbs_inner_container_mobile\";s:0:\"\";s:28:\"_css_right_br_full_container\";s:0:\"\";s:35:\"_css_right_br_full_container_tablet\";s:0:\"\";s:35:\"_css_right_br_full_container_mobile\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"hide_header\";s:0:\"\";s:11:\"hide_footer\";s:0:\"\";s:8:\"one_page\";s:0:\"\";}'),
(2872, 3, 'codevz_single_page_css', ''),
(2873, 3, '_wpb_vc_js_status', 'true'),
(2874, 3, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2875, 538, '_config_errors', 'a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),
(2876, 1292, '_wp_attached_file', '2018/07/workshop.png'),
(2877, 1292, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:20:\"2018/07/workshop.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"workshop-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"workshop-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:20:\"workshop-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2880, 1294, '_wp_attached_file', '2018/07/CRM-3.png'),
(2881, 1294, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:332;s:4:\"file\";s:17:\"2018/07/CRM-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"CRM-3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"CRM-3-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:17:\"CRM-3-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2882, 1295, '_wp_attached_file', '2018/07/vehicles-1.png'),
(2883, 1295, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:586;s:6:\"height\";i:405;s:4:\"file\";s:22:\"2018/07/vehicles-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"vehicles-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"vehicles-1-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"vehicles-1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2884, 1296, '_wp_attached_file', '2018/07/workflow-3.png'),
(2885, 1296, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:22:\"2018/07/workflow-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"workflow-3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"workflow-3-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"workflow-3-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2886, 1297, '_wp_attached_file', '2018/07/accounting-3.png'),
(2887, 1297, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:586;s:6:\"height\";i:405;s:4:\"file\";s:24:\"2018/07/accounting-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"accounting-3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"accounting-3-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:24:\"accounting-3-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2888, 1298, '_wp_attached_file', '2018/07/business-intelligence-3.png'),
(2889, 1298, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:332;s:4:\"file\";s:35:\"2018/07/business-intelligence-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"business-intelligence-3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"business-intelligence-3-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:35:\"business-intelligence-3-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2890, 1299, '_wp_attached_file', '2018/07/build_in-1.png'),
(2891, 1299, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:22:\"2018/07/build_in-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"build_in-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"build_in-1-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"build_in-1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2892, 1302, '_wp_attached_file', '2018/07/centralized.png'),
(2893, 1302, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:240;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2018/07/centralized.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"centralized-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"centralized-160x300.png\";s:5:\"width\";i:160;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"centralized-240x320.png\";s:5:\"width\";i:240;s:6:\"height\";i:320;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:{}}}'),
(2894, 1303, '_wp_attached_file', '2018/07/generalities.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2895, 1303, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:332;s:4:\"file\";s:24:\"2018/07/generalities.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"generalities-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"generalities-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:24:\"generalities-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2896, 1310, '_wp_attached_file', '2018/07/rotativo1.png'),
(2897, 1310, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:21:\"2018/07/rotativo1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"rotativo1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"rotativo1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"rotativo1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"rotativo1-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"rotativo1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:21:\"rotativo1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:22:\"rotativo1-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:22:\"rotativo1-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:21:\"rotativo1-600x360.png\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:{}}}'),
(2898, 1311, '_wp_attached_file', '2018/07/rotativo2-1.png'),
(2899, 1311, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:23:\"2018/07/rotativo2-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"rotativo2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"rotativo2-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"rotativo2-1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"rotativo2-1-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"rotativo2-1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:23:\"rotativo2-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"rotativo2-1-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:24:\"rotativo2-1-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:23:\"rotativo2-1-600x360.png\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:{}}}'),
(2904, 1314, '_wp_attached_file', '2018/07/rotativo3-1.png'),
(2905, 1314, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:23:\"2018/07/rotativo3-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"rotativo3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"rotativo3-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"rotativo3-1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"rotativo3-1-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"rotativo3-1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:23:\"rotativo3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"rotativo3-1-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:24:\"rotativo3-1-600x1000.png\";s:5:\"width\";i:600;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:23:\"rotativo3-1-600x360.png\";s:5:\"width\";i:600;s:6:\"height\";i:360;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:{}}}'),
(2910, 1317, '_wp_attached_file', '2018/07/centralized-1.png'),
(2911, 1317, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:240;s:6:\"height\";i:450;s:4:\"file\";s:25:\"2018/07/centralized-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"centralized-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"centralized-1-160x300.png\";s:5:\"width\";i:160;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:25:\"centralized-1-240x320.png\";s:5:\"width\";i:240;s:6:\"height\";i:320;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:{}}}'),
(2916, 1320, '_wp_attached_file', '2018/07/parts_management-1.png'),
(2917, 1320, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:240;s:6:\"height\";i:450;s:4:\"file\";s:30:\"2018/07/parts_management-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"parts_management-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"parts_management-1-160x300.png\";s:5:\"width\";i:160;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:30:\"parts_management-1-240x320.png\";s:5:\"width\";i:240;s:6:\"height\";i:320;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:{}}}'),
(2918, 1323, '_wp_attached_file', '2018/07/build_in-copia.png'),
(2919, 1323, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:26:\"2018/07/build_in-copia.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"build_in-copia-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"build_in-copia-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:26:\"build_in-copia-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2920, 1347, '_edit_lock', '1532127015:1'),
(2921, 1347, '_wp_trash_meta_status', 'publish'),
(2922, 1347, '_wp_trash_meta_time', '1532127034'),
(2923, 1347, 'codevz_single_page_css', ''),
(2925, 989, '_wpb_shortcodes_custom_css', '.vc_custom_1532129094826{background-color: #eeeeee !important;}.vc_custom_1532129047748{background-color: #eeeeee !important;}.vc_custom_1532129062586{background-color: #eeeeee !important;}.vc_custom_1532129134588{background-color: #eeeeee !important;}.vc_custom_1532129124765{background-color: #eeeeee !important;}.vc_custom_1532128522776{background-color: #eeeeee !important;}'),
(2926, 1356, '_wp_attached_file', '2018/07/vehicles-2.png'),
(2927, 1356, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:22:\"2018/07/vehicles-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"vehicles-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"vehicles-2-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"vehicles-2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2928, 1357, '_wp_attached_file', '2018/07/purchases.png'),
(2929, 1357, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:332;s:4:\"file\";s:21:\"2018/07/purchases.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"purchases-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"purchases-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"purchases-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2930, 1358, '_wp_attached_file', '2018/07/workflow-4.png'),
(2931, 1358, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:22:\"2018/07/workflow-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"workflow-4-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"workflow-4-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:22:\"workflow-4-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2932, 1359, '_wp_attached_file', '2018/07/business-intelligence-4.png'),
(2933, 1359, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:332;s:4:\"file\";s:35:\"2018/07/business-intelligence-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"business-intelligence-4-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"business-intelligence-4-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:35:\"business-intelligence-4-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2934, 1360, '_wp_attached_file', '2018/07/accounting-4.png'),
(2935, 1360, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:24:\"2018/07/accounting-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"accounting-4-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"accounting-4-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:24:\"accounting-4-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2936, 1361, '_wp_attached_file', '2018/07/build_in-copia-1.png'),
(2937, 1361, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:28:\"2018/07/build_in-copia-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"build_in-copia-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"build_in-copia-1-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:28:\"build_in-copia-1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2938, 1362, '_wp_attached_file', '2018/07/centralized-2.png'),
(2939, 1362, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:332;s:4:\"file\";s:25:\"2018/07/centralized-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"centralized-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"centralized-2-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:25:\"centralized-2-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2941, 1370, '_wp_trash_meta_status', 'publish'),
(2942, 1370, '_wp_trash_meta_time', '1532188178'),
(2943, 1370, 'codevz_single_page_css', ''),
(2944, 1371, '_wp_attached_file', '2018/07/vehicles1.png'),
(2945, 1371, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:21:\"2018/07/vehicles1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vehicles1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"vehicles1-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"vehicles1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2946, 1372, '_wp_attached_file', '2018/07/workflow1.png'),
(2947, 1372, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:21:\"2018/07/workflow1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"workflow1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"workflow1-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"workflow1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2948, 1373, '_wp_attached_file', '2018/07/accounting1.png'),
(2949, 1373, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:23:\"2018/07/accounting1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"accounting1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"accounting1-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"accounting1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2950, 1374, '_wp_attached_file', '2018/07/built_in1.png'),
(2951, 1374, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:21:\"2018/07/built_in1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"built_in1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"built_in1-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"built_in1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2952, 1379, '_wp_attached_file', '2018/07/workshop1.png'),
(2953, 1379, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:507;s:6:\"height\";i:411;s:4:\"file\";s:21:\"2018/07/workshop1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"workshop1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"workshop1-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:21:\"workshop1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;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:{}}}'),
(2955, 1387, '_wp_attached_file', '2018/07/Computers-1.png'),
(2956, 1387, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/07/Computers-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Computers-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Computers-1-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Computers-1-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Computers-1-1024x640.png\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_360_320\";a:4:{s:4:\"file\";s:23:\"Computers-1-360x320.png\";s:5:\"width\";i:360;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"codevz_600_600\";a:4:{s:4:\"file\";s:23:\"Computers-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_1200_500\";a:4:{s:4:\"file\";s:24:\"Computers-1-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_1000\";a:4:{s:4:\"file\";s:23:\"Computers-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"codevz_600_9999\";a:4:{s:4:\"file\";s:23:\"Computers-1-600x375.png\";s:5:\"width\";i:600;s:6:\"height\";i:375;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:{}}}'),
(2959, 1391, 'codevz_single_page_css', ''),
(2960, 1391, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2961, 1392, '_wp_attached_file', '2018/07/googlee5230fd73beb04ab.html'),
(2962, 1393, '_wp_attached_file', '2018/07/googlee5230fd73beb04ab-1.html'),
(2963, 1404, 'codevz_single_page_css', ''),
(2964, 1404, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2965, 1405, '_wp_attached_file', '2018/07/logo-idams_horizontal.png'),
(2966, 1405, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:33:\"2018/07/logo-idams_horizontal.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"logo-idams_horizontal-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(2967, 1406, '_wp_trash_meta_status', 'publish'),
(2968, 1406, '_wp_trash_meta_time', '1532978169'),
(2969, 1406, 'codevz_single_page_css', ''),
(2970, 1407, '_edit_lock', '1533014275:4'),
(2971, 1407, '_wp_trash_meta_status', 'publish'),
(2972, 1407, '_wp_trash_meta_time', '1533014301'),
(2973, 1407, 'codevz_single_page_css', ''),
(2974, 1408, '_edit_lock', '1533014626:4'),
(2975, 1408, '_wp_trash_meta_status', 'publish'),
(2976, 1408, '_wp_trash_meta_time', '1533014630'),
(2977, 1408, 'codevz_single_page_css', ''),
(2978, 1409, '_edit_lock', '1533015526:4'),
(2979, 1409, '_wp_trash_meta_status', 'publish'),
(2980, 1409, '_wp_trash_meta_time', '1533015559'),
(2981, 1409, 'codevz_single_page_css', ''),
(2982, 1410, '_edit_lock', '1533044799:4'),
(2983, 1410, '_wp_trash_meta_status', 'publish'),
(2984, 1410, '_wp_trash_meta_time', '1533044818'),
(2985, 1410, 'codevz_single_page_css', ''),
(2986, 1411, '_edit_lock', '1533044920:4'),
(2987, 1411, '_wp_trash_meta_status', 'publish'),
(2988, 1411, '_wp_trash_meta_time', '1533044941'),
(2989, 1411, 'codevz_single_page_css', ''),
(2991, 1412, '_customize_restore_dismissed', '1'),
(2992, 1413, '_wp_trash_meta_status', 'publish'),
(2993, 1413, '_wp_trash_meta_time', '1533047955'),
(2994, 1413, 'codevz_single_page_css', '');

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

--
-- Estructura de tabla para la tabla `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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `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, 4, '2018-05-21 22:15:53', '2018-05-21 21:15:53', '465465465465464546', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2018-07-11 08:14:32', '2018-07-11 06:14:32', '', 0, 'http://ensabs.eu/idams/?p=1', 0, 'post', '', 0),
(3, 4, '2018-05-21 22:15:53', '2018-05-21 21:15:53', '[vc_row][vc_column][vc_column_text]<span style=\"font-size: 24px;\"><strong>PRIVACY POLICIES</strong></span>\r\n<span style=\"font-size: 16px;\"><strong>ENSABS S.L.</strong></span>\r\n\r\n<span style=\"font-weight: 400;\">Enterprise Solutions for Automotive Business S.L.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Camino Nuevo de Picanya 31, Esc. Izq. 2-4</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">46014, Valencia, Spain</span>\r\n\r\n<span style=\"font-weight: 400;\">+34 961 475 334</span>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The presented website is designed in order to be used without the necessity of having to add the user’s personal information. But, there are certain rules that can be applied to specific services our website uses, and these services will be detailed below. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The information that we collect from our users are of the type that are classified as personal, since it can be associated to a physical person, such as name, telephone number, e-mail address, address, social media profiles and more according to the dispositions of the statutes of data protection in the European Union. </span></p>\r\n<span style=\"font-weight: 400;\">The legal frame for the protection of data aligns to the General Data Protection Regulation (GDPR) established by the European Union in May of 2018.</span>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The following sections will explain in detail the way, reach, and purpose of collecting and making use of the information that is classified as the personal type of the users that visit this website. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Note: Keep in mind that whatever transfer of data through the internet is not excluded from a certain level of security risk, therefore, it is not possible to guarantee an absolute protection against third parties getting access to the registered information.</span></p>\r\n<b>Contact through direct messaging or application form:</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">From our website there is the option to directly contact us through e-mail (writing the e-mail directly from our site), our filling out a web application form of contact. In both cases the personal information provided by the user will be saved in our database with the purpose of responding to the users’ requirements and establish a more direct and personal contact way. </span></p>\r\n<b>News and blog</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">From our website on, users can also subscribe themselves to content such as our blog and news, which we will publish and send periodically through e-mail addresses provided by the users to inform them about our products, happenings in the industry, issues of their interest, etc. This e-mail address must be valid and will be stored in our data base, which can match with already provided information, would it be the case that the users have contacted us in previous ways on our website.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">You can also cancel subscriptions to our blog at any moment if wished for, for this, you will find more details in the e-mail you will get once the subscriptions to our blog of news takes place, as well as every e-mail of this type that we will send you periodically. </span></p>\r\n<span style=\"font-weight: 400;\">It is very important to comment that we do not sell or give e-mail addresses of our subscribers to third parties. </span>\r\n\r\n<b>Use of cookies</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Our website is designed to make use of cookies with the purpose of improvements of it and other services that we offer; this works through the recognition of use and recurrent visits of same users to our site. Generally, these cookies are also called session cookies, which will be eliminated once the user closes the web page. </span></p>\r\n<span style=\"font-weight: 400;\"> </span>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">These cookies also transmit information used with the purpose of being able to recognize the user automatically and optimize their access to the website. This works through the IP direction that the cookies save. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Please, keep in mind that you as an user can restrict the use of the cookies on our website from their browser’s software configurations, but at the same time, this action would as well restrict the use of some functionalities on our website.</span></p>\r\n<b>\r\n</b><b>Server Data  </b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Your internet browser collects information that we will now list below and transmits it to us or our internet provider. This data is also known as register files of the server:</span></p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">OS</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Type and version of the browser</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Reference URL</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Date and time of the visit to our website</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">IP direction</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">This information is stored and used with the purpose of making continuous improvements to our webpage for our users’ comfort. Keep in mind that anonymous data is saved in a separate way of any information that is classified as person that has been provided to us, therefore, it is impossible to connect this data to a specific person.</span></p>\r\n&nbsp;\r\n\r\n<b>Facebook Components</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Our website makes use of some Facebook components. This happens when you access our website through Facebook. Our page will receive a request to for access, that has one of these components. Facebook will ask your internet browser for the download of an image of this component. This action permits Facebook to know exactly what page of our site you’re navigating. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">It is important to mention that we don’t have any control over the data that Facebook recollects in the specified process. For more information, please visit the privacy policies of Facebook.</span></p>\r\n<span style=\"font-weight: 400;\">For changing the configurations of your account’s privacy, please go to settings in your account’s privacy options on Facebook.</span>\r\n\r\n<b>Twitter Components</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Our web page makes use of some components under recommendation of Twitter. This happens when you access our website through Twitter. Our page will receive a request for this access, that includes this component from Twitter, which will ask your internet browser to download an image of the component. This action permits Twitter to know exactly what pages of our website you’re navigating.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">It is important to mention that we don’t have any control over the data that Twitter collects in the specified process. For more information, review the privacy policies of Twitter. </span></p>\r\n&nbsp;\r\n\r\n<span style=\"font-weight: 400;\">For changing the configurations of your account’s privacy, please go to settings in your account’s privacy options on Twitter. </span>\r\n\r\n<b>Information/ Correction / Elimination</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Based on GDPR of the European Union, you are free to communicate with us, without any monetary cost, if there are any questions or doubts about the collection of data, processing of data, the use of your personal information or if you wish to correct wrong data, or delete certain information from our data base.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">You are entitled to ask for your incorrect data to be corrected or deleted, as long as this request is not excluded by any legal obligation of retaining this information. </span></p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Privacy Policy', '', 'publish', 'closed', 'open', '', 'privacy-policy', '', '', '2018-07-23 19:35:00', '2018-07-23 17:35:00', '', 0, 'http://ensabs.eu/idams/?page_id=3', 0, 'page', '', 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
(4, 4, '2017-06-10 08:21:56', '2017-06-10 08:21:56', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_72724\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_24922\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fensabs.eu|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_62031\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_64648\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48422\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50091\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_38087\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_21255\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_39847\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_76666\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_95060\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_25838\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_35092\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55624\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50348\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_72039\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40359\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_98592\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80626\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_88845\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_70853\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_62019\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81651\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_93193\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50476\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82645\"][cz_title css_animation=\"fadeInUp\" id=\"cz_21345\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_32714\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38462\"][cz_title css_animation=\"fadeInUp\" id=\"cz_73640\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28827\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_11187\"][cz_title css_animation=\"fadeInUp\" id=\"cz_87451\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_79747\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_64724\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_35874\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_29839\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_91700\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_46019\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_58576\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68367\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_41079\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_73304\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_92348\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85593\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23653\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_64387\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25953\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_22245\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_45014\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_14798\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_81988\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95922\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85339\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75181\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_46398\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67984\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85416\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_68002\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_95336\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59057\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85718\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_95412\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_46509\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_65466\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60137\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_71272\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84194\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51838\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17292\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_42771\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_20206\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47261\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_16076\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12555\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_32854\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28618\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_65832\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_47696\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_39752\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_99735\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51384\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21741\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_95657\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_36723\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85812\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42056\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93597\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71228\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98947\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_88933\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_30285\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_84666\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84346\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65683\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50132\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_44484\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_36956\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34327\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85211\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43137\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_65988\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94306\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_79287\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_70953\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_95751\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12142\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_88460\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61583\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_48728\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_28213\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_61318\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89001\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38843\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56975\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_25725\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24655\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_87920\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_19322\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_84773\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86868\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97145\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15058\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_71535\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_81491\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_69631\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_21668\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25975\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95477\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_44884\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11187\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_38615\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_99762\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_94383\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_17903\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70715\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90134\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_18934\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_59176\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_51717\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_56552\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_76279\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_13035\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2018-07-27 22:58:00', '2018-07-27 20:58:00', '', 0, 'http://xtratheme.com/business/?page_id=4', 0, 'page', '', 0),
(8, 4, '2017-06-10 20:54:13', '2017-06-10 20:54:13', '', 'slider1.jpg', '', 'inherit', 'closed', 'closed', '', 'slider1-jpg', '', '', '2017-06-10 20:54:13', '2017-06-10 20:54:13', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/slider1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(9, 4, '2018-05-22 09:44:43', '2018-05-22 08:44:43', '<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text your-subject] </label>\r\n\r\n<label> Your Message\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nEnterprise Solutions for Automotive Business \"[your-subject]\"\n[your-name] <info@ensabs.eu>\ninfo@ensabs.eu\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Enterprise Solutions for Automotive Business (http://ensabs.eu/idams)\nReply-To: [your-email]\n\n\n\n\nEnterprise Solutions for Automotive Business \"[your-subject]\"\nEnterprise Solutions for Automotive Business <wordpress@ensabs.eu>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Enterprise Solutions for Automotive Business (http://ensabs.eu/idams)\nReply-To: kjmoreir@espol.edu.ec\n\n\n\nThanks, we appreciate your interest! We\'ll reply as soon as possible.\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.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\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.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2018-07-11 08:11:01', '2018-07-11 06:11:01', '', 0, 'http://ensabs.eu/idams/?post_type=wpcf7_contact_form&#038;p=9', 0, 'wpcf7_contact_form', '', 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
(18, 4, '2017-06-10 08:25:52', '2017-06-10 08:25:52', '<p>[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_56898\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n<p>[/cz_title][cz_gap id=\"cz_31993\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_40832\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:20;\" sk_button=\"border-radius:25px;float:right;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_45608\" image=\"1387\"][cz_title id=\"cz_66933\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<h3 style=\"text-align: center; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Contact Us!</span></span></strong></span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row]</p>\r\n', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2018-07-23 19:44:38', '2018-07-23 17:44:38', '', 0, 'http://xtratheme.comarchitect/?page_id=10', 0, 'page', '', 0),
(53, 4, '2017-06-10 13:40:43', '2017-06-10 13:40:43', '[vc_row 0=\"\"][vc_column width=\"2/3\"][cz_carousel slidestoshow=\"1\" dots_position=\"dots_bc\" dots_style=\"dots_tiny_line\" infinite=\"true\" autoplay=\"true\" arrows_inner=\"true\" arrows_show_on_hover=\"true\" dots_inner=\"true\" css_font-size=\"18px\" autoplayspeed=\"4000\" css_color=\"#282f39\" css_background=\"rgba(255,255,255,0.9)\" css_border-radius=\"100%\" cz_title=\"\" dots_color=\"#282f39\" id=\"cz_81111\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"265\" id=\"cz_24131\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"266\" id=\"cz_57879\"][/cz_carousel][cz_gap height=\"30px\" id=\"cz_86321\"][/vc_column][vc_column width=\"1/3\"][vc_column_text css=\".vc_custom_1497307579609{margin-bottom: 40px !important;}\"]Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem donec sollicitudin. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada.[/vc_column_text][cz_working_hours line_border-style=\"dashed\" between_texts=\"true\" items=\"%5B%7B%22left_text%22%3A%22%3Cb%3EClient%3C%2Fb%3E%22%2C%22right_text%22%3A%22Austin%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECreated%20by%3C%2Fb%3E%22%2C%22right_text%22%3A%22Codevz%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECompleted%3C%2Fb%3E%22%2C%22right_text%22%3A%2227%20June%202017%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ESkills%3C%2Fb%3E%22%2C%22right_text%22%3A%22HTML%20%2F%20CSS%20%2F%20JS%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3EWebsite%3C%2Fb%3E%22%2C%22right_text%22%3A%22www.xtratheme.com%22%7D%5D\" line_border-color=\"#ededed\" id=\"cz_74013\"][cz_gap id=\"cz_89263\"][cz_button title=\"Live Preview\" css_position=\"relative;display: table;margin:0 auto\" effect=\"cz_btn_fx_3\" link=\"url:http%3A%2F%2Fxtratheme.com%2F||target:%20_blank|\" css=\".vc_custom_1497306974951{background-color: #282f39 !important;border-radius: 4px !important;}\" css_color=\"#ffffff\" hover_color=\"#282f39\" hover=\".vc_custom_1497306974953{background-color: rgba(40,47,57,0.13) !important;*background-color: rgb(40,47,57) !important;}\" icon=\"fa fa-link\" id=\"cz_18806\"][/vc_column][/vc_row]', 'Wooden Bench', '', 'trash', 'open', 'closed', '', 'wooden-bench__trashed', '', '', '2018-07-18 15:02:59', '2018-07-18 13:02:59', '', 0, 'http://xtratheme.comarchitect/?post_type=portfolio&#038;p=53', 0, 'portfolio', '', 0),
(55, 4, '2017-06-10 13:42:41', '2017-06-10 13:42:41', '[vc_row 0=\"\"][vc_column width=\"1/3\"][vc_column_text css=\".vc_custom_1497307579609{margin-bottom: 40px !important;}\"]Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem donec sollicitudin. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada.[/vc_column_text][cz_working_hours line_border-style=\"dashed\" between_texts=\"true\" items=\"%5B%7B%22left_text%22%3A%22%3Cb%3EClient%3C%2Fb%3E%22%2C%22right_text%22%3A%22Austin%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECreated%20by%3C%2Fb%3E%22%2C%22right_text%22%3A%22Codevz%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECompleted%3C%2Fb%3E%22%2C%22right_text%22%3A%2227%20June%202017%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ESkills%3C%2Fb%3E%22%2C%22right_text%22%3A%22HTML%20%2F%20CSS%20%2F%20JS%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3EWebsite%3C%2Fb%3E%22%2C%22right_text%22%3A%22www.xtratheme.com%22%7D%5D\" line_border-color=\"#ededed\" id=\"cz_25521\"][cz_gap id=\"cz_89147\"][cz_button title=\"Live Preview\" css_position=\"relative;display: table;margin:0 auto\" effect=\"cz_btn_fx_3\" link=\"url:http%3A%2F%2Fxtratheme.com%2F||target:%20_blank|\" css=\".vc_custom_1497306974951{background-color: #282f39 !important;border-radius: 4px !important;}\" css_color=\"#ffffff\" hover_color=\"#282f39\" hover=\".vc_custom_1497306974953{background-color: rgba(40,47,57,0.13) !important;*background-color: rgb(40,47,57) !important;}\" icon=\"fa fa-link\" id=\"cz_19097\"][/vc_column][vc_column width=\"2/3\"][cz_carousel slidestoshow=\"1\" dots_position=\"dots_bc\" dots_style=\"dots_tiny_line\" infinite=\"true\" autoplay=\"true\" arrows_inner=\"true\" arrows_show_on_hover=\"true\" dots_inner=\"true\" css_font-size=\"18px\" autoplayspeed=\"4000\" css_color=\"#282f39\" css_background=\"rgba(255,255,255,0.9)\" css_border-radius=\"100%\" dots_color=\"#282f39\" id=\"cz_49881\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"265\" id=\"cz_45303\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"266\" id=\"cz_22636\"][/cz_carousel][cz_gap height=\"30px\" id=\"cz_43857\"][/vc_column][/vc_row]', 'Typewriter', '', 'trash', 'open', 'closed', '', 'typewriter__trashed', '', '', '2018-07-18 15:02:59', '2018-07-18 13:02:59', '', 0, 'http://xtratheme.comarchitect/?post_type=portfolio&#038;p=55', 0, 'portfolio', '', 0),
(57, 4, '2017-06-10 13:49:54', '2017-06-10 13:49:54', '[vc_row 0=\"\"][vc_column width=\"2/3\"][cz_carousel slidestoshow=\"1\" dots_position=\"dots_bc\" dots_style=\"dots_tiny_line\" infinite=\"true\" autoplay=\"true\" arrows_inner=\"true\" arrows_show_on_hover=\"true\" dots_inner=\"true\" css_font-size=\"18px\" autoplayspeed=\"4000\" css_color=\"#282f39\" css_background=\"rgba(255,255,255,0.9)\" css_border-radius=\"100%\" cz_title=\"\" dots_color=\"#282f39\" id=\"cz_58159\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"265\" id=\"cz_86275\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"266\" id=\"cz_98614\"][/cz_carousel][cz_gap height=\"30px\" id=\"cz_35834\"][/vc_column][vc_column width=\"1/3\"][vc_column_text css=\".vc_custom_1497307579609{margin-bottom: 40px !important;}\"]Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem donec sollicitudin. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada.[/vc_column_text][cz_working_hours line_border-style=\"dashed\" between_texts=\"true\" items=\"%5B%7B%22left_text%22%3A%22%3Cb%3EClient%3C%2Fb%3E%22%2C%22right_text%22%3A%22Austin%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECreated%20by%3C%2Fb%3E%22%2C%22right_text%22%3A%22Codevz%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECompleted%3C%2Fb%3E%22%2C%22right_text%22%3A%2227%20June%202017%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ESkills%3C%2Fb%3E%22%2C%22right_text%22%3A%22HTML%20%2F%20CSS%20%2F%20JS%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3EWebsite%3C%2Fb%3E%22%2C%22right_text%22%3A%22www.xtratheme.com%22%7D%5D\" line_border-color=\"#ededed\" id=\"cz_29770\"][cz_gap id=\"cz_81770\"][cz_button title=\"Live Preview\" css_position=\"relative;display: table;margin:0 auto\" effect=\"cz_btn_fx_3\" link=\"url:http%3A%2F%2Fxtratheme.com%2F||target:%20_blank|\" css=\".vc_custom_1497306974951{background-color: #282f39 !important;border-radius: 4px !important;}\" css_color=\"#ffffff\" hover_color=\"#282f39\" hover=\".vc_custom_1497306974953{background-color: rgba(40,47,57,0.13) !important;*background-color: rgb(40,47,57) !important;}\" icon=\"fa fa-link\" id=\"cz_63467\"][/vc_column][/vc_row]', 'Infinity Brand', '', 'trash', 'open', 'closed', '', 'infinity-brand__trashed', '', '', '2018-07-18 15:02:59', '2018-07-18 13:02:59', '', 0, 'http://xtratheme.comarchitect/?post_type=portfolio&#038;p=57', 0, 'portfolio', '', 0),
(58, 4, '2017-06-10 13:43:24', '2017-06-10 13:43:24', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2017-06-10 13:43:24', '2017-06-10 13:43:24', '', 0, 'http://xtratheme.comarchitect/?page_id=58', 0, 'page', '', 0),
(68, 4, '2017-06-10 13:52:42', '2017-06-10 13:52:42', '[vc_row 0=\"\"][vc_column width=\"2/3\"][cz_carousel slidestoshow=\"1\" dots_position=\"dots_bc\" dots_style=\"dots_tiny_line\" infinite=\"true\" autoplay=\"true\" arrows_inner=\"true\" arrows_show_on_hover=\"true\" dots_inner=\"true\" css_font-size=\"18px\" autoplayspeed=\"4000\" css_color=\"#282f39\" css_background=\"rgba(255,255,255,0.9)\" css_border-radius=\"100%\" cz_title=\"\" dots_color=\"#282f39\" id=\"cz_16321\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"265\" id=\"cz_60993\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"266\" id=\"cz_42494\"][/cz_carousel][cz_gap height=\"30px\" id=\"cz_32484\"][/vc_column][vc_column width=\"1/3\"][vc_column_text css=\".vc_custom_1497307579609{margin-bottom: 40px !important;}\"]Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem donec sollicitudin. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada.[/vc_column_text][cz_working_hours line_border-style=\"dashed\" between_texts=\"true\" items=\"%5B%7B%22left_text%22%3A%22%3Cb%3EClient%3C%2Fb%3E%22%2C%22right_text%22%3A%22Austin%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECreated%20by%3C%2Fb%3E%22%2C%22right_text%22%3A%22Codevz%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECompleted%3C%2Fb%3E%22%2C%22right_text%22%3A%2227%20June%202017%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ESkills%3C%2Fb%3E%22%2C%22right_text%22%3A%22HTML%20%2F%20CSS%20%2F%20JS%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3EWebsite%3C%2Fb%3E%22%2C%22right_text%22%3A%22www.xtratheme.com%22%7D%5D\" line_border-color=\"#ededed\" id=\"cz_83854\"][cz_gap id=\"cz_16622\"][cz_button title=\"Live Preview\" css_position=\"relative;display: table;margin:0 auto\" effect=\"cz_btn_fx_3\" link=\"url:http%3A%2F%2Fxtratheme.com%2F||target:%20_blank|\" css=\".vc_custom_1497306974951{background-color: #282f39 !important;border-radius: 4px !important;}\" css_color=\"#ffffff\" hover_color=\"#282f39\" hover=\".vc_custom_1497306974953{background-color: rgba(40,47,57,0.13) !important;*background-color: rgb(40,47,57) !important;}\" icon=\"fa fa-link\" id=\"cz_44522\"][/vc_column][/vc_row]', 'Project Stamp', '', 'trash', 'open', 'closed', '', 'project-stamp__trashed', '', '', '2018-07-18 15:02:59', '2018-07-18 13:02:59', '', 0, 'http://xtratheme.comarchitect/?post_type=portfolio&#038;p=68', 0, 'portfolio', '', 0),
(70, 4, '2017-06-10 13:53:35', '2017-06-10 13:53:35', '[vc_row 0=\"\"][vc_column width=\"2/3\"][cz_carousel slidestoshow=\"1\" dots_position=\"dots_bc\" dots_style=\"dots_tiny_line\" infinite=\"true\" autoplay=\"true\" arrows_inner=\"true\" arrows_show_on_hover=\"true\" dots_inner=\"true\" css_font-size=\"18px\" autoplayspeed=\"4000\" css_color=\"#282f39\" css_background=\"rgba(255,255,255,0.9)\" css_border-radius=\"100%\" cz_title=\"\" dots_color=\"#282f39\" id=\"cz_35471\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"265\" id=\"cz_56156\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"266\" id=\"cz_14650\"][/cz_carousel][cz_gap height=\"30px\" id=\"cz_93975\"][/vc_column][vc_column width=\"1/3\"][vc_column_text css=\".vc_custom_1497307579609{margin-bottom: 40px !important;}\"]Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem donec sollicitudin. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada.[/vc_column_text][cz_working_hours line_border-style=\"dashed\" between_texts=\"true\" items=\"%5B%7B%22left_text%22%3A%22%3Cb%3EClient%3C%2Fb%3E%22%2C%22right_text%22%3A%22Austin%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECreated%20by%3C%2Fb%3E%22%2C%22right_text%22%3A%22Codevz%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECompleted%3C%2Fb%3E%22%2C%22right_text%22%3A%2227%20June%202017%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ESkills%3C%2Fb%3E%22%2C%22right_text%22%3A%22HTML%20%2F%20CSS%20%2F%20JS%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3EWebsite%3C%2Fb%3E%22%2C%22right_text%22%3A%22www.xtratheme.com%22%7D%5D\" line_border-color=\"#ededed\" id=\"cz_46918\"][cz_gap id=\"cz_12605\"][cz_button title=\"Live Preview\" css_position=\"relative;display: table;margin:0 auto\" effect=\"cz_btn_fx_3\" link=\"url:http%3A%2F%2Fxtratheme.com%2F||target:%20_blank|\" css=\".vc_custom_1497306974951{background-color: #282f39 !important;border-radius: 4px !important;}\" css_color=\"#ffffff\" hover_color=\"#282f39\" hover=\".vc_custom_1497306974953{background-color: rgba(40,47,57,0.13) !important;*background-color: rgb(40,47,57) !important;}\" icon=\"fa fa-link\" id=\"cz_25133\"][/vc_column][/vc_row]', 'Chair Design', '', 'trash', 'open', 'closed', '', 'chair-design__trashed', '', '', '2018-07-18 15:02:59', '2018-07-18 13:02:59', '', 0, 'http://xtratheme.comarchitect/?post_type=portfolio&#038;p=70', 0, 'portfolio', '', 0),
(131, 4, '2017-06-10 20:39:31', '2017-06-10 20:39:31', 'Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec sollicitudin molestie malesuada. Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Donec rutrum congue leo eget malesuada. Donec sollicitudin molestie malesuada. Nulla porttitor accumsan tincidunt.\n<p style=\"text-align: center;\"><span class=\"blockquote\" style=\"width: 60%; margin: 0px auto; display: table;\">Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt.</span></p>\nIn the beautiful surroundings of Upcote Farm in Cheltenham, 2000 Trees festival is a gem of a find if you’ve been lucky enough…I found this festival in 2008 when ‘Reuben’ were due to headline, but even though they disbanded a few weeks prior to the festival, us fans still decided to turn up, and boy am I glad I did… Being a small sized 5000 capacity festival, but not enough to have <span style=\"margin: 0px 2px; padding: 1px 7px 2px; background: #282f39; border-radius: 2px; color: #ffffff;\">20 minute waits</span> at the bars and toilets. The balance between atmosphere and accessibility is second to none. The food stalls are all hand picked, the same with the local ciders/ales and beers, the organisers have really nailed it on the head, you can tell they themselves are, as well as bringing in some <strong>big names</strong>, it really does cater for every type music fan.\n\n<span class=\"blockquote\" style=\"float: left; width: 40%; margin: 0px 20px 20px 0px;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</span> Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Donec rutrum congue leo eget malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla quis lorem ut libero malesuada feugiat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.', 'Inspired by you', '', 'publish', 'open', 'open', '', 'inspired-by-you', '', '', '2017-06-10 20:39:31', '2017-06-10 20:39:31', '', 0, 'http://xtratheme.comarchitect/?p=131', 0, 'post', '', 0),
(134, 4, '2017-06-10 20:41:14', '2017-06-10 20:41:14', 'Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec sollicitudin molestie malesuada. Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Donec rutrum congue leo eget malesuada. Donec sollicitudin molestie malesuada. Nulla porttitor accumsan tincidunt.\n<p style=\"text-align: center;\"><span class=\"blockquote\" style=\"width: 60%; margin: 0px auto; display: table;\">Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt.</span></p>\nIn the beautiful surroundings of Upcote Farm in Cheltenham, 2000 Trees festival is a gem of a find if you’ve been lucky enough…I found this festival in 2008 when ‘Reuben’ were due to headline, but even though they disbanded a few weeks prior to the festival, us fans still decided to turn up, and boy am I glad I did… Being a small sized 5000 capacity festival, but not enough to have <span style=\"margin: 0px 2px; padding: 1px 7px 2px; background: #282f39; border-radius: 2px; color: #ffffff;\">20 minute waits</span> at the bars and toilets. The balance between atmosphere and accessibility is second to none. The food stalls are all hand picked, the same with the local ciders/ales and beers, the organisers have really nailed it on the head, you can tell they themselves are, as well as bringing in some <strong>big names</strong>, it really does cater for every type music fan.\n\n<span class=\"blockquote\" style=\"float: left; width: 40%; margin: 0px 20px 20px 0px;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</span> Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Donec rutrum congue leo eget malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla quis lorem ut libero malesuada feugiat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.', 'Much Space in World', '', 'publish', 'open', 'open', '', 'much-space-in-world', '', '', '2017-06-10 20:41:14', '2017-06-10 20:41:14', '', 0, 'http://xtratheme.comarchitect/?p=134', 0, 'post', '', 0),
(137, 4, '2017-06-10 20:42:08', '2017-06-10 20:42:08', 'Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec sollicitudin molestie malesuada. Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Donec rutrum congue leo eget malesuada. Donec sollicitudin molestie malesuada. Nulla porttitor accumsan tincidunt.\n<p style=\"text-align: center;\"><span class=\"blockquote\" style=\"width: 60%; margin: 0px auto; display: table;\">Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt.</span></p>\nIn the beautiful surroundings of Upcote Farm in Cheltenham, 2000 Trees festival is a gem of a find if you’ve been lucky enough…I found this festival in 2008 when ‘Reuben’ were due to headline, but even though they disbanded a few weeks prior to the festival, us fans still decided to turn up, and boy am I glad I did… Being a small sized 5000 capacity festival, but not enough to have <span style=\"margin: 0px 2px; padding: 1px 7px 2px; background: #282f39; border-radius: 2px; color: #ffffff;\">20 minute waits</span> at the bars and toilets. The balance between atmosphere and accessibility is second to none. The food stalls are all hand picked, the same with the local ciders/ales and beers, the organisers have really nailed it on the head, you can tell they themselves are, as well as bringing in some <strong>big names</strong>, it really does cater for every type music fan.\n\n<span class=\"blockquote\" style=\"float: left; width: 40%; margin: 0px 20px 20px 0px;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</span> Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Donec rutrum congue leo eget malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla quis lorem ut libero malesuada feugiat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.', 'Principles of Coldness', '', 'publish', 'open', 'open', '', 'principles-of-coldness', '', '', '2017-06-10 20:42:08', '2017-06-10 20:42:08', '', 0, 'http://xtratheme.comarchitect/?p=137', 0, 'post', '', 0),
(140, 4, '2017-06-10 20:43:10', '2017-06-10 20:43:10', 'Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec sollicitudin molestie malesuada. Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Donec rutrum congue leo eget malesuada. Donec sollicitudin molestie malesuada. Nulla porttitor accumsan tincidunt.\n<p style=\"text-align: center;\"><span class=\"blockquote\" style=\"width: 60%; margin: 0px auto; display: table;\">Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt.</span></p>\nIn the beautiful surroundings of Upcote Farm in Cheltenham, 2000 Trees festival is a gem of a find if you’ve been lucky enough…I found this festival in 2008 when ‘Reuben’ were due to headline, but even though they disbanded a few weeks prior to the festival, us fans still decided to turn up, and boy am I glad I did… Being a small sized 5000 capacity festival, but not enough to have <span style=\"margin: 0px 2px; padding: 1px 7px 2px; background: #282f39; border-radius: 2px; color: #ffffff;\">20 minute waits</span> at the bars and toilets. The balance between atmosphere and accessibility is second to none. The food stalls are all hand picked, the same with the local ciders/ales and beers, the organisers have really nailed it on the head, you can tell they themselves are, as well as bringing in some <strong>big names</strong>, it really does cater for every type music fan.\n\n<span class=\"blockquote\" style=\"float: left; width: 40%; margin: 0px 20px 20px 0px;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</span> Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Donec rutrum congue leo eget malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla quis lorem ut libero malesuada feugiat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.', 'How to create a Logo like a Pro', '', 'publish', 'open', 'open', '', 'how-to-create-a-logo-like-a-pro', '', '', '2017-06-10 20:43:10', '2017-06-10 20:43:10', '', 0, 'http://xtratheme.comarchitect/?p=140', 0, 'post', '', 0),
(143, 4, '2017-06-10 20:44:01', '2017-06-10 20:44:01', 'Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec sollicitudin molestie malesuada. Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Donec rutrum congue leo eget malesuada. Donec sollicitudin molestie malesuada. Nulla porttitor accumsan tincidunt.\n<p style=\"text-align: center;\"><span class=\"blockquote\" style=\"width: 60%; margin: 0px auto; display: table;\">Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt.</span></p>\nIn the beautiful surroundings of Upcote Farm in Cheltenham, 2000 Trees festival is a gem of a find if you’ve been lucky enough…I found this festival in 2008 when ‘Reuben’ were due to headline, but even though they disbanded a few weeks prior to the festival, us fans still decided to turn up, and boy am I glad I did… Being a small sized 5000 capacity festival, but not enough to have <span style=\"margin: 0px 2px; padding: 1px 7px 2px; background: #282f39; border-radius: 2px; color: #ffffff;\">20 minute waits</span> at the bars and toilets. The balance between atmosphere and accessibility is second to none. The food stalls are all hand picked, the same with the local ciders/ales and beers, the organisers have really nailed it on the head, you can tell they themselves are, as well as bringing in some <strong>big names</strong>, it really does cater for every type music fan.\n\n<span class=\"blockquote\" style=\"float: left; width: 40%; margin: 0px 20px 20px 0px;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</span> Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Donec rutrum congue leo eget malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla quis lorem ut libero malesuada feugiat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.', 'A Place of Silence', '', 'publish', 'open', 'open', '', 'a-place-of-silence', '', '', '2017-06-10 20:44:01', '2017-06-10 20:44:01', '', 0, 'http://xtratheme.comarchitect/?p=143', 0, 'post', '', 0),
(159, 4, '2017-06-09 21:30:32', '2017-06-09 21:30:32', 'Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec sollicitudin molestie malesuada. Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. Sed porttitor lectus nibh. Pellentesque in ipsum id orci porta dapibus. Donec rutrum congue leo eget malesuada. Donec sollicitudin molestie malesuada. Nulla porttitor accumsan tincidunt.\n<p style=\"text-align: center;\"><span class=\"blockquote\" style=\"width: 60%; margin: 0px auto; display: table;\">Pellentesque in ipsum id orci porta dapibus. Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt.</span></p>\nIn the beautiful surroundings of Upcote Farm in Cheltenham, 2000 Trees festival is a gem of a find if you’ve been lucky enough…I found this festival in 2008 when ‘Reuben’ were due to headline, but even though they disbanded a few weeks prior to the festival, us fans still decided to turn up, and boy am I glad I did… Being a small sized 5000 capacity festival, but not enough to have <span style=\"margin: 0px 2px; padding: 1px 7px 2px; background: #282f39; border-radius: 2px; color: #ffffff;\">20 minute waits</span> at the bars and toilets. The balance between atmosphere and accessibility is second to none. The food stalls are all hand picked, the same with the local ciders/ales and beers, the organisers have really nailed it on the head, you can tell they themselves are, as well as bringing in some <strong>big names</strong>, it really does cater for every type music fan.\n\n<span class=\"blockquote\" style=\"float: left; width: 40%; margin: 0px 20px 20px 0px;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</span> Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Donec rutrum congue leo eget malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla quis lorem ut libero malesuada feugiat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.', 'A Trip to the Unknown', '', 'publish', 'open', 'open', '', 'hello-world-2', '', '', '2017-06-09 21:30:32', '2017-06-09 21:30:32', '', 0, 'http://xtratheme.comarchitect/?p=1', 0, 'post', '', 0),
(160, 4, '2017-06-10 13:51:46', '2017-06-10 13:51:46', '[vc_row 0=\"\"][vc_column width=\"1/3\"][vc_column_text css=\".vc_custom_1497307579609{margin-bottom: 40px !important;}\"]Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem donec sollicitudin. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada.[/vc_column_text][cz_working_hours line_border-style=\"dashed\" between_texts=\"true\" items=\"%5B%7B%22left_text%22%3A%22%3Cb%3EClient%3C%2Fb%3E%22%2C%22right_text%22%3A%22Austin%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECreated%20by%3C%2Fb%3E%22%2C%22right_text%22%3A%22Codevz%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECompleted%3C%2Fb%3E%22%2C%22right_text%22%3A%2227%20June%202017%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ESkills%3C%2Fb%3E%22%2C%22right_text%22%3A%22HTML%20%2F%20CSS%20%2F%20JS%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3EWebsite%3C%2Fb%3E%22%2C%22right_text%22%3A%22www.xtratheme.com%22%7D%5D\" line_border-color=\"#ededed\" id=\"cz_54645\"][cz_gap id=\"cz_88248\"][cz_button title=\"Live Preview\" css_position=\"relative;display: table;margin:0 auto\" effect=\"cz_btn_fx_3\" link=\"url:http%3A%2F%2Fxtratheme.com%2F||target:%20_blank|\" css=\".vc_custom_1497306974951{background-color: #282f39 !important;border-radius: 4px !important;}\" css_color=\"#ffffff\" hover_color=\"#282f39\" hover=\".vc_custom_1497306974953{background-color: rgba(40,47,57,0.13) !important;*background-color: rgb(40,47,57) !important;}\" icon=\"fa fa-link\" id=\"cz_89881\"][/vc_column][vc_column width=\"2/3\"][cz_carousel slidestoshow=\"1\" dots_position=\"dots_bc\" dots_style=\"dots_tiny_line\" infinite=\"true\" autoplay=\"true\" arrows_inner=\"true\" arrows_show_on_hover=\"true\" dots_inner=\"true\" css_font-size=\"18px\" autoplayspeed=\"4000\" css_color=\"#282f39\" css_background=\"rgba(255,255,255,0.9)\" css_border-radius=\"100%\" dots_color=\"#282f39\" id=\"cz_17460\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"265\" id=\"cz_50988\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"266\" id=\"cz_46208\"][/cz_carousel][cz_gap height=\"30px\" id=\"cz_85785\"][/vc_column][/vc_row]', 'Shelf of Arts', '', 'trash', 'open', 'closed', '', 'shelf-of-arts__trashed', '', '', '2018-07-18 15:02:59', '2018-07-18 13:02:59', '', 0, 'http://xtratheme.comarchitect/?post_type=portfolio&#038;p=66', 0, 'portfolio', '', 0),
(188, 4, '2017-06-10 21:02:55', '2017-06-10 21:02:55', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2017-06-10 21:02:55', '2017-06-10 21:02:55', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/logo-1.png', 0, 'attachment', 'image/png', 0),
(190, 4, '2017-06-10 21:04:00', '2017-06-10 21:04:00', '', 'portfolio2', '', 'inherit', 'open', 'closed', '', 'portfolio2', '', '', '2017-06-10 21:04:00', '2017-06-10 21:04:00', '', 70, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/portfolio2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(191, 4, '2017-06-10 21:04:28', '2017-06-10 21:04:28', '', 'portfolio3', '', 'inherit', 'open', 'closed', '', 'portfolio3', '', '', '2017-06-10 21:04:28', '2017-06-10 21:04:28', '', 68, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/portfolio3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(192, 4, '2017-06-10 21:05:04', '2017-06-10 21:05:04', '', 'portfolio6', '', 'inherit', 'open', 'closed', '', 'portfolio6', '', '', '2017-06-10 21:05:04', '2017-06-10 21:05:04', '', 160, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/portfolio6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(193, 4, '2017-06-10 21:05:50', '2017-06-10 21:05:50', '', 'portfolio10', '', 'inherit', 'open', 'closed', '', 'portfolio10', '', '', '2017-06-10 21:05:50', '2017-06-10 21:05:50', '', 57, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/portfolio10-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(194, 4, '2017-06-10 21:06:11', '2017-06-10 21:06:11', '', 'portfolio9', '', 'inherit', 'open', 'closed', '', 'portfolio9', '', '', '2017-06-10 21:06:11', '2017-06-10 21:06:11', '', 55, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/portfolio9-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(195, 4, '2017-06-10 21:06:26', '2017-06-10 21:06:26', '', 'portfolio7', '', 'inherit', 'open', 'closed', '', 'portfolio7', '', '', '2017-06-10 21:06:26', '2017-06-10 21:06:26', '', 53, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/portfolio7-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(204, 4, '2017-06-10 21:10:03', '2017-06-10 21:10:03', '', 'package1', '', 'inherit', 'open', 'closed', '', 'package1', '', '', '2017-06-10 21:10:03', '2017-06-10 21:10:03', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2013/06/package1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(205, 4, '2017-06-10 21:12:32', '2017-06-10 21:12:32', '', 'package2', '', 'inherit', 'open', 'closed', '', 'package2', '', '', '2017-06-10 21:12:32', '2017-06-10 21:12:32', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2013/06/package2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(206, 4, '2017-06-10 21:12:44', '2017-06-10 21:12:44', '', 'package3', '', 'inherit', 'open', 'closed', '', 'package3', '', '', '2017-06-10 21:12:44', '2017-06-10 21:12:44', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2013/06/package3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(207, 4, '2017-06-10 21:13:04', '2017-06-10 21:13:04', '', 'package4', '', 'inherit', 'open', 'closed', '', 'package4', '', '', '2017-06-10 21:13:04', '2017-06-10 21:13:04', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2013/06/package4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(208, 4, '2017-06-10 21:13:27', '2017-06-10 21:13:27', '', 'package5', '', 'inherit', 'open', 'closed', '', 'package5', '', '', '2017-06-10 21:13:27', '2017-06-10 21:13:27', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2013/06/package5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(209, 4, '2017-06-10 21:13:41', '2017-06-10 21:13:41', '', 'package6', '', 'inherit', 'open', 'closed', '', 'package6', '', '', '2017-06-10 21:13:41', '2017-06-10 21:13:41', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2013/06/package6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(210, 4, '2017-06-10 21:14:01', '2017-06-10 21:14:01', '', 'package7', '', 'inherit', 'open', 'closed', '', 'package7', '', '', '2017-06-10 21:14:01', '2017-06-10 21:14:01', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2013/06/package7-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(211, 4, '2017-06-10 21:14:13', '2017-06-10 21:14:13', '', 'package8', '', 'inherit', 'open', 'closed', '', 'package8', '', '', '2017-06-10 21:14:13', '2017-06-10 21:14:13', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2013/06/package8-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(213, 4, '2017-06-10 21:16:48', '2017-06-10 21:16:48', '<label> Your Name (required) </label>\r\n[text* your-name]\r\n\r\n<label> Your Email (required) </label>\r\n[email* your-email]\r\n\r\n<label> Subject </label>\r\n[text your-subject]\r\n\r\n<label> Department </label>\r\n[select menu-178 \"Business Department\" \"Personal Department\" \"Support Department\" \"Others\"]\r\n\r\n<label> Your Message </label>\r\n[textarea your-message]\r\n\r\n[acceptance accept-this-1]  I accept these <a href=\"http://ensabs.eu/idams/index.php/terms-and-conditions/\" target=\"_blank\"> Terms and conditions </a>. [/acceptance]\r\n\r\n\r\n\r\n\r\n\r\n[submit \"Send\"]\n1\nFrom Your website: \"[your-subject]\"\n[your-name] <info@ensabs.eu>\ninfo@ensabs.eu\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\nDepartment:\r\n[menu-178]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on your website.\nReply-To: [your-email]\n\n\n\n\nXTRA \"[your-subject]\"\nXTRA <wordpress@xtratheme.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\nReply-To: codevzz@gmail.com\n\n\n\nThanks, we appreciate your interest! We\'ll reply as soon as possible.\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.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\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.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.\nacceptance_as_validation: on', 'CF7 Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2', '', '', '2018-07-11 08:10:28', '2018-07-11 06:10:28', '', 0, 'http://xtratheme.com/?post_type=wpcf7_contact_form&#038;p=213', 0, 'wpcf7_contact_form', '', 0),
(232, 4, '2017-06-12 13:25:47', '2017-06-12 13:25:47', '', 'post6', '', 'inherit', 'open', 'closed', '', 'post6', '', '', '2017-06-12 13:25:47', '2017-06-12 13:25:47', '', 159, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/post6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(235, 4, '2017-06-12 19:05:55', '2017-06-12 19:05:55', '', 'ads', '', 'inherit', 'open', 'closed', '', 'ads', '', '', '2017-06-12 19:05:55', '2017-06-12 19:05:55', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/ads-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(242, 4, '2017-06-12 19:28:59', '2017-06-12 19:28:59', '', 'post5', '', 'inherit', 'open', 'closed', '', 'post5', '', '', '2017-06-12 19:28:59', '2017-06-12 19:28:59', '', 131, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/post5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(245, 4, '2017-06-12 19:32:19', '2017-06-12 19:32:19', '', 'post4', '', 'inherit', 'open', 'closed', '', 'post4', '', '', '2017-06-12 19:32:19', '2017-06-12 19:32:19', '', 134, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/post4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(247, 4, '2017-06-12 19:35:59', '2017-06-12 19:35:59', '', 'post3', '', 'inherit', 'open', 'closed', '', 'post3', '', '', '2017-06-12 19:35:59', '2017-06-12 19:35:59', '', 137, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/post3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(251, 4, '2017-06-12 19:43:17', '2017-06-12 19:43:17', '', 'post2', '', 'inherit', 'open', 'closed', '', 'post2', '', '', '2017-06-12 19:43:17', '2017-06-12 19:43:17', '', 140, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/post2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(253, 4, '2017-06-12 19:46:01', '2017-06-12 19:46:01', '', 'post1', '', 'inherit', 'open', 'closed', '', 'post1', '', '', '2017-06-12 19:46:01', '2017-06-12 19:46:01', '', 143, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/post1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(260, 4, '2017-06-12 21:33:31', '2017-06-12 21:33:31', '[vc_row 0=\"\"][vc_column width=\"2/3\"][cz_carousel slidestoshow=\"1\" dots_position=\"dots_bc\" dots_style=\"dots_tiny_line\" infinite=\"true\" autoplay=\"true\" arrows_inner=\"true\" arrows_show_on_hover=\"true\" dots_inner=\"true\" css_font-size=\"18px\" autoplayspeed=\"4000\" css_color=\"#282f39\" css_background=\"rgba(255,255,255,0.9)\" css_border-radius=\"100%\" cz_title=\"\" dots_color=\"#282f39\" id=\"cz_77675\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"265\" id=\"cz_43495\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"266\" id=\"cz_83156\"][/cz_carousel][cz_gap height=\"30px\" id=\"cz_38744\"][/vc_column][vc_column width=\"1/3\"][vc_column_text css=\".vc_custom_1497307579609{margin-bottom: 40px !important;}\"]Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem donec sollicitudin. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada.[/vc_column_text][cz_working_hours line_border-style=\"dashed\" between_texts=\"true\" items=\"%5B%7B%22left_text%22%3A%22%3Cb%3EClient%3C%2Fb%3E%22%2C%22right_text%22%3A%22Austin%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECreated%20by%3C%2Fb%3E%22%2C%22right_text%22%3A%22Codevz%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECompleted%3C%2Fb%3E%22%2C%22right_text%22%3A%2227%20June%202017%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ESkills%3C%2Fb%3E%22%2C%22right_text%22%3A%22HTML%20%2F%20CSS%20%2F%20JS%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3EWebsite%3C%2Fb%3E%22%2C%22right_text%22%3A%22www.xtratheme.com%22%7D%5D\" line_border-color=\"#ededed\" id=\"cz_95750\"][cz_gap id=\"cz_18487\"][cz_button title=\"Live Preview\" css_position=\"relative;display: table;margin:0 auto\" effect=\"cz_btn_fx_3\" link=\"url:http%3A%2F%2Fxtratheme.com%2F||target:%20_blank|\" css=\".vc_custom_1497306974951{background-color: #282f39 !important;border-radius: 4px !important;}\" css_color=\"#ffffff\" hover_color=\"#282f39\" hover=\".vc_custom_1497306974953{background-color: rgba(40,47,57,0.13) !important;*background-color: rgb(40,47,57) !important;}\" icon=\"fa fa-link\" id=\"cz_55629\"][/vc_column][/vc_row]', 'Tick Tock', '', 'trash', 'open', 'closed', '', 'tick-tock__trashed', '', '', '2018-07-18 15:02:59', '2018-07-18 13:02:59', '', 0, 'http://xtratheme.com/?post_type=portfolio&#038;p=260', 0, 'portfolio', '', 0),
(263, 4, '2017-06-12 21:36:15', '2017-06-12 21:36:15', '[vc_row 0=\"\"][vc_column width=\"2/3\"][cz_carousel slidestoshow=\"1\" dots_position=\"dots_bc\" dots_style=\"dots_tiny_line\" infinite=\"true\" autoplay=\"true\" arrows_inner=\"true\" arrows_show_on_hover=\"true\" dots_inner=\"true\" css_font-size=\"18px\" autoplayspeed=\"4000\" css_color=\"#282f39\" css_background=\"rgba(255,255,255,0.9)\" css_border-radius=\"100%\" cz_title=\"\" dots_color=\"#282f39\" id=\"cz_62814\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"265\" id=\"cz_62739\"][cz_image css_position=\"relative;display: block;text-align:center\" image=\"266\" id=\"cz_56327\"][/cz_carousel][cz_gap height=\"30px\" id=\"cz_79436\"][/vc_column][vc_column width=\"1/3\"][vc_column_text css=\".vc_custom_1497307579609{margin-bottom: 40px !important;}\"]Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem donec sollicitudin. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec sollicitudin molestie malesuada.[/vc_column_text][cz_working_hours line_border-style=\"dashed\" between_texts=\"true\" items=\"%5B%7B%22left_text%22%3A%22%3Cb%3EClient%3C%2Fb%3E%22%2C%22right_text%22%3A%22Austin%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECreated%20by%3C%2Fb%3E%22%2C%22right_text%22%3A%22Codevz%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ECompleted%3C%2Fb%3E%22%2C%22right_text%22%3A%2227%20June%202017%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3ESkills%3C%2Fb%3E%22%2C%22right_text%22%3A%22HTML%20%2F%20CSS%20%2F%20JS%22%7D%2C%7B%22left_text%22%3A%22%3Cb%3EWebsite%3C%2Fb%3E%22%2C%22right_text%22%3A%22www.xtratheme.com%22%7D%5D\" line_border-color=\"#ededed\" id=\"cz_18281\"][cz_gap id=\"cz_51177\"][cz_button title=\"Live Preview\" css_position=\"relative;display: table;margin:0 auto\" effect=\"cz_btn_fx_3\" link=\"url:http%3A%2F%2Fxtratheme.com%2F||target:%20_blank|\" css=\".vc_custom_1497306974951{background-color: #282f39 !important;border-radius: 4px !important;}\" css_color=\"#ffffff\" hover_color=\"#282f39\" hover=\".vc_custom_1497306974953{background-color: rgba(40,47,57,0.13) !important;*background-color: rgb(40,47,57) !important;}\" icon=\"fa fa-link\" id=\"cz_23939\"][/vc_column][/vc_row]', 'Personal Gift', '', 'trash', 'closed', 'closed', '', 'personal-gift__trashed', '', '', '2018-07-18 15:02:59', '2018-07-18 13:02:59', '', 0, 'http://xtratheme.com/?post_type=portfolio&#038;p=263', 0, 'portfolio', '', 0),
(265, 4, '2017-06-12 21:50:27', '2017-06-12 21:50:27', '', 'tick_tock', '', 'inherit', 'open', 'closed', '', 'tick_tock-2', '', '', '2017-06-12 21:50:27', '2017-06-12 21:50:27', '', 260, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/tick_tock-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(266, 4, '2017-06-12 21:52:30', '2017-06-12 21:52:30', '', 'personal_gift', '', 'inherit', 'open', 'closed', '', 'personal_gift', '', '', '2017-06-12 21:52:30', '2017-06-12 21:52:30', '', 263, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/personal_gift-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(282, 4, '2017-06-13 07:27:32', '2017-06-13 07:27:32', '', 'v1', '', 'inherit', 'open', 'closed', '', 'v1-2', '', '', '2017-06-13 07:27:32', '2017-06-13 07:27:32', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/v1-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(285, 4, '2017-06-13 07:54:57', '2017-06-13 07:54:57', '', 'slider2', '', 'inherit', 'open', 'closed', '', 'slider2', '', '', '2017-06-13 07:54:57', '2017-06-13 07:54:57', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/slider2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(361, 4, '2017-07-08 18:10:40', '2017-07-08 18:10:40', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2017-07-08 18:10:40', '2017-07-08 18:10:40', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/07/logo-1.png', 0, 'attachment', 'image/png', 0),
(362, 4, '2017-07-08 18:13:30', '2017-07-08 18:13:30', '', 'slide1', '', 'inherit', 'open', 'closed', '', 'slide1', '', '', '2017-07-08 18:13:30', '2017-07-08 18:13:30', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/07/slide1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(363, 4, '2017-07-08 18:13:35', '2017-07-08 18:13:35', '', 'slide2', '', 'inherit', 'open', 'closed', '', 'slide2', '', '', '2017-07-08 18:13:35', '2017-07-08 18:13:35', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/07/slide2-1.jpg', 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
(364, 4, '2017-07-08 09:29:58', '2017-07-08 09:29:58', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2-2', '', '', '2017-07-08 09:29:58', '2017-07-08 09:29:58', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/07/logo-1-1.png', 0, 'attachment', 'image/png', 0),
(379, 4, '2017-07-09 11:13:31', '2017-07-09 11:13:31', '', 'img1', '', 'inherit', 'open', 'closed', '', 'img1', '', '', '2017-07-09 11:13:31', '2017-07-09 11:13:31', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/img1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(380, 4, '2017-07-09 11:15:54', '2017-07-09 11:15:54', '', 'img2', '', 'inherit', 'open', 'closed', '', 'img2', '', '', '2017-07-09 11:15:54', '2017-07-09 11:15:54', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/img2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(381, 4, '2017-07-09 11:43:32', '2017-07-09 11:43:32', '', 'icon1', '', 'inherit', 'open', 'closed', '', 'icon1', '', '', '2017-07-09 11:43:32', '2017-07-09 11:43:32', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/icon1-1.png', 0, 'attachment', 'image/png', 0),
(382, 4, '2017-07-09 11:43:37', '2017-07-09 11:43:37', '', 'icon2', '', 'inherit', 'open', 'closed', '', 'icon2', '', '', '2017-07-09 11:43:37', '2017-07-09 11:43:37', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/icon2-1.png', 0, 'attachment', 'image/png', 0),
(383, 4, '2017-07-09 11:43:41', '2017-07-09 11:43:41', '', 'icon3', '', 'inherit', 'open', 'closed', '', 'icon3', '', '', '2017-07-09 11:43:41', '2017-07-09 11:43:41', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/icon3-1.png', 0, 'attachment', 'image/png', 0),
(384, 4, '2017-07-09 11:43:45', '2017-07-09 11:43:45', '', 'icon4', '', 'inherit', 'open', 'closed', '', 'icon4', '', '', '2017-07-09 11:43:45', '2017-07-09 11:43:45', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/icon4-1.png', 0, 'attachment', 'image/png', 0),
(385, 4, '2017-07-09 11:43:50', '2017-07-09 11:43:50', '', 'icon5', '', 'inherit', 'open', 'closed', '', 'icon5', '', '', '2017-07-09 11:43:50', '2017-07-09 11:43:50', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/icon5-1.png', 0, 'attachment', 'image/png', 0),
(386, 4, '2017-07-09 11:43:54', '2017-07-09 11:43:54', '', 'icon6', '', 'inherit', 'open', 'closed', '', 'icon6', '', '', '2017-07-09 11:43:54', '2017-07-09 11:43:54', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/icon6-1.png', 0, 'attachment', 'image/png', 0),
(398, 4, '2017-07-09 16:01:35', '2017-07-09 16:01:35', '', 'parallax', '', 'inherit', 'open', 'closed', '', 'parallax', '', '', '2017-07-09 16:01:35', '2017-07-09 16:01:35', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/parallax-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(401, 4, '2017-07-09 16:43:03', '2017-07-09 16:43:03', '', 'img3', '', 'inherit', 'open', 'closed', '', 'img3', '', '', '2017-07-09 16:43:03', '2017-07-09 16:43:03', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/img3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(407, 4, '2017-07-09 16:43:05', '2017-07-09 16:43:05', '', 'img4', '', 'inherit', 'open', 'closed', '', 'img4', '', '', '2017-07-09 16:43:05', '2017-07-09 16:43:05', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/img4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(408, 4, '2017-07-09 16:43:06', '2017-07-09 16:43:06', '', 'img5', '', 'inherit', 'open', 'closed', '', 'img5', '', '', '2017-07-09 16:43:06', '2017-07-09 16:43:06', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/img5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(409, 4, '2017-07-09 16:43:08', '2017-07-09 16:43:08', '', 'img6', '', 'inherit', 'open', 'closed', '', 'img6', '', '', '2017-07-09 16:43:08', '2017-07-09 16:43:08', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/img6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(410, 4, '2017-07-12 20:21:22', '2017-07-12 20:21:22', '', 'i2', '', 'inherit', 'open', 'closed', '', 'i2', '', '', '2017-07-12 20:21:22', '2017-07-12 20:21:22', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/i2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(412, 4, '2017-07-12 20:36:50', '2017-07-12 20:36:50', '', 'i3', '', 'inherit', 'open', 'closed', '', 'i3', '', '', '2017-07-12 20:36:50', '2017-07-12 20:36:50', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/i3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(413, 4, '2017-07-09 18:49:24', '2017-07-09 18:49:24', '', 'parallax3', '', 'inherit', 'open', 'closed', '', 'parallax3', '', '', '2017-07-09 18:49:24', '2017-07-09 18:49:24', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/parallax3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(415, 4, '2017-07-09 19:23:21', '2017-07-09 19:23:21', '', 'team1', '', 'inherit', 'open', 'closed', '', 'team1', '', '', '2017-07-09 19:23:21', '2017-07-09 19:23:21', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/team1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(416, 4, '2017-07-09 19:23:23', '2017-07-09 19:23:23', '', 'team2', '', 'inherit', 'open', 'closed', '', 'team2', '', '', '2017-07-09 19:23:23', '2017-07-09 19:23:23', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/team2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(417, 4, '2017-07-09 19:23:25', '2017-07-09 19:23:25', '', 'team3', '', 'inherit', 'open', 'closed', '', 'team3', '', '', '2017-07-09 19:23:25', '2017-07-09 19:23:25', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/team3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(418, 4, '2017-07-09 19:23:26', '2017-07-09 19:23:26', '', 'team4', '', 'inherit', 'open', 'closed', '', 'team4', '', '', '2017-07-09 19:23:26', '2017-07-09 19:23:26', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/team4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(419, 4, '2017-07-12 20:55:36', '2017-07-12 20:55:36', '', 'i6', '', 'inherit', 'open', 'closed', '', 'i6', '', '', '2017-07-12 20:55:36', '2017-07-12 20:55:36', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/i6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(431, 4, '2017-07-09 21:03:22', '2017-07-09 21:03:22', '', 'mapmarker', '', 'inherit', 'open', 'closed', '', 'mapmarker', '', '', '2017-07-09 21:03:22', '2017-07-09 21:03:22', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/mapmarker-1.png', 0, 'attachment', 'image/png', 0),
(432, 4, '2017-07-09 21:05:58', '2017-07-09 21:05:58', '', 'mapmarker2', '', 'inherit', 'open', 'closed', '', 'mapmarker2', '', '', '2017-07-09 21:05:58', '2017-07-09 21:05:58', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/mapmarker2-1.png', 0, 'attachment', 'image/png', 0),
(434, 4, '2017-07-13 09:27:39', '2017-07-13 09:27:39', '', 'slider11', '', 'inherit', 'open', 'closed', '', 'slider11', '', '', '2017-07-13 09:27:39', '2017-07-13 09:27:39', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/07/slider11-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(436, 4, '2017-07-09 21:26:38', '2017-07-09 21:26:38', '', 'logo-light', '', 'inherit', 'open', 'closed', '', 'logo-light', '', '', '2017-07-09 21:26:38', '2017-07-09 21:26:38', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/logo-light-1.png', 0, 'attachment', 'image/png', 0),
(438, 4, '2017-07-13 09:36:08', '2017-07-13 09:36:08', '', 'p5', '', 'inherit', 'open', 'closed', '', 'p5', '', '', '2017-07-13 09:36:08', '2017-07-13 09:36:08', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/p5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(444, 4, '2017-07-13 10:02:00', '2017-07-13 10:02:00', '', 'p6', '', 'inherit', 'open', 'closed', '', 'p6', '', '', '2017-07-13 10:02:00', '2017-07-13 10:02:00', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/p6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(445, 4, '2017-07-13 10:02:21', '2017-07-13 10:02:21', '', 'p3', '', 'inherit', 'open', 'closed', '', 'p3', '', '', '2017-07-13 10:02:21', '2017-07-13 10:02:21', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/p3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(446, 4, '2017-07-13 10:02:40', '2017-07-13 10:02:40', '', 'p4', '', 'inherit', 'open', 'closed', '', 'p4', '', '', '2017-07-13 10:02:40', '2017-07-13 10:02:40', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/p4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(449, 4, '2017-07-13 10:25:33', '2017-07-13 10:25:33', '', 'parallax1', '', 'inherit', 'open', 'closed', '', 'parallax1', '', '', '2017-07-13 10:25:33', '2017-07-13 10:25:33', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/parallax1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(459, 4, '2017-07-13 11:27:11', '2017-07-13 11:27:11', '', 'sk1', '', 'inherit', 'open', 'closed', '', 'sk1', '', '', '2017-07-13 11:27:11', '2017-07-13 11:27:11', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/sk1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(467, 4, '2017-07-13 12:53:29', '2017-07-13 12:53:29', '', 't1', '', 'inherit', 'open', 'closed', '', 't1', '', '', '2017-07-13 12:53:29', '2017-07-13 12:53:29', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/t1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(469, 4, '2017-07-13 12:56:51', '2017-07-13 12:56:51', '', 't2', '', 'inherit', 'open', 'closed', '', 't2', '', '', '2017-07-13 12:56:51', '2017-07-13 12:56:51', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/t2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(471, 4, '2017-07-13 12:58:43', '2017-07-13 12:58:43', '', 't3', '', 'inherit', 'open', 'closed', '', 't3', '', '', '2017-07-13 12:58:43', '2017-07-13 12:58:43', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/t3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(476, 4, '2017-07-13 16:16:26', '2017-07-13 16:16:26', '', 'br1', '', 'inherit', 'open', 'closed', '', 'br1', '', '', '2017-07-13 16:16:26', '2017-07-13 16:16:26', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/07/br1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(521, 4, '2017-12-31 08:41:58', '2017-12-31 08:41:58', '', 'about', '', 'inherit', 'open', 'closed', '', 'about-2', '', '', '2017-12-31 08:41:58', '2017-12-31 08:41:58', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/12/about-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(537, 4, '2017-12-26 09:31:13', '2017-12-26 09:31:13', '<p>[text* your-name placeholder \"Your Name (*)\"]</p>\r\n\r\n<p>[email* your-email placeholder \"Your Email (*)\"]</p>\r\n\r\n<p>[textarea your-message placeholder \"Wee are offline right now,\r\nleave us a message and we’ll reply as soon as possible\"] </p>\r\n\r\n<p>[submit \"Send Message\"]</p>\n1\nFrom Your website: \"[your-subject]\"\n[your-name] <info@ensabs.eu>\ninfo@ensabs.eu\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on your website.\nReply-To: [your-email]\n\n\n\n\nXTRA \"[your-subject]\"\nXTRA <wordpress@xtratheme.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\nReply-To: codevzz@gmail.com\n\n\n\nThanks, we appreciate your interest! We\'ll reply as soon as possible.\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.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\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.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'CF7 Quick Contact form', '', 'publish', 'closed', 'closed', '', 'contact-form-2', '', '', '2018-07-18 20:00:44', '2018-07-18 18:00:44', '', 0, 'http://xtratheme.com/?post_type=wpcf7_contact_form&#038;p=504', 0, 'wpcf7_contact_form', '', 0),
(538, 4, '2017-12-26 09:44:34', '2017-12-26 09:44:34', '<p>[text* your-name placeholder \"Name (*)\"]</p>\r\n<p>[text* your-last-name placeholder \"Last Name (*)\"]</p>\r\n\r\n<p>[email* your-email placeholder \"Email (*)\"]</p>\r\n\r\n<p>[text your-subject placeholder \"Subject\"]</p>\r\n\r\n\r\n<p>[text your-facebook-user placeholder facebookuser \"Facebook User\"]</p>\r\n<p>[text your-twitter-user placeholder twitterUser \"Twitter User\"]</p>\r\n\r\n\r\n<p>[textarea your-message placeholder \"Your Message\"] </p>\r\n[acceptance accept-this-1]  I accept the <a href=\"http://ensabs.eu/idams/index.php/privacy-policy/\" target=\"_blank\"> Privacy Policy </a>. [/acceptance]\r\n\r\n<p>[submit \"Send Message\"]</p>\n1\nFrom Your website: \"[your-subject]\"\n[your-name] <info@ensabs.eu>\ninfo@ensabs.eu\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\nDepartment:\r\n[menu-178]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on your website.\nReply-To: [your-email]\n\n\n\n\nXTRA \"[your-subject]\"\nXTRA <wordpress@xtratheme.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\nReply-To: codevzz@gmail.com\n\n\n\nThanks, we appreciate your interest! We\'ll reply as soon as possible.\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.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\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.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'CF7 Contact form 2', '', 'publish', 'closed', 'closed', '', 'cf7-contact-form-3', '', '', '2018-07-19 16:55:25', '2018-07-19 14:55:25', '', 0, 'http://xtratheme.com/?post_type=wpcf7_contact_form&#038;p=505', 0, 'wpcf7_contact_form', '', 0),
(558, 4, '2017-12-31 12:39:42', '2017-12-31 12:39:42', '', 'about2', '', 'inherit', 'open', 'closed', '', 'about2', '', '', '2017-12-31 12:39:42', '2017-12-31 12:39:42', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/12/about2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(575, 4, '2018-01-14 10:45:07', '2018-01-14 10:45:07', '', 'slide1.jpg', '', 'inherit', 'closed', 'closed', '', 'slide1-jpg', '', '', '2018-01-14 10:45:07', '2018-01-14 10:45:07', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/01/slide1.jpg', 0, 'attachment', 'image/jpeg', 0),
(576, 4, '2018-01-14 10:45:09', '2018-01-14 10:45:09', '', 'slide2.jpg', '', 'inherit', 'closed', 'closed', '', 'slide2-jpg', '', '', '2018-01-14 10:45:09', '2018-01-14 10:45:09', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/01/slide2.jpg', 0, 'attachment', 'image/jpeg', 0),
(582, 4, '2017-06-10 08:25:52', '2017-06-10 08:25:52', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\"][cz_title id=\"cz_12332\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Send your messages via below form</span></h3>\n[/cz_title][cz_gap id=\"cz_13215\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_42290\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column width=\"1/2\"][cz_title icon_before_type=\"icon\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_59378\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+1 (800) 333 44 55</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_94781\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">support@xtratheme.com</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_57059\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">121 King Street, Melbourne, Australia</span>[/cz_title][cz_google_map color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_35714\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column][cz_button title=\"CALL US TODAY +1 (800) 333 44 55\" btn_position=\"cz_btn_block\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_57751\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2017-06-10 08:25:52', '2017-06-10 08:25:52', '', 18, 'http://ensabs.eu/idams/index.php/2017/06/10/18-revision-v1/', 0, 'revision', '', 0),
(592, 4, '2017-07-20 08:11:53', '2017-07-20 08:11:53', '[vc_row][vc_column][cz_contact_form_7 cf7=\"CF7 Quick Contact form\" id=\"cz_99855\" css_dd=\".vc_custom_1510049133852{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;border-radius: 20px !important;}\" sk_label=\"color:#727272;margin-left:20px;\" sk_input=\"padding-right:20px;padding-left:20px;\"][/vc_column][/vc_row]', 'Fixed Contact Form', '', 'publish', 'closed', 'closed', '', 'fixed-contact-form', '', '', '2018-07-05 15:29:05', '2018-07-05 14:29:05', '', 0, 'http://xtratheme.com/business/?page_id=592', 0, 'page', '', 0),
(593, 4, '2018-05-22 10:05:04', '2018-05-22 10:05:04', '', 'slide1.jpg', '', 'inherit', 'closed', 'closed', '', 'slide1-jpg-2', '', '', '2018-05-22 10:05:04', '2018-05-22 10:05:04', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/revslider/arch/slide1.jpg', 0, 'attachment', 'image/jpeg', 0),
(594, 4, '2018-05-22 10:05:05', '2018-05-22 10:05:05', '', 'slide2.jpg', '', 'inherit', 'closed', 'closed', '', 'slide2-jpg-2', '', '', '2018-05-22 10:05:05', '2018-05-22 10:05:05', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/revslider/arch/slide2.jpg', 0, 'attachment', 'image/jpeg', 0),
(596, 4, '2018-05-22 10:09:49', '2018-05-22 09:09:49', '', 'ENSABS', '', 'inherit', 'open', 'closed', '', 'logo-ensabs', '', '', '2018-05-22 10:10:19', '2018-05-22 09:10:19', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/05/logo-ENSABS.png', 0, 'attachment', 'image/png', 0),
(598, 4, '2017-07-20 09:11:40', '2017-07-20 09:11:40', '', 'ab1', '', 'inherit', 'open', 'closed', '', 'ab1', '', '', '2017-07-20 09:11:40', '2017-07-20 09:11:40', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/ab1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(599, 4, '2017-07-20 09:11:43', '2017-07-20 09:11:43', '', 'ab2', '', 'inherit', 'open', 'closed', '', 'ab2', '', '', '2017-07-20 09:11:43', '2017-07-20 09:11:43', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/ab2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(601, 4, '2018-05-22 10:23:57', '2018-05-22 09:23:57', 'http://ensabs.eu/idams/wp-content/uploads/2018/05/cropped-logo-ENSABS.png', 'cropped-logo-ENSABS.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-ensabs-png', '', '', '2018-05-22 10:23:57', '2018-05-22 09:23:57', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/05/cropped-logo-ENSABS.png', 0, 'attachment', 'image/png', 0),
(604, 4, '2018-05-22 10:40:11', '2018-05-22 09:40:11', '', 'idams', '', 'inherit', 'open', 'closed', '', 'idams', '', '', '2018-05-22 10:40:11', '2018-05-22 09:40:11', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/05/idams.png', 0, 'attachment', 'image/png', 0),
(635, 4, '2018-05-22 11:54:26', '2018-05-22 10:54:26', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_80539\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Send your messages via below form</span></h3>\n[/cz_title][cz_gap id=\"cz_88704\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_43357\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_85594\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_66634\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_93665\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_53496\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_83819\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\" cz_button=\"\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-05-22 11:54:26', '2018-05-22 10:54:26', '', 18, 'http://ensabs.eu/idams/index.php/2018/05/22/18-revision-v1/', 0, 'revision', '', 0),
(636, 4, '2018-05-22 11:54:26', '2018-05-22 10:54:26', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_97461\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Send your messages via below form</span></h3>\n[/cz_title][cz_gap id=\"cz_33088\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_34064\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_56785\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_52776\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_71638\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_78643\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_56061\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\" cz_button=\"\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-05-22 11:54:26', '2018-05-22 10:54:26', '', 18, 'http://ensabs.eu/idams/index.php/2018/05/22/18-revision-v1/', 0, 'revision', '', 0),
(637, 4, '2018-05-22 11:55:14', '2018-05-22 10:55:14', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_88666\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Send your messages via below form</span></h3>\n[/cz_title][cz_gap id=\"cz_67294\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_71421\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_35421\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_49142\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_76025\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_63018\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_38645\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-05-22 11:55:14', '2018-05-22 10:55:14', '', 18, 'http://ensabs.eu/idams/index.php/2018/05/22/18-revision-v1/', 0, 'revision', '', 0),
(638, 4, '2018-05-22 11:55:14', '2018-05-22 10:55:14', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_95801\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Send your messages via below form</span></h3>\n[/cz_title][cz_gap id=\"cz_99019\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_96168\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_27553\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_96773\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_89323\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_61256\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_36979\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-05-22 11:55:14', '2018-05-22 10:55:14', '', 18, 'http://ensabs.eu/idams/index.php/2018/05/22/18-revision-v1/', 0, 'revision', '', 0),
(639, 4, '2018-05-22 11:55:14', '2018-05-22 10:55:14', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_18141\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Send your messages via below form</span></h3>\n[/cz_title][cz_gap id=\"cz_65492\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_14356\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_69889\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_22456\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_30335\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_11719\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_42872\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-05-22 11:55:14', '2018-05-22 10:55:14', '', 18, 'http://ensabs.eu/idams/index.php/2018/05/22/18-revision-v1/', 0, 'revision', '', 0),
(640, 4, '2018-05-22 11:55:14', '2018-05-22 10:55:14', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_81430\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Send your messages via below form</span></h3>\n[/cz_title][cz_gap id=\"cz_72979\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_88231\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_69853\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_82986\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_86379\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_45983\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_67472\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-05-22 11:55:14', '2018-05-22 10:55:14', '', 18, 'http://ensabs.eu/idams/index.php/2018/05/22/18-revision-v1/', 0, 'revision', '', 0),
(641, 4, '2018-05-22 11:55:14', '2018-05-22 10:55:14', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_98203\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Send your messages via below form</span></h3>\n[/cz_title][cz_gap id=\"cz_98586\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_50639\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_19095\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_41973\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_31593\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_17246\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_20693\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-05-22 11:55:14', '2018-05-22 10:55:14', '', 18, 'http://ensabs.eu/idams/index.php/2018/05/22/18-revision-v1/', 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
(642, 4, '2018-05-22 11:55:14', '2018-05-22 10:55:14', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_31251\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Send your messages via below form</span></h3>\n[/cz_title][cz_gap id=\"cz_68987\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_69579\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_41075\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_34804\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_24918\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_30233\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_95037\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-05-22 11:55:14', '2018-05-22 10:55:14', '', 18, 'http://ensabs.eu/idams/index.php/2018/05/22/18-revision-v1/', 0, 'revision', '', 0),
(677, 4, '2017-11-06 21:11:42', '2017-11-06 21:11:42', '', 'pr3', '', 'inherit', 'open', 'closed', '', 'pr3', '', '', '2017-11-06 21:11:42', '2017-11-06 21:11:42', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/pr3-1.png', 0, 'attachment', 'image/png', 0),
(705, 4, '2018-07-03 07:27:23', '2018-07-03 06:27:23', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_17521\" cz_title=\"\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Tell us about your business needs, and we will contact you.  </span></h3>\n[/cz_title][cz_gap id=\"cz_51793\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_25265\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_91425\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_19126\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_68318\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_30894\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_67132\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-03 07:27:23', '2018-07-03 06:27:23', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/03/18-revision-v1/', 0, 'revision', '', 0),
(706, 4, '2018-07-03 07:27:23', '2018-07-03 06:27:23', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_35931\" cz_title=\"\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Tell us about your business needs, and we will contact you.  </span></h3>\n[/cz_title][cz_gap id=\"cz_99882\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_45427\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_31207\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_40480\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_34383\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_45946\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:http%3A%2F%2Fxtratheme.com%2Farchitect%2Fcontact%2F|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_78547\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-03 07:27:23', '2018-07-03 06:27:23', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/03/18-revision-v1/', 0, 'revision', '', 0),
(707, 4, '2018-07-03 07:33:48', '2018-07-03 06:33:48', '<h1>Privacy Policy</h1>\r\n&nbsp;\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis leo massa, iaculis tristique lacus nec, viverra molestie dolor. Proin sed dui ut massa tincidunt pellentesque. Integer dui augue, tristique ac faucibus sagittis, porta facilisis tellus. Etiam venenatis hendrerit lacus sit amet rhoncus. Phasellus commodo est vel diam eleifend, sed viverra elit consectetur. Duis id suscipit dui. Suspendisse porta gravida blandit. Integer scelerisque mollis volutpat.\r\n\r\nAliquam sed pharetra elit. Aenean sed tincidunt libero, eget venenatis nulla. Nullam aliquam, ex vitae ullamcorper congue, dui dolor rhoncus tellus, quis pellentesque tortor lectus non lacus. Vivamus lectus arcu, elementum at dui semper, vulputate gravida dui. Vivamus ut ante venenatis, tristique lacus finibus, ullamcorper urna. Vestibulum ut tellus eget ipsum interdum tempus. Maecenas suscipit massa semper quam mattis vestibulum id sollicitudin massa. Etiam facilisis eros sit amet sem aliquet feugiat. Nulla ut luctus eros. Cras sit amet ligula id enim egestas lobortis. Cras imperdiet suscipit massa, ut ultricies magna maximus a. Pellentesque et auctor mi, in vehicula massa. Suspendisse imperdiet nibh elit, nec accumsan velit porttitor id.\r\n\r\nVestibulum quis dolor vitae libero volutpat ullamcorper. Nulla tellus dolor, bibendum nec neque sit amet, cursus feugiat dolor. Mauris varius elit non mollis mollis. Morbi faucibus nulla quis odio aliquam ultrices. Suspendisse eget consequat purus. In et nibh eu eros porttitor lacinia. Praesent ex tortor, finibus non neque eget, suscipit aliquet tellus. Ut placerat viverra ullamcorper. Duis tempor odio sed sapien mollis, id aliquam orci gravida. Nullam fermentum nulla vel bibendum pellentesque. Nam ac aliquam arcu, nec laoreet est. Quisque augue justo, aliquet vel lorem at, gravida euismod lectus. Ut hendrerit metus a convallis consequat. Sed consectetur dapibus urna, vel tempus neque vehicula a.\r\n\r\nIn ac porttitor velit, sed tincidunt erat. Praesent egestas dapibus leo, et commodo orci pharetra ullamcorper. Praesent sit amet mauris est. Nullam quis laoreet erat. In a urna quis arcu rutrum facilisis. Quisque vestibulum ac massa eu venenatis. Maecenas neque felis, accumsan non turpis in, mollis molestie tortor. Integer sodales nunc libero, ac auctor felis ultricies a. Aliquam ut blandit enim. Sed non purus ut libero dictum interdum. Mauris molestie lobortis convallis. Quisque pharetra nisl at pellentesque semper. Aliquam sit amet viverra arcu. Aliquam bibendum vulputate magna, euismod aliquam ipsum rutrum quis. Etiam hendrerit sollicitudin odio vitae hendrerit.\r\n\r\nNulla eget aliquam metus. Vivamus facilisis nisl in justo condimentum bibendum. Duis at egestas ligula, euismod rhoncus nisi. Sed gravida malesuada nulla eget tristique. In eget risus magna. Nunc aliquet tincidunt sodales. Donec convallis, magna ac luctus egestas, elit felis consectetur erat, non tristique ante tellus et tellus.', 'Privacy Policy', '', 'trash', 'closed', 'closed', '', 'privacy-policy-2__trashed', '', '', '2018-07-19 16:54:10', '2018-07-19 14:54:10', '', 0, 'http://ensabs.eu/idams/?page_id=707', 0, 'page', '', 0),
(709, 4, '2018-07-03 07:33:48', '2018-07-03 06:33:48', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis leo massa, iaculis tristique lacus nec, viverra molestie dolor. Proin sed dui ut massa tincidunt pellentesque. Integer dui augue, tristique ac faucibus sagittis, porta facilisis tellus. Etiam venenatis hendrerit lacus sit amet rhoncus. Phasellus commodo est vel diam eleifend, sed viverra elit consectetur. Duis id suscipit dui. Suspendisse porta gravida blandit. Integer scelerisque mollis volutpat.\r\n\r\nAliquam sed pharetra elit. Aenean sed tincidunt libero, eget venenatis nulla. Nullam aliquam, ex vitae ullamcorper congue, dui dolor rhoncus tellus, quis pellentesque tortor lectus non lacus. Vivamus lectus arcu, elementum at dui semper, vulputate gravida dui. Vivamus ut ante venenatis, tristique lacus finibus, ullamcorper urna. Vestibulum ut tellus eget ipsum interdum tempus. Maecenas suscipit massa semper quam mattis vestibulum id sollicitudin massa. Etiam facilisis eros sit amet sem aliquet feugiat. Nulla ut luctus eros. Cras sit amet ligula id enim egestas lobortis. Cras imperdiet suscipit massa, ut ultricies magna maximus a. Pellentesque et auctor mi, in vehicula massa. Suspendisse imperdiet nibh elit, nec accumsan velit porttitor id.\r\n\r\nVestibulum quis dolor vitae libero volutpat ullamcorper. Nulla tellus dolor, bibendum nec neque sit amet, cursus feugiat dolor. Mauris varius elit non mollis mollis. Morbi faucibus nulla quis odio aliquam ultrices. Suspendisse eget consequat purus. In et nibh eu eros porttitor lacinia. Praesent ex tortor, finibus non neque eget, suscipit aliquet tellus. Ut placerat viverra ullamcorper. Duis tempor odio sed sapien mollis, id aliquam orci gravida. Nullam fermentum nulla vel bibendum pellentesque. Nam ac aliquam arcu, nec laoreet est. Quisque augue justo, aliquet vel lorem at, gravida euismod lectus. Ut hendrerit metus a convallis consequat. Sed consectetur dapibus urna, vel tempus neque vehicula a.\r\n\r\nIn ac porttitor velit, sed tincidunt erat. Praesent egestas dapibus leo, et commodo orci pharetra ullamcorper. Praesent sit amet mauris est. Nullam quis laoreet erat. In a urna quis arcu rutrum facilisis. Quisque vestibulum ac massa eu venenatis. Maecenas neque felis, accumsan non turpis in, mollis molestie tortor. Integer sodales nunc libero, ac auctor felis ultricies a. Aliquam ut blandit enim. Sed non purus ut libero dictum interdum. Mauris molestie lobortis convallis. Quisque pharetra nisl at pellentesque semper. Aliquam sit amet viverra arcu. Aliquam bibendum vulputate magna, euismod aliquam ipsum rutrum quis. Etiam hendrerit sollicitudin odio vitae hendrerit.\r\n\r\nNulla eget aliquam metus. Vivamus facilisis nisl in justo condimentum bibendum. Duis at egestas ligula, euismod rhoncus nisi. Sed gravida malesuada nulla eget tristique. In eget risus magna. Nunc aliquet tincidunt sodales. Donec convallis, magna ac luctus egestas, elit felis consectetur erat, non tristique ante tellus et tellus.', 'Terms and conditions', '', 'inherit', 'closed', 'closed', '', '707-revision-v1', '', '', '2018-07-03 07:33:48', '2018-07-03 06:33:48', '', 707, 'http://ensabs.eu/idams/index.php/2018/07/03/707-revision-v1/', 0, 'revision', '', 0),
(710, 4, '2018-07-03 07:34:31', '2018-07-03 06:34:31', '<h1>Terms and conditions</h1>\r\n&nbsp;\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis leo massa, iaculis tristique lacus nec, viverra molestie dolor. Proin sed dui ut massa tincidunt pellentesque. Integer dui augue, tristique ac faucibus sagittis, porta facilisis tellus. Etiam venenatis hendrerit lacus sit amet rhoncus. Phasellus commodo est vel diam eleifend, sed viverra elit consectetur. Duis id suscipit dui. Suspendisse porta gravida blandit. Integer scelerisque mollis volutpat.\r\n\r\nAliquam sed pharetra elit. Aenean sed tincidunt libero, eget venenatis nulla. Nullam aliquam, ex vitae ullamcorper congue, dui dolor rhoncus tellus, quis pellentesque tortor lectus non lacus. Vivamus lectus arcu, elementum at dui semper, vulputate gravida dui. Vivamus ut ante venenatis, tristique lacus finibus, ullamcorper urna. Vestibulum ut tellus eget ipsum interdum tempus. Maecenas suscipit massa semper quam mattis vestibulum id sollicitudin massa. Etiam facilisis eros sit amet sem aliquet feugiat. Nulla ut luctus eros. Cras sit amet ligula id enim egestas lobortis. Cras imperdiet suscipit massa, ut ultricies magna maximus a. Pellentesque et auctor mi, in vehicula massa. Suspendisse imperdiet nibh elit, nec accumsan velit porttitor id.\r\n\r\nVestibulum quis dolor vitae libero volutpat ullamcorper. Nulla tellus dolor, bibendum nec neque sit amet, cursus feugiat dolor. Mauris varius elit non mollis mollis. Morbi faucibus nulla quis odio aliquam ultrices. Suspendisse eget consequat purus. In et nibh eu eros porttitor lacinia. Praesent ex tortor, finibus non neque eget, suscipit aliquet tellus. Ut placerat viverra ullamcorper. Duis tempor odio sed sapien mollis, id aliquam orci gravida. Nullam fermentum nulla vel bibendum pellentesque. Nam ac aliquam arcu, nec laoreet est. Quisque augue justo, aliquet vel lorem at, gravida euismod lectus. Ut hendrerit metus a convallis consequat. Sed consectetur dapibus urna, vel tempus neque vehicula a.\r\n\r\nIn ac porttitor velit, sed tincidunt erat. Praesent egestas dapibus leo, et commodo orci pharetra ullamcorper. Praesent sit amet mauris est. Nullam quis laoreet erat. In a urna quis arcu rutrum facilisis. Quisque vestibulum ac massa eu venenatis. Maecenas neque felis, accumsan non turpis in, mollis molestie tortor. Integer sodales nunc libero, ac auctor felis ultricies a. Aliquam ut blandit enim. Sed non purus ut libero dictum interdum. Mauris molestie lobortis convallis. Quisque pharetra nisl at pellentesque semper. Aliquam sit amet viverra arcu. Aliquam bibendum vulputate magna, euismod aliquam ipsum rutrum quis. Etiam hendrerit sollicitudin odio vitae hendrerit.\r\n\r\nNulla eget aliquam metus. Vivamus facilisis nisl in justo condimentum bibendum. Duis at egestas ligula, euismod rhoncus nisi. Sed gravida malesuada nulla eget tristique. In eget risus magna. Nunc aliquet tincidunt sodales. Donec convallis, magna ac luctus egestas, elit felis consectetur erat, non tristique ante tellus et tellus.', 'Terms and conditions', '', 'inherit', 'closed', 'closed', '', '707-revision-v1', '', '', '2018-07-03 07:34:31', '2018-07-03 06:34:31', '', 707, 'http://ensabs.eu/idams/index.php/2018/07/03/707-revision-v1/', 0, 'revision', '', 0),
(711, 4, '2018-07-03 07:48:46', '2018-07-03 06:48:46', '', 'accounting2', '', 'inherit', 'open', 'closed', '', 'accounting2', '', '', '2018-07-03 07:48:46', '2018-07-03 06:48:46', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/accounting2.png', 0, 'attachment', 'image/png', 0),
(712, 4, '2018-07-03 07:52:10', '2018-07-03 06:52:10', '', 'business intelligence', '', 'inherit', 'open', 'closed', '', 'business-intelligence', '', '', '2018-07-03 07:52:10', '2018-07-03 06:52:10', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/business-intelligence.png', 0, 'attachment', 'image/png', 0),
(715, 4, '2018-07-03 08:09:31', '2018-07-03 07:09:31', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_38986\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Tell us about your business needs, and we will contact you.  </span></h3>\n[/cz_title][cz_gap id=\"cz_54081\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_98038\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_55976\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_29961\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_97965\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_63391\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_46749\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\" cz_button=\"\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-03 08:09:31', '2018-07-03 07:09:31', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/03/18-revision-v1/', 0, 'revision', '', 0),
(716, 4, '2018-07-03 08:09:31', '2018-07-03 07:09:31', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_99292\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Tell us about your business needs, and we will contact you.  </span></h3>\n[/cz_title][cz_gap id=\"cz_46045\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_34989\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_42744\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_28727\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@ensabs.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_41649\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_67929\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_55166\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\" cz_button=\"\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-03 08:09:31', '2018-07-03 07:09:31', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/03/18-revision-v1/', 0, 'revision', '', 0),
(736, 4, '2018-07-03 22:11:48', '2018-07-03 21:11:48', '', 'rotativo', '', 'inherit', 'open', 'closed', '', 'rotativo', '', '', '2018-07-03 22:11:48', '2018-07-03 21:11:48', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/rotativo.png', 0, 'attachment', 'image/png', 0),
(737, 4, '2018-07-03 22:12:00', '2018-07-03 21:12:00', '', 'rotativo2', '', 'inherit', 'open', 'closed', '', 'rotativo2', '', '', '2018-07-03 22:12:00', '2018-07-03 21:12:00', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/rotativo2.png', 0, 'attachment', 'image/png', 0),
(738, 4, '2018-07-03 22:12:15', '2018-07-03 21:12:15', '', 'rotativo3', '', 'inherit', 'open', 'closed', '', 'rotativo3', '', '', '2018-07-03 22:12:15', '2018-07-03 21:12:15', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/rotativo3.png', 0, 'attachment', 'image/png', 0),
(746, 4, '2018-07-03 22:39:48', '2018-07-03 21:39:48', '', 'ensabsLogo', '', 'inherit', 'open', 'closed', '', 'ensabslogo', '', '', '2018-07-03 22:39:48', '2018-07-03 21:39:48', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/ensabsLogo.png', 0, 'attachment', 'image/png', 0),
(747, 4, '2018-07-03 22:40:18', '2018-07-03 21:40:18', 'http://ensabs.eu/idams/wp-content/uploads/2018/07/cropped-ensabsLogo.png', 'cropped-ensabsLogo.png', '', 'inherit', 'open', 'closed', '', 'cropped-ensabslogo-png', '', '', '2018-07-03 22:40:18', '2018-07-03 21:40:18', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/cropped-ensabsLogo.png', 0, 'attachment', 'image/png', 0),
(748, 4, '2018-07-03 22:45:22', '2018-07-03 21:45:22', '{\n    \"site_icon\": {\n        \"value\": 747,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-03 21:41:08\"\n    },\n    \"codevz_theme_options[logo]\": {\n        \"value\": \"http://ensabs.eu/idams/wp-content/uploads/2018/07/ensabsLogo.png\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-03 21:41:08\"\n    },\n    \"codevz_theme_options[_css_logo_css]\": {\n        \"value\": \"padding:18px 0px 36px;margin:-48px 0px -3px -50px;\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-03 21:45:17\"\n    },\n    \"codevz_theme_options[header_1_left]\": {\n        \"value\": [\n            {\n                \"element\": \"logo\",\n                \"element_id\": \"header_1_left\",\n                \"logo_width\": \"90px\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"\",\n                \"it_link\": \"\",\n                \"sk_it\": \"\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"40px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-03 21:44:16\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '741406cc-0dec-4b21-a3b1-76553ad2e65a', '', '', '2018-07-03 22:45:22', '2018-07-03 21:45:22', '', 0, 'http://ensabs.eu/idams/?p=748', 0, 'customize_changeset', '', 0),
(751, 4, '2018-07-03 22:49:09', '2018-07-03 21:49:09', '', 'ID@MS', '', 'inherit', 'open', 'closed', '', 'logos2', '', '', '2018-07-08 15:19:01', '2018-07-08 13:19:01', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/logos2.png', 0, 'attachment', 'image/png', 0),
(752, 4, '2018-07-03 22:49:14', '2018-07-03 21:49:14', '', 'logos1', '', 'inherit', 'open', 'closed', '', 'logos1', '', '', '2018-07-03 22:49:14', '2018-07-03 21:49:14', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/logos1.png', 0, 'attachment', 'image/png', 0),
(753, 4, '2018-07-03 23:00:04', '2018-07-03 22:00:04', '', 'ensabss', '', 'inherit', 'open', 'closed', '', 'ensabss', '', '', '2018-07-03 23:00:04', '2018-07-03 22:00:04', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/ensabss.png', 0, 'attachment', 'image/png', 0),
(754, 4, '2018-07-03 23:00:06', '2018-07-03 22:00:06', '', 'idamss', '', 'inherit', 'open', 'closed', '', 'idamss', '', '', '2018-07-03 23:00:06', '2018-07-03 22:00:06', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/idamss.png', 0, 'attachment', 'image/png', 0),
(758, 4, '2017-07-08 08:36:27', '2017-07-08 08:36:27', '', 'slider1.jpg', '', 'inherit', 'closed', 'closed', '', 'slider1-jpg-2', '', '', '2017-07-08 08:36:27', '2017-07-08 08:36:27', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/07/slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(759, 4, '2017-07-08 11:11:21', '2017-07-08 11:11:21', '', 'p1', '', 'inherit', 'open', 'closed', '', 'p1', '', '', '2017-07-08 11:11:21', '2017-07-08 11:11:21', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/p1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(760, 4, '2017-07-12 20:03:06', '2017-07-12 20:03:06', '', 'i1', '', 'inherit', 'open', 'closed', '', 'i1-2', '', '', '2017-07-12 20:03:06', '2017-07-12 20:03:06', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/i1-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(761, 4, '2017-07-12 20:55:32', '2017-07-12 20:55:32', '', 'i4', '', 'inherit', 'open', 'closed', '', 'i4', '', '', '2017-07-12 20:55:32', '2017-07-12 20:55:32', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/i4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(762, 4, '2017-07-12 20:55:34', '2017-07-12 20:55:34', '', 'i5', '', 'inherit', 'open', 'closed', '', 'i5', '', '', '2017-07-12 20:55:34', '2017-07-12 20:55:34', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/i5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(763, 4, '2017-07-13 09:32:12', '2017-07-13 09:32:12', '', 'slider111', '', 'inherit', 'open', 'closed', '', 'slider111', '', '', '2017-07-13 09:32:12', '2017-07-13 09:32:12', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/07/slider111-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(764, 4, '2017-07-20 10:30:52', '2017-07-20 10:30:52', '', 's1', '', 'inherit', 'open', 'closed', '', 's1-2', '', '', '2017-07-20 10:30:52', '2017-07-20 10:30:52', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/s1-1-1.png', 0, 'attachment', 'image/png', 0),
(765, 4, '2017-07-20 10:41:10', '2017-07-20 10:41:10', '', 's2', '', 'inherit', 'open', 'closed', '', 's2', '', '', '2017-07-20 10:41:10', '2017-07-20 10:41:10', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/s2-1.png', 0, 'attachment', 'image/png', 0),
(766, 4, '2017-07-20 10:48:40', '2017-07-20 10:48:40', '', 's3', '', 'inherit', 'open', 'closed', '', 's3', '', '', '2017-07-20 10:48:40', '2017-07-20 10:48:40', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/s3-1.png', 0, 'attachment', 'image/png', 0),
(767, 4, '2017-07-20 10:50:48', '2017-07-20 10:50:48', '', 's4', '', 'inherit', 'open', 'closed', '', 's4', '', '', '2017-07-20 10:50:48', '2017-07-20 10:50:48', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/s4-1.png', 0, 'attachment', 'image/png', 0),
(768, 4, '2017-07-20 10:57:51', '2017-07-20 10:57:51', '', 's5', '', 'inherit', 'open', 'closed', '', 's5', '', '', '2017-07-20 10:57:51', '2017-07-20 10:57:51', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/s5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(769, 4, '2017-11-06 21:06:02', '2017-11-06 21:06:02', '', 'pr1', '', 'inherit', 'open', 'closed', '', 'pr1', '', '', '2017-11-06 21:06:02', '2017-11-06 21:06:02', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/pr1-2.png', 0, 'attachment', 'image/png', 0),
(770, 4, '2017-11-06 21:11:38', '2017-11-06 21:11:38', '', 'pr1', '', 'inherit', 'open', 'closed', '', 'pr1-2', '', '', '2017-11-06 21:11:38', '2017-11-06 21:11:38', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/pr1-1-1.png', 0, 'attachment', 'image/png', 0),
(771, 4, '2017-11-06 21:11:40', '2017-11-06 21:11:40', '', 'pr2', '', 'inherit', 'open', 'closed', '', 'pr2', '', '', '2017-11-06 21:11:40', '2017-11-06 21:11:40', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/06/pr2-1.png', 0, 'attachment', 'image/png', 0),
(772, 4, '2017-12-29 14:55:45', '2017-12-29 14:55:45', '', 'logo1_fff', '', 'inherit', 'open', 'closed', '', 'logo1_fff', '', '', '2017-12-29 14:55:45', '2017-12-29 14:55:45', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/12/logo1_fff-1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(773, 4, '2017-06-10 08:21:56', '2017-06-10 08:21:56', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_43366\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_94900\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_62067\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_63221\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_76171\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_22770\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_86050\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_27788\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_52772\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We Bring You</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Services</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_34934\"]\n<h4>SEO Management</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_46306\"]\n<h4>Advertisement Idea\'s</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_61992\"]\n<h4>Anywhere Supports</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21811\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_55446\"]\n<h4>Provide CV Form</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_22256\"]\n<h4>Online Consulting</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_21322\"]\n<h4>Global Business</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_73672\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_50921\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_13893\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_69824\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_67313\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_48780\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_15868\"][cz_title id=\"cz_98679\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_26008\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33530\"][cz_title id=\"cz_12137\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17246\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_13500\"][cz_title id=\"cz_93979\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_86145\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_15862\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_31592\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_43899\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_31606\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_89216\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83298\"][cz_content_box type=\"1\" id=\"cz_21730\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20236\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_84658\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_98731\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29772\"][cz_content_box type=\"1\" id=\"cz_13376\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60409\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_50348\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_50709\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95141\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_69338\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_96895\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31439\"][cz_content_box type=\"1\" id=\"cz_71119\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50581\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_51094\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_83181\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_52451\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_24490\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_66206\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_32707\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_92459\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_81722\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_11985\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_33908\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_62857\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_74374\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_36503\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_64457\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_94175\" sk_overall=\"margin-bottom:30px;\" cz_title=\"\"]\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\n[/cz_title][cz_title text_center=\"true\" id=\"cz_21934\" sk_overall=\"margin-bottom:30px;\"]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_67710\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_32334\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_20514\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_95551\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_16836\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design & Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_35543\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_41437\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_30504\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_49846\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_24905\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_12551\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_41098\"]\n<h4 style=\"text-align: center;\">John Carter</h4>\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_11124\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_47936\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_38999\"]\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_86302\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_26241\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_57760\"]\n<h4 style=\"text-align: center;\">Jack Richer</h4>\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2017-06-10 08:21:56', '2017-06-10 08:21:56', '', 4, 'http://ensabs.eu/idams/index.php/2017/06/10/4-revision-v1/', 0, 'revision', '', 0),
(779, 4, '2018-07-05 15:29:00', '2018-07-05 14:29:00', ' ', '', '', 'publish', 'closed', 'closed', '', '779', '', '', '2018-07-19 17:05:48', '2018-07-19 15:05:48', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/05/', 1, 'nav_menu_item', '', 0),
(780, 4, '2017-12-29 14:56:50', '2017-12-29 14:56:50', '', 'logo2_fff', '', 'inherit', 'open', 'closed', '', 'logo2_fff', '', '', '2017-12-29 14:56:50', '2017-12-29 14:56:50', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/12/logo2_fff-1.png', 0, 'attachment', 'image/png', 0),
(781, 4, '2017-12-29 14:57:20', '2017-12-29 14:57:20', '', 'logo3_fff', '', 'inherit', 'open', 'closed', '', 'logo3_fff', '', '', '2017-12-29 14:57:20', '2017-12-29 14:57:20', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/12/logo3_fff-1.png', 0, 'attachment', 'image/png', 0),
(782, 4, '2017-12-29 14:58:09', '2017-12-29 14:58:09', '', 'logo8_fff', '', 'inherit', 'open', 'closed', '', 'logo8_fff', '', '', '2017-12-29 14:58:09', '2017-12-29 14:58:09', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/12/logo8_fff-1.png', 0, 'attachment', 'image/png', 0),
(783, 4, '2017-12-29 14:58:35', '2017-12-29 14:58:35', '', 'logo7_fff', '', 'inherit', 'open', 'closed', '', 'logo7_fff', '', '', '2017-12-29 14:58:35', '2017-12-29 14:58:35', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/12/logo7_fff-1.png', 0, 'attachment', 'image/png', 0),
(784, 4, '2017-12-29 14:58:59', '2017-12-29 14:58:59', '', 'logof_fff', '', 'inherit', 'open', 'closed', '', 'logof_fff', '', '', '2017-12-29 14:58:59', '2017-12-29 14:58:59', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2017/12/logof_fff-1.png', 0, 'attachment', 'image/png', 0),
(810, 4, '2018-01-14 09:15:08', '2018-01-14 09:15:08', '', 'slider11.jpg', '', 'inherit', 'closed', 'closed', '', 'slider11-jpg', '', '', '2018-01-14 09:15:08', '2018-01-14 09:15:08', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/01/slider11.jpg', 0, 'attachment', 'image/jpeg', 0),
(811, 4, '2018-01-14 09:15:09', '2018-01-14 09:15:09', '', 'slider111.jpg', '', 'inherit', 'closed', 'closed', '', 'slider111-jpg', '', '', '2018-01-14 09:15:09', '2018-01-14 09:15:09', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/01/slider111.jpg', 0, 'attachment', 'image/jpeg', 0),
(818, 4, '2017-07-20 08:11:53', '2017-07-20 08:11:53', '[vc_row][vc_column][cz_contact_form_7 cf7=\"CF7 Quick Contact form\" id=\"cz_15164\" css_dd=\".vc_custom_1510049133852{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;border-radius: 20px !important;}\" sk_label=\"color:#727272;margin-left:20px;\" sk_input=\"padding-right:20px;padding-left:20px;\"][/vc_column][/vc_row]', 'Fixed Contact Form', '', 'inherit', 'closed', 'closed', '', '592-revision-v1', '', '', '2017-07-20 08:11:53', '2017-07-20 08:11:53', '', 592, 'http://ensabs.eu/idams/index.php/2017/07/20/592-revision-v1/', 0, 'revision', '', 0),
(820, 4, '2017-06-10 21:16:48', '2017-06-10 21:16:48', '<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text your-subject] </label>\r\n\r\n<label> Departemant\r\n    [select menu-178 \"Business Departemant\" \"Personal Departemant\" \"Support Departemant\" \"Others\"] </label>\r\n\r\n<label> Your Message\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nXTRA \"[your-subject]\"\n[your-name] <info@ensabs.eu>\ninfo@ensabs.eu\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\nReply-To: [your-email]\n\n\n\n\nXTRA \"[your-subject]\"\nXTRA <wordpress@xtratheme.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on XTRA (http://xtratheme.com)\nReply-To: codevzz@gmail.com\n\n\n\nThanks, we appreciate your interest! We\'ll reply as soon as possible.\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.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\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.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-3', '', '', '2018-07-11 08:11:13', '2018-07-11 06:11:13', '', 0, 'http://xtratheme.com/?post_type=wpcf7_contact_form&#038;p=213', 0, 'wpcf7_contact_form', '', 0),
(825, 4, '2018-07-05 15:29:05', '2018-07-05 14:29:05', ' ', '', '', 'publish', 'closed', 'closed', '', '825', '', '', '2018-07-19 17:05:48', '2018-07-19 15:05:48', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/05/825/', 5, 'nav_menu_item', '', 0),
(827, 4, '2018-07-05 15:29:07', '2018-07-05 15:29:07', '', 'slider11.jpg', '', 'inherit', 'closed', 'closed', '', 'slider11-jpg-2', '', '', '2018-07-05 15:29:07', '2018-07-05 15:29:07', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/revslider/xtra_slider_business/slider11.jpg', 0, 'attachment', 'image/jpeg', 0),
(828, 4, '2018-07-05 15:29:08', '2018-07-05 15:29:08', '', 'slider111.jpg', '', 'inherit', 'closed', 'closed', '', 'slider111-jpg-2', '', '', '2018-07-05 15:29:08', '2018-07-05 15:29:08', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/revslider/xtra_slider_business/slider111.jpg', 0, 'attachment', 'image/jpeg', 0),
(829, 4, '2018-07-05 16:00:17', '2018-07-05 15:00:17', '{\n    \"codevz_theme_options[site_color]\": {\n        \"value\": \"#38e7ff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-05 15:00:15\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '655f6d65-48eb-41e7-aa54-303124131fbd', '', '', '2018-07-05 16:00:17', '2018-07-05 15:00:17', '', 0, 'http://ensabs.eu/idams/?p=829', 0, 'customize_changeset', '', 0),
(830, 4, '2018-07-05 16:01:40', '2018-07-05 15:01:40', '{\n    \"codevz_theme_options[site_color]\": {\n        \"value\": \"#38e7ff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-05 15:01:40\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c4e43037-60d7-416a-8639-8545b2b75d05', '', '', '2018-07-05 16:01:40', '2018-07-05 15:01:40', '', 0, 'http://ensabs.eu/idams/?p=830', 0, 'customize_changeset', '', 0),
(831, 4, '2018-07-05 16:02:33', '2018-07-05 15:02:33', '{\n    \"codevz_theme_options[site_color]\": {\n        \"value\": \"#38e7ff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-05 15:02:33\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'fc2e906d-ee7b-48f7-ad2c-530ee5122eb6', '', '', '2018-07-05 16:02:33', '2018-07-05 15:02:33', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/05/fc2e906d-ee7b-48f7-ad2c-530ee5122eb6/', 0, 'customize_changeset', '', 0),
(835, 4, '2018-07-05 17:09:44', '2018-07-05 16:09:44', '{\n    \"codevz_theme_options[logo]\": {\n        \"value\": \"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams.png\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-05 16:09:44\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f6520e23-5c81-45f5-b9ea-b8eca1debab6', '', '', '2018-07-05 17:09:44', '2018-07-05 16:09:44', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/05/f6520e23-5c81-45f5-b9ea-b8eca1debab6/', 0, 'customize_changeset', '', 0),
(836, 4, '2018-07-05 17:13:02', '2018-07-05 16:13:02', '{\n    \"codevz_theme_options[logo]\": {\n        \"value\": \"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams.png\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-05 16:13:02\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'df235511-d626-403d-9057-1e3a59f9c75e', '', '', '2018-07-05 17:13:02', '2018-07-05 16:13:02', '', 0, 'http://ensabs.eu/idams/?p=836', 0, 'customize_changeset', '', 0),
(837, 4, '2018-07-05 18:45:18', '2018-07-05 17:45:18', '', 'idams (2)', '', 'inherit', 'open', 'closed', '', 'idams-2', '', '', '2018-07-05 18:45:18', '2018-07-05 17:45:18', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/idams-2.png', 0, 'attachment', 'image/png', 0),
(838, 4, '2018-07-05 18:45:28', '2018-07-05 17:45:28', '{\n    \"codevz_theme_options[logo]\": {\n        \"value\": \"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams-2.png\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-05 17:45:28\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '9f60050f-82fd-4abc-8868-c3702a720514', '', '', '2018-07-05 18:45:28', '2018-07-05 17:45:28', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/05/9f60050f-82fd-4abc-8868-c3702a720514/', 0, 'customize_changeset', '', 0),
(839, 4, '2018-07-05 18:47:43', '2018-07-05 17:47:43', '{\n    \"codevz_theme_options[footer_2_left]\": {\n        \"value\": [\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_left\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"Copyright \\u00a9 %year% ID@MS. All Rights Reserved.\",\n                \"it_link\": \"\",\n                \"sk_it\": \"font-size:13px;color:rgba(255,255,255,0.65);\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"20px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-05 17:47:43\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '77c01dab-35af-4610-8f74-ebcdaeeb4241', '', '', '2018-07-05 18:47:43', '2018-07-05 17:47:43', '', 0, 'http://ensabs.eu/idams/?p=839', 0, 'customize_changeset', '', 0),
(840, 4, '2018-07-05 18:47:54', '2018-07-05 17:47:54', '{\n    \"codevz_theme_options[footer_2_left]\": {\n        \"value\": [\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_left\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"Copyright \\u00a9 %year% Xtra Theme. All Rights Reserved.\",\n                \"it_link\": \"\",\n                \"sk_it\": \"font-size:13px;color:rgba(255,255,255,0.65);\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"20px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-05 17:47:54\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8d3d9727-ce0c-4cd4-be65-5cd37c681207', '', '', '2018-07-05 18:47:54', '2018-07-05 17:47:54', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/05/8d3d9727-ce0c-4cd4-be65-5cd37c681207/', 0, 'customize_changeset', '', 0),
(841, 4, '2018-07-05 18:48:12', '2018-07-05 17:48:12', '{\n    \"codevz_theme_options[footer_2_left]\": {\n        \"value\": [\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_left\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"Copyright \\u00a9 2018 ID@MS. All Rights Reserved.\",\n                \"it_link\": \"\",\n                \"sk_it\": \"font-size:13px;color:rgba(255,255,255,0.65);\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"20px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-05 17:48:12\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c33879b6-7ba9-4adb-88c8-3c8840e7f507', '', '', '2018-07-05 18:48:12', '2018-07-05 17:48:12', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/05/c33879b6-7ba9-4adb-88c8-3c8840e7f507/', 0, 'customize_changeset', '', 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
(842, 4, '2018-07-20 22:08:21', '2018-07-20 20:08:21', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_20085\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_99177\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_99614\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_67304\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_61718\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_88178\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_25085\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_21674\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_29943\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_40238\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\n<h4></h4>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_56476\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\n<h4></h4>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_19441\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<h4></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56931\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_29492\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_18479\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<h4></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_63930\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<h4></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40202\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_23298\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\n<h4></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_85472\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\n<h4></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_14617\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_37467\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_69341\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_49556\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_86942\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_85314\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76061\"][cz_title css_animation=\"fadeInUp\" id=\"cz_44974\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_96940\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_47272\"][cz_title css_animation=\"fadeInUp\" id=\"cz_62340\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17025\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46450\"][cz_title css_animation=\"fadeInUp\" id=\"cz_61955\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_52762\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_13755\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_23674\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_40941\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_27730\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_34237\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59774\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_56857\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79602\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_68104\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13788\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97984\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75472\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_66608\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38186\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87660\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_52080\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_41693\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_25128\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21421\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80138\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_12070\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_95625\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_56200\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_45933\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_92565\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_92362\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97163\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_98480\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_38812\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_59118\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_51242\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41456\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_71681\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81073\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_58075\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94807\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_40847\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_14932\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74409\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_97840\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17610\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_72394\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73313\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_73108\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_99469\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_60974\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25188\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41163\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74991\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35499\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_21301\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_75951\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31125\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66390\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21885\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23690\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_58753\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_19048\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_22170\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86454\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67055\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62302\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_27910\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_38736\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43376\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74875\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33544\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_73112\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78697\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_96842\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_70953\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_85196\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69237\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44267\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58304\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span></p>\n<ul>\n<li>E-mails to clients</li>\n<li>E-mails alerts on hierarchical organization</li>\n<li>Change of status</li>\n<li>Log records</li>\n</ul>\n<p><span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_68706\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_94130\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_72382\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98758\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69122\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96771\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_20060\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45073\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_27896\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_75340\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_55848\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40476\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34093\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63785\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_51536\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_20548\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_30840\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13839\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37347\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58466\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_46104\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12222\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_80899\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_19216\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_79809\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77742\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_79058\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65005\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_46979\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_23325\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_23310\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_15686\"]</p>\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_17456\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_84582\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-autosave-v1', '', '', '2018-07-20 22:08:21', '2018-07-20 20:08:21', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-autosave-v1/', 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
(843, 4, '2018-07-05 19:32:47', '2018-07-05 18:32:47', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_67334\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_34520\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_65175\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_71795\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_16568\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_19791\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_81499\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_93965\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_71021\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_43258\"]\r\n<h4>SEO Management</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_22675\"]\r\n<h4>Advertisement Idea\'s</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_16816\"]\r\n<h4>Anywhere Supports</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21262\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_52811\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_14286\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_50897\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_63663\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_84548\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_31845\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_52598\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_99293\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_42793\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_99125\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_25592\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_80282\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_91829\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_19900\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_77555\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_96116\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60892\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_97607\"][cz_title id=\"cz_63451\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84302\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_62782\"][cz_title id=\"cz_35247\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89760\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_71463\"][cz_title id=\"cz_16747\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_83725\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_42484\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_48894\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_95290\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_48190\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_59046\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48102\"][cz_content_box type=\"1\" id=\"cz_51366\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98832\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_11765\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_35914\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30678\"][cz_content_box type=\"1\" id=\"cz_53252\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35208\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_62361\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_52378\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49690\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_42643\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_44207\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58479\"][cz_content_box type=\"1\" id=\"cz_20199\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40324\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_19372\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_17806\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_92664\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_92563\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_69477\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_27912\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_82324\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_40940\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_33548\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_66049\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_72314\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_71331\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_61340\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_20504\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_30377\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_98331\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_60759\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_29210\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_98985\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_85563\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_48777\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_52238\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_20771\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_11138\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_93505\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_59351\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_42671\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_37713\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_17830\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_51760\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_66927\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_26091\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_58455\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_59592\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:32:47', '2018-07-05 18:32:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(844, 4, '2018-07-05 19:32:47', '2018-07-05 18:32:47', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_18655\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_27933\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_76393\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_89868\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_57763\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_98830\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_55918\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_30077\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_70161\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_17258\"]\r\n<h4>SEO Management</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_39471\"]\r\n<h4>Advertisement Idea\'s</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_89428\"]\r\n<h4>Anywhere Supports</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_15590\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_89120\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_18638\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_14576\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_74683\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_56304\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_55703\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_84344\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_56332\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_49209\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_43696\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_87892\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_75812\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_50415\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_39652\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_42739\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_65396\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_86997\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91220\"][cz_title id=\"cz_72940\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_14931\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_67613\"][cz_title id=\"cz_62809\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61583\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_66444\"][cz_title id=\"cz_18727\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_80550\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_36606\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_24875\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_20022\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_26034\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_29355\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98031\"][cz_content_box type=\"1\" id=\"cz_33561\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32820\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_72715\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_78755\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77412\"][cz_content_box type=\"1\" id=\"cz_57060\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35087\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_26622\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_89645\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22980\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_91324\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_40061\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51522\"][cz_content_box type=\"1\" id=\"cz_34063\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94346\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_38519\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_25284\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_67286\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_42339\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_81787\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_30096\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_92812\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_48231\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_37713\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_73362\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_73726\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_51477\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_82273\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_88650\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_69721\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_80305\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_22212\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_91430\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_53021\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_89856\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_68843\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_98970\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_24944\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_84355\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_88616\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_36814\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_75679\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_28677\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_77225\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_98632\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_23023\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_15745\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_23917\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_79199\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:32:47', '2018-07-05 18:32:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(845, 4, '2018-07-05 19:36:13', '2018-07-05 18:36:13', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_47808\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_80563\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_37936\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_74756\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_72219\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_70296\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_77722\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_17076\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_72088\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_59753\"]\r\n<h4>SEO Management</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_24946\"]\r\n<h4>Advertisement Idea\'s</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_47410\"]\r\n<h4>Anywhere Supports</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21541\"][cz_gap height=\"20px\" id=\"cz_34314\"][cz_gap height=\"20px\" id=\"cz_80442\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_62496\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_44351\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_58505\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_88512\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_49704\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_96239\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_59980\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_67913\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_57936\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_24878\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_19583\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_33909\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_22721\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_79225\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_81919\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_94730\"][cz_title id=\"cz_27034\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_62482\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_32667\"][cz_title id=\"cz_90679\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_34702\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91852\"][cz_title id=\"cz_68402\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_40668\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_63940\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_28155\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_54504\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_11350\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_38585\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77708\"][cz_content_box type=\"1\" id=\"cz_80682\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89970\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_22059\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_39187\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78482\"][cz_content_box type=\"1\" id=\"cz_60653\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35427\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_38463\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_28566\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_82252\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_52230\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_37038\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16162\"][cz_content_box type=\"1\" id=\"cz_63841\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16263\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_86971\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_58571\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_32187\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_49454\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_80127\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_22866\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_73046\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_71979\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_80157\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_13715\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_35920\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_97202\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_57108\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_36159\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_35787\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_34817\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_16842\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_25758\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_45765\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_44918\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_93130\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_95308\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_69235\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_31593\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_23874\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_51488\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_72712\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_49801\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_56539\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_36554\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_54954\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_43511\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_84014\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_76030\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:36:13', '2018-07-05 18:36:13', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(846, 4, '2018-07-05 19:36:14', '2018-07-05 18:36:14', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_81855\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_64142\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_87786\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_54901\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_36122\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_67944\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_57505\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_60931\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_65146\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_14614\"]\r\n<h4>SEO Management</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_85980\"]\r\n<h4>Advertisement Idea\'s</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_89822\"]\r\n<h4>Anywhere Supports</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_38321\"][cz_gap height=\"20px\" id=\"cz_91711\"][cz_gap height=\"20px\" id=\"cz_15581\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_72976\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_36630\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_97600\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_68284\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_94754\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_29193\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_81047\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_46242\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_90795\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_30849\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_91671\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_27349\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_74692\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_35183\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_11363\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_50722\"][cz_title id=\"cz_17038\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64395\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38508\"][cz_title id=\"cz_60828\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89406\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_95341\"][cz_title id=\"cz_18334\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_50338\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_60488\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_21838\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_36318\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_50310\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_49048\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28030\"][cz_content_box type=\"1\" id=\"cz_54781\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22025\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_53549\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_52381\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79198\"][cz_content_box type=\"1\" id=\"cz_48304\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70463\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_60245\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_83436\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61258\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_79984\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_75107\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77496\"][cz_content_box type=\"1\" id=\"cz_54676\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99180\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_77749\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_94288\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_16218\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_42144\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_32796\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_65935\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_31551\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_28138\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_73159\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_70778\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_77515\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_83887\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_95986\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_27826\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_32935\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_24016\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_71496\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_43849\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_66455\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_23877\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_23048\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_14759\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_83230\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_72183\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_87085\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_44489\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_52167\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_62192\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_21986\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_95732\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_61373\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_88624\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_90020\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_66480\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:36:14', '2018-07-05 18:36:14', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(847, 4, '2018-07-05 19:38:57', '2018-07-05 18:38:57', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_41646\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_15276\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_17311\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_29028\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_37783\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_42363\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_12113\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_25231\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_13123\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_61069\"]\r\n<h4>SEO Management</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_70687\"]\r\n<h4>Advertisement Idea\'s</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_35460\"]\r\n<h4>Anywhere Supports</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_53116\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_67712\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_53014\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_64384\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94291\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_25185\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_85810\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_95280\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_38481\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_93012\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_25627\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_13372\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_63857\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_50534\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_52942\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_85969\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_54221\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_78635\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_27550\"][cz_title id=\"cz_84756\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_82801\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33751\"][cz_title id=\"cz_13785\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_20584\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_65003\"][cz_title id=\"cz_14787\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_34705\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_67016\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_64746\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_94282\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_91365\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_17863\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61994\"][cz_content_box type=\"1\" id=\"cz_44380\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71136\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_56286\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_58454\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56946\"][cz_content_box type=\"1\" id=\"cz_51567\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85824\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_49958\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_66083\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88086\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_13815\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_16618\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_41029\"][cz_content_box type=\"1\" id=\"cz_88674\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59728\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_19664\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_16224\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_44485\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_91354\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_38864\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_47159\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_11939\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_92757\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_50835\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_35533\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_59773\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_15582\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_29815\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_51139\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_22334\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_80699\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_84408\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_82359\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_36985\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_42863\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_39305\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_77441\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_28687\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_78153\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_43525\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_16773\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_80858\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_49032\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_46692\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_69532\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_97650\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_55245\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_74646\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_42135\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:38:57', '2018-07-05 18:38:57', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(848, 4, '2018-07-05 19:38:57', '2018-07-05 18:38:57', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_46600\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_13511\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_78183\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_47428\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_95157\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_29019\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_71851\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_54931\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_33490\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_90556\"]\r\n<h4>SEO Management</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_94959\"]\r\n<h4>Advertisement Idea\'s</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_44713\"]\r\n<h4>Anywhere Supports</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71255\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_79368\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_27073\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_97130\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_22231\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_55268\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_74572\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_39807\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_33422\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_18097\"]\r\n<h4>Provide CV Form</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_45470\"]\r\n<h4>Online Consulting</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_14280\"]\r\n<h4>Global Business</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_56019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_81051\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_72702\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_53670\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_36297\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_47348\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_84694\"][cz_title id=\"cz_71787\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49748\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_62878\"][cz_title id=\"cz_19216\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_44906\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_80787\"][cz_title id=\"cz_79956\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_88726\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_14277\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_70513\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_83685\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_47880\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_41769\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63054\"][cz_content_box type=\"1\" id=\"cz_63842\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38900\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_74174\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_19111\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13472\"][cz_content_box type=\"1\" id=\"cz_13982\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41422\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_20459\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_48342\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44591\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_65367\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_29394\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_17294\"][cz_content_box type=\"1\" id=\"cz_19038\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54581\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_53531\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_92621\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_26368\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_92169\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_55500\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_34473\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_37075\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_36287\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_14430\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_25802\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_39454\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_73832\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_98377\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_76223\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_15602\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_61431\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_40066\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_43391\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_35605\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_48066\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_45752\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_38477\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_78378\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_55100\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_75708\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_22969\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_20468\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_93992\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_29152\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_28395\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_48573\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_71573\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_21017\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_63830\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:38:57', '2018-07-05 18:38:57', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(849, 4, '2018-07-05 19:43:32', '2018-07-05 18:43:32', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_94787\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_74287\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_84042\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_62367\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_41508\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_96861\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_48342\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_12278\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_76014\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_78899\" cz_title=\"\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_27092\" cz_title=\"\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_35497\" cz_title=\"\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96436\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_52619\" cz_title=\"\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_95630\" cz_title=\"\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_90107\" cz_title=\"\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56422\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_99271\" cz_title=\"\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_43239\" cz_title=\"\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_14615\" cz_title=\"\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_31615\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_23133\" cz_title=\"\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/2\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_60297\" cz_title=\"\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_46906\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_52002\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_27687\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_69932\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_29726\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_57112\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18735\"][cz_title id=\"cz_78775\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51899\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81912\"][cz_title id=\"cz_62817\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_14266\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_23420\"][cz_title id=\"cz_59679\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_51498\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_24588\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_35693\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_30397\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_40569\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_60080\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26834\"][cz_content_box type=\"1\" id=\"cz_82077\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55710\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_16941\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_38500\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54981\"][cz_content_box type=\"1\" id=\"cz_49070\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42004\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_75486\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61092\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91191\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_22392\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_13095\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_18878\"][cz_content_box type=\"1\" id=\"cz_81213\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31711\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_64879\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_88838\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_99376\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_16779\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_70751\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_62194\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_19934\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_83060\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_21873\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_60322\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_96537\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_46456\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_79608\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_37106\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95425\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_95331\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_19184\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_51135\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_12273\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_46573\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_95006\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_50232\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_77467\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_70492\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_11325\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_68658\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_81774\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_13309\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_76425\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_62988\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_33910\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_41304\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_51826\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_33286\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:43:32', '2018-07-05 18:43:32', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(850, 4, '2018-07-05 19:43:32', '2018-07-05 18:43:32', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_46973\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_22578\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_84370\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_55797\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_94527\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_95132\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_16119\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_91065\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_41589\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_84617\" cz_title=\"\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_28172\" cz_title=\"\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_37015\" cz_title=\"\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_79949\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_36245\" cz_title=\"\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_77040\" cz_title=\"\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_81111\" cz_title=\"\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71707\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_72046\" cz_title=\"\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_31343\" cz_title=\"\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_49174\" cz_title=\"\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_42539\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_31558\" cz_title=\"\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/2\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_17833\" cz_title=\"\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_24313\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_33756\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_83147\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_76190\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_56556\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24452\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28017\"][cz_title id=\"cz_78732\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60314\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_39484\"][cz_title id=\"cz_63102\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_16111\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_34012\"][cz_title id=\"cz_58235\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_21120\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_25077\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_88714\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_94626\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_42138\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_25729\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74575\"][cz_content_box type=\"1\" id=\"cz_67273\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91658\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_55686\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_38980\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63705\"][cz_content_box type=\"1\" id=\"cz_75919\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77044\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_95133\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96366\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83766\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_19447\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_30123\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66914\"][cz_content_box type=\"1\" id=\"cz_84527\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75569\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_80255\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_12544\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_54301\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_40570\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_40918\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_17404\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_45571\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_63819\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_64528\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_55580\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_77786\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_53242\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_50206\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_19924\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_67861\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_24782\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_76086\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_59519\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_69357\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_15067\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_23225\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_45277\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_81001\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_18359\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_41643\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_64768\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_26695\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_60656\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_31682\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_11223\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_36225\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_11938\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_12656\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_79415\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:43:32', '2018-07-05 18:43:32', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(851, 4, '2018-07-05 19:44:06', '2018-07-05 18:44:06', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_28995\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_56200\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_49615\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_74918\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_98972\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_56210\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_48433\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_47195\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_29219\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_19808\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_48205\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_83935\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_61683\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_74765\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_76773\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_55051\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58519\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_74871\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_48356\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_71181\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_79038\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_56002\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_49588\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_76687\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_96910\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_38172\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_16696\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_73613\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_23746\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_66157\"][cz_title id=\"cz_72677\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_41631\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22357\"][cz_title id=\"cz_22293\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_16549\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_21329\"][cz_title id=\"cz_67392\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_53871\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_57414\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_85500\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_62569\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_94508\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_69435\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24252\"][cz_content_box type=\"1\" id=\"cz_69273\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46208\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_68192\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_27793\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_21080\"][cz_content_box type=\"1\" id=\"cz_16548\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87863\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_89008\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61439\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_37452\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_65695\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_58350\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64513\"][cz_content_box type=\"1\" id=\"cz_71281\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31963\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_77149\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_37438\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_93530\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_18780\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_48684\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_15823\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_24218\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_58903\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_72105\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_66979\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_16317\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_57605\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_29548\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_99715\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_27041\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_42689\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_68989\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_62138\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_99771\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_85672\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_72108\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_16319\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_73535\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_61116\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_66648\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_99876\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_26811\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_24999\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_64390\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_86982\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_45852\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_41539\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_24420\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_39382\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:44:07', '2018-07-05 18:44:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(852, 4, '2018-07-05 19:44:07', '2018-07-05 18:44:07', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_49209\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_61994\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_44095\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_62316\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_20897\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_16200\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_29296\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_26104\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_62695\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_47733\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_25820\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_78625\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_79312\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_83698\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_40764\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_79083\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_69370\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_12872\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_84292\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_42906\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_62877\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_50940\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_42783\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_78578\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_64828\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_96063\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_65560\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Work Process</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px; color: #ffffff;\">With</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Exprience </span><span style=\"color: #ffffff;\">We Complete Any Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_99570\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37602\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_78869\"][cz_title id=\"cz_38952\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">01. </span><span style=\"font-weight: bold;\">IDEA</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on client information, First we finding some new idea\'s for project</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_75700\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_40863\"][cz_title id=\"cz_71937\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">02. </span><span style=\"font-weight: bold;\">DESIGNING</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Based on idea, we will start to design wireframing in photo shop</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_38017\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_50650\"][cz_title id=\"cz_77026\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"color: #707070; font-weight: 300;\">03. </span><span style=\"font-weight: bold;\">DEVELOPMENT</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">After completing photo shop design, we\'re going to complete coding</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_56202\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_65644\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_39721\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_92825\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_80353\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_18347\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72137\"][cz_content_box type=\"1\" id=\"cz_64052\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48000\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_51221\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_33423\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_49761\"][cz_content_box type=\"1\" id=\"cz_35513\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65219\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_12639\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_75343\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_96892\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_80106\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_40172\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92955\"][cz_content_box type=\"1\" id=\"cz_45667\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39742\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_30558\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_24536\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_67584\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_95147\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_54289\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_39521\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_33165\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_93829\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_16547\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_78257\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_59474\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_45158\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_71082\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_39827\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_52394\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_43220\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_92769\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_89284\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_83330\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_26193\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_39045\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_18844\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_80301\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_40574\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_83076\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_77194\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_20681\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_23248\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_70149\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_55237\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_51880\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_89596\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_68662\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_19464\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:44:07', '2018-07-05 18:44:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(853, 4, '2018-07-05 19:54:39', '2018-07-05 18:54:39', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_97999\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_78876\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_28860\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_30545\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_85446\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_21358\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_23610\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_50192\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_56458\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_16847\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_63789\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_47529\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_25977\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_90532\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_59407\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_18272\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_48449\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_50313\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_79926\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_28583\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_84149\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_42418\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_15527\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_60278\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_90266\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_85044\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_24741\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_19824\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_62477\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_17157\"][cz_title id=\"cz_84115\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60476\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_84922\"][cz_title id=\"cz_12975\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_79911\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70369\"][cz_title id=\"cz_23223\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_92411\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_20561\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_68570\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_98147\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_73240\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_16100\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24125\"][cz_content_box type=\"1\" id=\"cz_63773\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64396\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_31287\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_12222\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14710\"][cz_content_box type=\"1\" id=\"cz_11214\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29694\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_87748\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_42521\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34111\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_48027\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_32787\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19155\"][cz_content_box type=\"1\" id=\"cz_61657\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41501\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_70521\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_67703\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_25616\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_30998\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_52626\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_27481\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_99799\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_22995\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_39593\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_92210\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_32446\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_97053\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_90358\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_94575\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13154\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_14484\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_58348\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_66439\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_34660\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_59459\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_70039\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_34764\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_78043\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_57787\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_66174\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_12154\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_94704\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_87851\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_20199\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_56361\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_29352\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_79609\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_24065\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_43857\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:54:39', '2018-07-05 18:54:39', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(854, 4, '2018-07-05 19:54:39', '2018-07-05 18:54:39', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_99497\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_65580\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_60227\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_99296\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_77465\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_88710\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_91506\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_98800\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_85763\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_81864\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_93375\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_87806\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85237\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_51723\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_54246\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_19898\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_11183\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_24285\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_43551\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_78116\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_70962\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_98615\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_79160\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_65666\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_86466\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_88248\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_22028\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_15818\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67858\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_34983\"][cz_title id=\"cz_48565\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67355\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_89453\"][cz_title id=\"cz_97682\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_66651\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_66918\"][cz_title id=\"cz_86392\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_58158\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_65718\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_72155\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_40023\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">How Can We</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Help You ?</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_59094\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_59962\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25260\"][cz_content_box type=\"1\" id=\"cz_99707\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14208\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_34048\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_99780\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27383\"][cz_content_box type=\"1\" id=\"cz_66489\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77896\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_87234\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_65104\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57056\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_52901\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_51570\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45304\"][cz_content_box type=\"1\" id=\"cz_63818\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56278\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_13162\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_87690\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_93732\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_69407\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_77144\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_91415\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_36059\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_44062\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_77807\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_83106\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_98670\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_49963\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_23129\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_57765\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_98814\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_37279\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_57472\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_13023\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_60217\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_57252\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_29295\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_26706\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_35148\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_16529\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_80699\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_81094\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_58319\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_32270\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_26398\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_22138\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_77438\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_28450\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_98718\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_71171\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:54:39', '2018-07-05 18:54:39', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(855, 4, '2018-07-05 19:59:44', '2018-07-05 18:59:44', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_49493\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_96331\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_38024\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_39239\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_59495\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_47309\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_36735\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_26995\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_39043\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_91275\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_47886\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_36167\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17321\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_21293\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_54098\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_77358\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_34621\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_25071\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_54048\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_42718\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_87415\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_71894\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_76938\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_45540\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_73959\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_77929\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_85040\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_27269\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_70871\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_43521\"][cz_title id=\"cz_72244\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_20364\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_39852\"][cz_title id=\"cz_99158\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_48493\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_88237\"][cz_title id=\"cz_46467\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_74118\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_15232\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_74400\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_65393\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_52008\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_99457\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71604\"][cz_content_box type=\"1\" id=\"cz_62190\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53555\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_48962\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_85700\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67516\"][cz_content_box type=\"1\" id=\"cz_91900\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28418\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_54931\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_63794\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94245\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_89361\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_37753\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72175\"][cz_content_box type=\"1\" id=\"cz_74401\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53912\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_43046\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_17922\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_26156\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_52300\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_46663\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_25314\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_89683\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_34900\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_60671\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_63801\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_39022\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_35071\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_29195\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_79920\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_34529\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_89688\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_42110\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_76973\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_38651\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_27810\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_44489\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_30551\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_45117\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_88310\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_83234\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_39363\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_77671\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_20988\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_11538\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_52072\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_63789\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_43474\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_58884\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_78835\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:59:45', '2018-07-05 18:59:45', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(856, 4, '2018-07-05 19:59:45', '2018-07-05 18:59:45', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_84664\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_94437\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_93038\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_74348\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_29337\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_53710\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_38149\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_57249\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_77670\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_56233\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_37170\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_12199\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_45922\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_68169\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_78062\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_73462\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_84868\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_22552\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_92902\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_29986\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_99751\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_76137\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_58239\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_77423\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_86015\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_58667\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_29496\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_49804\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91031\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_77269\"][cz_title id=\"cz_28640\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_75695\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_71706\"][cz_title id=\"cz_21678\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50043\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_89933\"][cz_title id=\"cz_64277\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_77082\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_47183\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_41948\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_33316\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_73242\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_43037\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68128\"][cz_content_box type=\"1\" id=\"cz_41411\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21100\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_41590\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_26280\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32541\"][cz_content_box type=\"1\" id=\"cz_34493\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45156\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_32293\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_99520\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92284\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_98605\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_85535\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50951\"][cz_content_box type=\"1\" id=\"cz_28101\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35340\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_41983\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_94260\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_52869\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_17678\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_65966\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_63437\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_56611\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_55899\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_27715\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_33694\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_91972\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_58553\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_55899\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_65214\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_90479\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_24027\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_95514\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_11580\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_54507\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_21795\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_33010\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_77890\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_55840\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_54193\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_77410\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_48125\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_52798\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_62945\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_87966\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_69789\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_87175\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_29949\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_64050\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_40044\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 19:59:45', '2018-07-05 18:59:45', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(857, 4, '2018-07-05 20:01:43', '2018-07-05 19:01:43', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_17725\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_20847\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_87534\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_37674\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_16023\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_62404\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_95187\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_61595\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_43926\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_15028\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_40577\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_26080\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_45762\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_26034\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_50777\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_86019\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_54617\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_30268\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_45157\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_42950\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67329\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_73069\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_95255\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_62213\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_96788\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_98865\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_77226\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_69166\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30484\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18397\"][cz_title id=\"cz_84257\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37099\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28133\"][cz_title id=\"cz_71791\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_63662\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33046\"][cz_title id=\"cz_34196\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_58850\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_83530\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_67011\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_62767\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_24107\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_81980\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97419\"][cz_content_box type=\"1\" id=\"cz_39031\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32758\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_83439\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_82537\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51916\"][cz_content_box type=\"1\" id=\"cz_28596\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25487\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_19246\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_90555\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20743\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_70349\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_87344\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19608\"][cz_content_box type=\"1\" id=\"cz_47575\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56510\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_38982\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_54862\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_40767\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_64970\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_71884\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_12559\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_28633\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_93820\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_35644\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_76372\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_77350\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_91544\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_39140\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_90347\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_73525\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_36560\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_29378\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_95173\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_19999\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_11916\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_47089\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_37484\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_26293\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_55224\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_28040\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_35925\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_25573\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_15384\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_44423\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_62038\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_60783\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_72294\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_16900\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_90440\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:01:43', '2018-07-05 19:01:43', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(858, 4, '2018-07-05 20:01:43', '2018-07-05 19:01:43', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_37264\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_77674\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_91888\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_54787\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_71494\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_27532\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_31160\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_48845\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_19077\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_59190\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_39192\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_81492\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_84639\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_57460\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_76665\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_93527\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58265\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_23755\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_31012\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_73447\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67869\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_47941\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_98262\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_82332\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_52214\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_42685\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_44370\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_12997\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_14979\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_50160\"][cz_title id=\"cz_92326\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_41133\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_27835\"][cz_title id=\"cz_84215\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84810\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_88218\"][cz_title id=\"cz_11748\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_15970\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_37064\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_19715\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_64049\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_65146\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_90096\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48689\"][cz_content_box type=\"1\" id=\"cz_22606\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66762\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_42216\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_69761\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79407\"][cz_content_box type=\"1\" id=\"cz_62118\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43208\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_47276\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_98948\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41471\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_29608\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_51162\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_73045\"][cz_content_box type=\"1\" id=\"cz_62868\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53049\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_76914\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_13028\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_45376\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_18047\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_29752\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_29592\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_91746\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_17971\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_30229\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_96606\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_43924\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_38833\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_60656\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_97960\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_28930\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_98234\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_20566\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_84582\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_40450\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_79216\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_63989\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_91457\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_22425\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_11266\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_90406\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_52785\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_29763\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_41569\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_25831\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_81521\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_83508\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_91634\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_83439\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_28884\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:01:43', '2018-07-05 19:01:43', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(859, 4, '2018-07-05 20:05:01', '2018-07-05 19:05:01', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_87237\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_26280\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_26240\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_40626\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_37386\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_63103\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_62784\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_94225\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_85058\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_66783\"]</p>\r\n<h4>Workshop and labor</h4>\r\n<p><span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_44158\"]</p>\r\n<h4>Parts purchases</h4>\r\n<p><span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_60683\"]</p>\r\n<h4>Parts management</h4>\r\n<p><span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_11768\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_24696\"]</p>\r\n<h4>Service and parts sales</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_62165\"]</p>\r\n<h4>CRM</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_54424\"]</p>\r\n<h4>Vehicles</h4>\r\n<p><span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_48040\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_89993\"]</p>\r\n<h4>Business Intelligence</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_83554\"]</p>\r\n<h4>Workflow</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_32358\"]</p>\r\n<h4>Accounting</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_95438\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_85293\"]</p>\r\n<h4>Build-In Reporting server</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_87736\"]</p>\r\n<h4>Centralized Data warehouse</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_35548\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_19071\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_75001\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_98519\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_62916\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12572\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76324\"][cz_title id=\"cz_91884\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_88699\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91493\"][cz_title id=\"cz_18125\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_29325\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28879\"][cz_title id=\"cz_70118\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_80999\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_23104\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_55177\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_47782\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_56152\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_15860\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48440\"][cz_content_box type=\"1\" id=\"cz_69738\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66914\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_91753\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_17778\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56908\"][cz_content_box type=\"1\" id=\"cz_75308\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39025\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_52346\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_60601\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26762\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_76783\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_68562\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90653\"][cz_content_box type=\"1\" id=\"cz_75303\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31478\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_92115\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_51627\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23363\"][cz_content_box type=\"1\" id=\"cz_80814\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43120\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_30377\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_99028\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60888\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_89385\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_80028\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72882\"][cz_content_box type=\"1\" id=\"cz_44562\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27810\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_29034\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_49311\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65140\"][cz_content_box type=\"1\" id=\"cz_87661\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16226\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_56893\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_94329\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62023\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_32202\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_33355\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14369\"][cz_content_box type=\"1\" id=\"cz_81693\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49006\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_80041\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_50255\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_39659\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_55345\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_70622\" sk_shape=\"color:rgba(255,255,255,0.14);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_31775\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_95861\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_82874\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<p><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_12589\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_38982\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_13252\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_11618\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_88760\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_91526\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_80535\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n<p>[/cz_title][cz_title text_center=\"true\" id=\"cz_61642\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_36088\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_97235\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_79565\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_74289\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_62375\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_67227\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_79404\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_19269\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_61556\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_41427\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_40360\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_83801\"]</p>\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_44685\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_22053\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_32807\"]</p>\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_24727\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_61198\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_61356\"]</p>\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][/vc_row]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:05:02', '2018-07-05 19:05:02', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(860, 4, '2018-07-05 20:05:02', '2018-07-05 19:05:02', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_68962\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_31821\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_82020\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_64823\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_14696\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_83499\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_92694\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_16837\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_84006\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_81454\"]</p>\r\n<h4>Workshop and labor</h4>\r\n<p><span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_97253\"]</p>\r\n<h4>Parts purchases</h4>\r\n<p><span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_64542\"]</p>\r\n<h4>Parts management</h4>\r\n<p><span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_43097\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_33342\"]</p>\r\n<h4>Service and parts sales</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_61777\"]</p>\r\n<h4>CRM</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_22663\"]</p>\r\n<h4>Vehicles</h4>\r\n<p><span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96520\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_24152\"]</p>\r\n<h4>Business Intelligence</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_78780\"]</p>\r\n<h4>Workflow</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_75924\"]</p>\r\n<h4>Accounting</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_32310\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_40336\"]</p>\r\n<h4>Build-In Reporting server</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_17352\"]</p>\r\n<h4>Centralized Data warehouse</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_61560\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_24138\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_50927\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_72503\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_45834\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64543\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33701\"][cz_title id=\"cz_96080\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33506\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_54411\"][cz_title id=\"cz_78100\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_87218\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_57996\"][cz_title id=\"cz_61599\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_79913\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_63723\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_45606\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_61368\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_60977\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_99037\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93355\"][cz_content_box type=\"1\" id=\"cz_83208\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60814\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_16018\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_79729\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73856\"][cz_content_box type=\"1\" id=\"cz_83687\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55654\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_95056\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_24024\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61895\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_56616\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_37051\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12823\"][cz_content_box type=\"1\" id=\"cz_29119\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71774\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_66256\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_51710\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67855\"][cz_content_box type=\"1\" id=\"cz_88651\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95011\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_45955\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_75869\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53007\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_96444\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_55783\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16731\"][cz_content_box type=\"1\" id=\"cz_42051\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17152\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_66598\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_41088\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99396\"][cz_content_box type=\"1\" id=\"cz_49806\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90792\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_15414\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_29536\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_64649\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_87990\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_74079\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59705\"][cz_content_box type=\"1\" id=\"cz_12015\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35975\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_16321\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_37955\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_37687\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_34330\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_98619\" sk_shape=\"color:rgba(255,255,255,0.14);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_92832\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_74929\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_66474\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<p><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_81484\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_69940\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_12430\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_57353\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_22948\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_97764\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13137\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n<p>[/cz_title][cz_title text_center=\"true\" id=\"cz_28569\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_39815\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_19178\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_84056\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_69793\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_18574\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_33863\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_60586\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_22878\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_52288\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_25235\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_99758\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_26368\"]</p>\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_73829\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_11773\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_51233\"]</p>\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_79040\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_38618\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_77810\"]</p>\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][/vc_row]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:05:02', '2018-07-05 19:05:02', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(861, 4, '2018-07-05 20:06:16', '2018-07-05 19:06:16', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_70097\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_70936\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_91441\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_73559\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_91499\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_96060\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_75531\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_98829\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_27227\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_20135\"]</p>\r\n<h4>Workshop and labor</h4>\r\n<p><span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_26214\"]</p>\r\n<h4>Parts purchases</h4>\r\n<p><span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_88546\"]</p>\r\n<h4>Parts management</h4>\r\n<p><span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_29618\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_90397\"]</p>\r\n<h4>Service and parts sales</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_18740\"]</p>\r\n<h4>CRM</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_82618\"]</p>\r\n<h4>Vehicles</h4>\r\n<p><span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_23844\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_82121\"]</p>\r\n<h4>Business Intelligence</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_32636\"]</p>\r\n<h4>Workflow</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_61740\"]</p>\r\n<h4>Accounting</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92243\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_92557\"]</p>\r\n<h4>Build-In Reporting server</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_24301\"]</p>\r\n<h4>Centralized Data warehouse</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_85644\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_68426\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_53424\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_91341\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_71398\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13525\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_90411\"][cz_title id=\"cz_97249\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72511\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61348\"][cz_title id=\"cz_88690\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_46071\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52847\"][cz_title id=\"cz_84751\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_21602\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_51676\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_11979\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_30627\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_66780\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_89414\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49135\"][cz_content_box type=\"1\" id=\"cz_57177\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97043\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_31753\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_69910\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79165\"][cz_content_box type=\"1\" id=\"cz_53279\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31650\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_71408\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_45837\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44841\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_57053\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_14263\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87154\"][cz_content_box type=\"1\" id=\"cz_48394\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74551\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_89569\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_38805\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71800\"][cz_content_box type=\"1\" id=\"cz_62080\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89042\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_60491\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_97041\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41889\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_45242\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_18644\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82455\"][cz_content_box type=\"1\" id=\"cz_46110\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38161\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_49235\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_35525\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76185\"][cz_content_box type=\"1\" id=\"cz_95302\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32568\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_96827\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_65213\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11734\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_50107\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_85752\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72031\"][cz_content_box type=\"1\" id=\"cz_84833\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30594\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_29084\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_87985\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17749\"][cz_content_box type=\"1\" id=\"cz_66368\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62536\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_96207\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_94062\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34337\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_58288\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_83105\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83717\"][cz_content_box type=\"1\" id=\"cz_55329\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24995\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_28960\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_62862\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96339\"][cz_content_box type=\"1\" id=\"cz_63960\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89912\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_45575\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_88374\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66098\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_40877\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_20942\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62925\"][cz_content_box type=\"1\" id=\"cz_94979\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21565\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_13033\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_80732\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_82486\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_86755\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_11327\" sk_shape=\"color:rgba(255,255,255,0.14);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_11571\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_74741\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_17965\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<p><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_66828\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_37278\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_14172\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_60891\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_60504\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_61350\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_43996\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n<p>[/cz_title][cz_title text_center=\"true\" id=\"cz_44222\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_16679\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_57881\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_62071\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_68431\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_54221\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_26031\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_58344\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_88685\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_14405\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_24442\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_29563\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_24237\"]</p>\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_76257\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_24542\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_34692\"]</p>\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_78179\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_94164\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_17178\"]</p>\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][/vc_row]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:06:17', '2018-07-05 19:06:17', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(862, 4, '2018-07-05 20:06:17', '2018-07-05 19:06:17', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_64935\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_94380\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_17638\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_39676\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_12345\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_73356\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_65843\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_15407\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_34247\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_26347\"]</p>\r\n<h4>Workshop and labor</h4>\r\n<p><span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_65646\"]</p>\r\n<h4>Parts purchases</h4>\r\n<p><span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_67133\"]</p>\r\n<h4>Parts management</h4>\r\n<p><span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59459\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_71215\"]</p>\r\n<h4>Service and parts sales</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_25014\"]</p>\r\n<h4>CRM</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_21530\"]</p>\r\n<h4>Vehicles</h4>\r\n<p><span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_39647\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_68125\"]</p>\r\n<h4>Business Intelligence</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_36451\"]</p>\r\n<h4>Workflow</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_86880\"]</p>\r\n<h4>Accounting</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56810\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_39746\"]</p>\r\n<h4>Build-In Reporting server</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_11323\"]</p>\r\n<h4>Centralized Data warehouse</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_75263\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_52873\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_76469\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_88694\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_76454\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_54649\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82858\"][cz_title id=\"cz_82522\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19584\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_77239\"][cz_title id=\"cz_89050\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_48149\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_78473\"][cz_title id=\"cz_62407\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_13993\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_82770\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_85543\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_29229\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_48416\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_52676\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77578\"][cz_content_box type=\"1\" id=\"cz_19632\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66580\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_87997\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_48168\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34705\"][cz_content_box type=\"1\" id=\"cz_24449\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35049\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_80405\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_53084\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35261\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_55668\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_94847\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11731\"][cz_content_box type=\"1\" id=\"cz_44363\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71302\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_55269\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_27221\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53824\"][cz_content_box type=\"1\" id=\"cz_63742\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93349\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_42875\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_11892\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71823\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_94171\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_14774\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54593\"][cz_content_box type=\"1\" id=\"cz_79715\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32893\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_91899\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_32391\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99360\"][cz_content_box type=\"1\" id=\"cz_11531\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87861\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_87358\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_48589\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22566\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_11808\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_72527\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91860\"][cz_content_box type=\"1\" id=\"cz_53781\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96678\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_47528\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_48629\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97298\"][cz_content_box type=\"1\" id=\"cz_80780\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19931\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_52568\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96891\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62645\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_16311\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_90241\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94409\"][cz_content_box type=\"1\" id=\"cz_17092\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62065\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_88581\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_20756\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16658\"][cz_content_box type=\"1\" id=\"cz_68296\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42539\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_97447\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_89577\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41899\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_97867\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_77438\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29258\"][cz_content_box type=\"1\" id=\"cz_46457\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88894\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_29955\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_18984\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_80754\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_72626\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_15663\" sk_shape=\"color:rgba(255,255,255,0.14);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_28283\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_21255\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_12961\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<p><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_97953\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_30076\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_54418\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_94845\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_81610\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_59618\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_85086\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n<p>[/cz_title][cz_title text_center=\"true\" id=\"cz_76020\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_65600\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_47152\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_64601\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_75246\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_52700\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_32898\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_17785\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_50147\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_22476\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_48574\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_48015\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_88804\"]</p>\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_66721\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_83361\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_77698\"]</p>\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_85566\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_91235\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_58452\"]</p>\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][/vc_row]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:06:17', '2018-07-05 19:06:17', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 0, 'revision', '', 0),
(863, 4, '2018-07-05 20:11:27', '2018-07-05 19:11:27', '', 'workshop', '', 'inherit', 'open', 'closed', '', 'workshop', '', '', '2018-07-05 20:11:27', '2018-07-05 19:11:27', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/workshop.jpg', 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
(864, 4, '2018-07-05 20:11:41', '2018-07-05 19:11:41', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_65827\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_92841\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_66045\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_87733\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_15805\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_68877\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_79811\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_82114\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_38841\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_20909\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_15013\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_76796\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_61335\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_76342\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_30700\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_16434\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51723\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_40261\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_57589\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_70593\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_75101\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_57131\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_35704\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_84804\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_28257\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_97270\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_50826\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_63796\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_11352\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_21666\"][cz_title id=\"cz_35343\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_66069\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_14507\"][cz_title id=\"cz_90277\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_53802\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19202\"][cz_title id=\"cz_59154\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_33614\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_90205\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_86885\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_43413\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_94108\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_63682\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93638\"][cz_content_box type=\"1\" id=\"cz_70451\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83272\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98961\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_22175\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23533\"][cz_content_box type=\"1\" id=\"cz_56551\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81658\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_87523\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_13682\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_17362\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_72328\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_30829\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14633\"][cz_content_box type=\"1\" id=\"cz_23154\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83514\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_14875\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_33710\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18857\"][cz_content_box type=\"1\" id=\"cz_69834\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37107\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_98023\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_23636\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45199\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_57178\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_46140\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35405\"][cz_content_box type=\"1\" id=\"cz_44064\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78442\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_29513\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_96635\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_72080\"][cz_content_box type=\"1\" id=\"cz_88854\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79908\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_71042\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_99918\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92330\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_27593\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_81576\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79854\"][cz_content_box type=\"1\" id=\"cz_30165\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87828\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_52183\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_49883\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91351\"][cz_content_box type=\"1\" id=\"cz_64226\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33398\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_95115\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_86826\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41145\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_64949\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_23933\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39169\"][cz_content_box type=\"1\" id=\"cz_77475\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58022\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_85236\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_23615\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82316\"][cz_content_box type=\"1\" id=\"cz_29301\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90947\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_11830\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_25937\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_63028\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_89573\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_94734\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34071\"][cz_content_box type=\"1\" id=\"cz_89491\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87064\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_50554\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_71068\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_66919\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_69608\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_58896\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_19102\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_19491\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_50247\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_72218\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_41779\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_45363\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_59044\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_71813\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_99201\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_71867\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_99871\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_76677\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_29889\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_85107\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_89182\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_12206\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_14409\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_80129\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_12925\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_29235\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_43158\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_91388\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_23969\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_66118\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_80880\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_99923\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_16673\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_51948\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_66842\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:11:41', '2018-07-05 19:11:41', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(865, 4, '2018-07-05 20:11:42', '2018-07-05 19:11:42', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_75170\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_99734\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_74833\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_83551\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_49981\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_47051\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_25330\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_84234\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_94985\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_86032\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_83435\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_66853\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85904\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_60113\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_85631\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_71012\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_49295\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_86727\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_74310\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_29424\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_88541\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_92434\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_61472\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_79930\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_16403\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_27590\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_60810\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_16326\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33152\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_12758\"][cz_title id=\"cz_72057\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_97212\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_12492\"][cz_title id=\"cz_46891\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_80763\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_51363\"][cz_title id=\"cz_82832\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_94983\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_35597\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_77818\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_81016\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_19033\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_44671\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66920\"][cz_content_box type=\"1\" id=\"cz_68035\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30303\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_37932\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_17330\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17030\"][cz_content_box type=\"1\" id=\"cz_12242\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35644\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_94461\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_93566\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86005\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_74391\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_98858\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13596\"][cz_content_box type=\"1\" id=\"cz_35201\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15185\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_35638\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_36848\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76131\"][cz_content_box type=\"1\" id=\"cz_32850\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38230\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_23023\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_13614\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78482\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_94745\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_97487\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14079\"][cz_content_box type=\"1\" id=\"cz_72563\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78504\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Product <span style=\"color: #38e7ff;\">Design</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_22002\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_17234\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_45424\"][cz_content_box type=\"1\" id=\"cz_78926\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36426\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_72246\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_85146\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42346\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_73378\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_20790\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_36807\"][cz_content_box type=\"1\" id=\"cz_66944\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95685\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_11199\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_65803\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98170\"][cz_content_box type=\"1\" id=\"cz_35289\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69877\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_33809\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61027\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46009\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_55549\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_88146\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57921\"][cz_content_box type=\"1\" id=\"cz_58053\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66628\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_52666\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_55540\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69597\"][cz_content_box type=\"1\" id=\"cz_25229\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34044\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_80488\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_31353\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68358\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_59415\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_56669\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40605\"][cz_content_box type=\"1\" id=\"cz_44561\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87904\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fservices%2F|||\" id=\"cz_13983\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_54240\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_24712\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_69817\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_49926\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_24800\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_35620\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_48097\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_48978\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_94386\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_70795\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_98895\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_40395\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_26345\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_87041\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_87205\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_73287\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_53670\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_39872\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_28828\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_23268\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_53991\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_51762\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_92645\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_74234\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_20120\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_52061\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_30903\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_49615\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_85511\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_18808\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_52487\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_39752\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_32410\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:11:42', '2018-07-05 19:11:42', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 0, 'revision', '', 0),
(866, 4, '2018-07-05 20:18:06', '2018-07-05 19:18:06', '', 'parts purchases2', '', 'inherit', 'open', 'closed', '', 'parts-purchases2', '', '', '2018-07-05 20:18:06', '2018-07-05 19:18:06', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/parts-purchases2.png', 0, 'attachment', 'image/png', 0),
(867, 4, '2018-07-05 20:19:03', '2018-07-05 19:19:03', '', 'parts management2', '', 'inherit', 'open', 'closed', '', 'parts-management2', '', '', '2018-07-05 20:19:03', '2018-07-05 19:19:03', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/parts-management2.jpg', 0, 'attachment', 'image/jpeg', 0),
(868, 4, '2018-07-05 20:23:48', '2018-07-05 19:23:48', '', 'parts purchases1', '', 'inherit', 'open', 'closed', '', 'parts-purchases1', '', '', '2018-07-05 20:23:48', '2018-07-05 19:23:48', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/parts-purchases1.png', 0, 'attachment', 'image/png', 0),
(869, 4, '2018-07-05 20:35:03', '2018-07-05 19:35:03', '', 'vehicles2', '', 'inherit', 'open', 'closed', '', 'vehicles2', '', '', '2018-07-05 20:35:03', '2018-07-05 19:35:03', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/vehicles2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(870, 4, '2018-07-05 20:35:17', '2018-07-05 19:35:17', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_48780\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_67975\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_83344\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_84266\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_91486\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_68517\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_49103\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_75731\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_45800\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_37548\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_73409\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_53524\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71327\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_62191\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_32632\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_56684\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96817\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_54108\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_23607\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_23958\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_81240\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_65257\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_39562\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_96179\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_39697\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_71305\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_99271\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_95357\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_21430\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_92651\"][cz_title id=\"cz_65862\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59100\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60627\"][cz_title id=\"cz_49206\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_43366\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52113\"][cz_title id=\"cz_17724\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_81359\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_27845\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_52413\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_18907\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_90143\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_94827\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79124\"][cz_content_box type=\"1\" id=\"cz_52335\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27459\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_35808\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_49152\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70456\"][cz_content_box type=\"1\" id=\"cz_48305\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61999\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51697\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_13562\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90451\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_47877\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_42149\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61757\"][cz_content_box type=\"1\" id=\"cz_47148\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37507\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_72076\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_39800\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92258\"][cz_content_box type=\"1\" id=\"cz_31177\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89316\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_41465\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_63433\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41430\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_48078\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_44792\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58164\"][cz_content_box type=\"1\" id=\"cz_89381\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52588\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_48308\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_84208\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31713\"][cz_content_box type=\"1\" id=\"cz_89532\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11668\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_56410\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_38685\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71014\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_93605\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_89574\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22712\"][cz_content_box type=\"1\" id=\"cz_96057\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80026\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_59478\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_38206\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41783\"][cz_content_box type=\"1\" id=\"cz_95516\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64603\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_13860\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_35316\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56861\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_33926\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_24633\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87216\"][cz_content_box type=\"1\" id=\"cz_86248\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54952\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_35295\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_31041\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13117\"][cz_content_box type=\"1\" id=\"cz_24677\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72519\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_50314\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_97775\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93121\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_39847\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_98332\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49532\"][cz_content_box type=\"1\" id=\"cz_67421\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69347\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_43137\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_56995\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_80948\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_39194\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_37021\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_40426\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_66290\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_67694\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_35942\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_30893\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_70443\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_60148\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_76644\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_93259\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_73670\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_63860\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_79508\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_28622\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_88044\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_99438\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_30628\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_12722\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_71957\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_69832\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_99386\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_65079\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_98568\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_97718\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_14611\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_65989\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_67065\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_46638\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_22985\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_48013\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:35:18', '2018-07-05 19:35:18', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(871, 4, '2018-07-05 20:35:18', '2018-07-05 19:35:18', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_74721\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_48896\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_77329\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_41012\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_16591\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_13272\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_60794\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_75923\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_62309\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_37438\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_69183\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_35979\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90188\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_48691\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_53491\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_78233\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_48130\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_73008\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_79844\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_20088\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_42841\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_79230\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_74056\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_41409\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_76949\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_77556\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_96288\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_44015\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24194\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19274\"][cz_title id=\"cz_80918\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_87805\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_57060\"][cz_title id=\"cz_58247\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28817\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_62540\"][cz_title id=\"cz_60408\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_78501\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_38463\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_22717\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_15939\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_96536\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_47586\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95017\"][cz_content_box type=\"1\" id=\"cz_45227\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89966\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_73250\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_82247\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62974\"][cz_content_box type=\"1\" id=\"cz_53094\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91224\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94704\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_32325\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65280\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_36114\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_98163\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42837\"][cz_content_box type=\"1\" id=\"cz_32402\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42179\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_55921\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_40566\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23097\"][cz_content_box type=\"1\" id=\"cz_43726\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86515\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70233\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61433\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49055\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_30642\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_39934\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76408\"][cz_content_box type=\"1\" id=\"cz_42249\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44763\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_72944\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_78724\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39780\"][cz_content_box type=\"1\" id=\"cz_18171\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68690\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_13030\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_89308\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31665\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_55014\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_80532\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26370\"][cz_content_box type=\"1\" id=\"cz_76229\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45813\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51373\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_74393\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77540\"][cz_content_box type=\"1\" id=\"cz_72665\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16572\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33461\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_13232\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28558\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_66077\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_88636\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87681\"][cz_content_box type=\"1\" id=\"cz_27510\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37691\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_18324\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_56334\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14099\"][cz_content_box type=\"1\" id=\"cz_49462\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89986\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Solutions</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_75932\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_28186\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29767\" height_tablet=\"50px\"][cz_image image=\"444\" id=\"cz_82993\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_85766\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31687\"][cz_content_box type=\"1\" id=\"cz_72301\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17431\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">APP <span style=\"color: #38e7ff;\">Development</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_75590\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_52834\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_32691\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_51820\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_87536\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_72953\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_26213\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_65077\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_45619\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_31674\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_87427\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_47740\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_49122\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_53505\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_36377\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_36803\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_69904\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_62958\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_44016\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_26239\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_65946\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_82368\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_16226\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_41879\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_99443\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_34882\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_24873\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_85209\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_55458\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_86064\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_91530\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_31049\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_38899\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_24221\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:35:18', '2018-07-05 19:35:18', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 0, 'revision', '', 0),
(872, 4, '2018-07-05 20:39:30', '2018-07-05 19:39:30', '', 'Workflow1', '', 'inherit', 'open', 'closed', '', 'workflow1', '', '', '2018-07-05 20:39:30', '2018-07-05 19:39:30', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Workflow1.png', 0, 'attachment', 'image/png', 0),
(873, 4, '2018-07-05 20:42:23', '2018-07-05 19:42:23', '', 'business intelligence', '', 'inherit', 'open', 'closed', '', 'business-intelligence-2', '', '', '2018-07-05 20:42:23', '2018-07-05 19:42:23', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/business-intelligence-1.png', 0, 'attachment', 'image/png', 0),
(874, 4, '2018-07-05 20:44:46', '2018-07-05 19:44:46', '', 'accounting2', '', 'inherit', 'open', 'closed', '', 'accounting2-2', '', '', '2018-07-05 20:44:46', '2018-07-05 19:44:46', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/accounting2-1.png', 0, 'attachment', 'image/png', 0),
(875, 4, '2018-07-05 20:47:07', '2018-07-05 19:47:07', '', 'built in reporting server', '', 'inherit', 'open', 'closed', '', 'built-in-reporting-server', '', '', '2018-07-05 20:47:07', '2018-07-05 19:47:07', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/built-in-reporting-server.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(876, 4, '2018-07-05 20:48:34', '2018-07-05 19:48:34', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_62555\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_51514\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_32556\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_46696\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_34832\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_77081\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_51203\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_19270\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_35009\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_25038\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_68879\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_42942\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_83975\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_70767\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_56724\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_59371\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67921\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_79679\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_37103\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_49685\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94695\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_91047\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_21962\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_20425\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_41320\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_94165\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_60925\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_18067\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56322\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28779\"][cz_title id=\"cz_74692\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18878\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_69182\"][cz_title id=\"cz_96138\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_54464\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_92903\"][cz_title id=\"cz_73220\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_94556\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_12174\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_97118\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_19595\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_69943\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_40060\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92459\"][cz_content_box type=\"1\" id=\"cz_40710\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85674\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51830\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_97520\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65353\"][cz_content_box type=\"1\" id=\"cz_77823\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47206\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_60048\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_68870\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58058\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_69363\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_99079\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52223\"][cz_content_box type=\"1\" id=\"cz_30288\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17146\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_97435\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_47956\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80728\"][cz_content_box type=\"1\" id=\"cz_16314\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17139\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76867\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_59667\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98931\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_50087\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_54224\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_99995\"][cz_content_box type=\"1\" id=\"cz_47205\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62708\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69938\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_76154\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_55167\"][cz_content_box type=\"1\" id=\"cz_99537\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61828\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95887\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_97058\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27182\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_73710\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_44265\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76120\"][cz_content_box type=\"1\" id=\"cz_42581\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91213\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_45483\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_41661\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43436\"][cz_content_box type=\"1\" id=\"cz_64660\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47697\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_40872\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_12617\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28426\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_46076\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_18645\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94182\"][cz_content_box type=\"1\" id=\"cz_94632\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17577\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44269\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_48856\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17572\"][cz_content_box type=\"1\" id=\"cz_80364\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11565\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76400\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_56518\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55622\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_75938\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_18347\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51510\"][cz_content_box type=\"1\" id=\"cz_72997\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34418\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_25221\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_17262\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_99427\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_56691\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_97364\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_44911\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_87242\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_40801\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_98461\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_34939\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_70563\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_99967\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_52254\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_16639\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_18613\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_46437\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_11272\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_25079\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_79595\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_49017\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_31541\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_59959\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_49472\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_96830\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_16478\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_93983\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_72768\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_23715\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_45493\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_45765\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_47023\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_59604\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_51917\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_46451\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:48:34', '2018-07-05 19:48:34', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(877, 4, '2018-07-05 20:48:34', '2018-07-05 19:48:34', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_16295\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_49282\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_80251\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_92426\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_78972\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_78712\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_27366\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_49535\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_78680\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_68509\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_55064\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_86182\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_14946\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_55225\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_11261\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_83431\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_93132\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_31691\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_43391\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_42604\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28522\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_48759\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_36588\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_90180\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_61363\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_70971\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_35946\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_97276\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30575\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76753\"][cz_title id=\"cz_43727\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_35760\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_26035\"][cz_title id=\"cz_23979\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28186\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93896\"][cz_title id=\"cz_91580\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_44442\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_43432\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_70260\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_12951\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_87385\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_56442\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16787\"][cz_content_box type=\"1\" id=\"cz_42610\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56593\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_89108\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_35742\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77174\"][cz_content_box type=\"1\" id=\"cz_32500\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67236\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94586\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_70148\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92713\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_84766\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_31512\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63684\"][cz_content_box type=\"1\" id=\"cz_20713\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28789\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_83148\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_86355\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61405\"][cz_content_box type=\"1\" id=\"cz_18908\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12390\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_74273\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_35984\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95176\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_65854\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_69315\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38609\"][cz_content_box type=\"1\" id=\"cz_36115\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71156\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_25994\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_81447\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76833\"][cz_content_box type=\"1\" id=\"cz_57494\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38040\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_65941\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_82126\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_15215\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_87331\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_49362\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98690\"][cz_content_box type=\"1\" id=\"cz_57480\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42076\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_83457\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_77882\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94649\"][cz_content_box type=\"1\" id=\"cz_93059\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95560\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77798\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_79415\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56966\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_85595\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_80694\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31240\"][cz_content_box type=\"1\" id=\"cz_21580\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75871\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_85983\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79784\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14480\"][cz_content_box type=\"1\" id=\"cz_22099\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50941\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_29364\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_92435\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27774\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_75748\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_30476\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82605\"][cz_content_box type=\"1\" id=\"cz_57874\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34580\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69936\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_96126\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_33270\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_27417\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1523083356006{padding-top: 70px !important;padding-bottom: 0px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-xs-12\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_38202\" sk_shape=\"color:rgba(255,255,255,0.14);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ebebeb; font-size: 18px;\">We Are Available For Any Projects</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 40px;\">Our Business</span><span style=\"font-size: 40px;\">Projects</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_16728\"][cz_posts hover_pos=\"cz_grid_1_mid tac\" hover_fx=\"cz_grid_zin\" img_fx=\"cz_grid_shine\" post_type=\"portfolio\" subtitle_all_center=\"true\" id=\"cz_94188\" query=\"\" subtitles=\"%5B%7B%22t%22%3A%22cats_3%22%7D%5D\" posts_per_page=\"8\" gap=\"10px\" sk_overlay=\"background-color:rgba(56,231,255,0.9);\" sk_title=\"font-size:26px;text-transform:uppercase;margin-bottom:20px;\" images_radius=\"0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_32852\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_98676\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_89748\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_99539\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_78091\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_46714\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_85135\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_58786\" sk_overall=\"margin-bottom:30px;\"]\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n[/cz_title][cz_title text_center=\"true\" id=\"cz_66843\" sk_overall=\"margin-bottom:30px;\"]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_95604\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_34657\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_52827\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_75389\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_38027\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_63815\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_26330\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_56281\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_56250\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_42993\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_32029\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_75615\"]\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_25599\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_78793\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_99085\"]\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_84425\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_74920\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_32356\"]\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n[/cz_title][/cz_content_box][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:48:34', '2018-07-05 19:48:34', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(878, 4, '2018-07-05 20:51:19', '2018-07-05 19:51:19', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_12618\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_29227\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_35340\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_12893\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_81085\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_79310\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_62904\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_97915\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_77267\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_96405\"]</p>\r\n<h4>Workshop and labor</h4>\r\n<p><span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_27898\"]</p>\r\n<h4>Parts purchases</h4>\r\n<p><span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_89862\"]</p>\r\n<h4>Parts management</h4>\r\n<p><span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_23849\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_11319\"]</p>\r\n<h4>Service and parts sales</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_27796\"]</p>\r\n<h4>CRM</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_78307\"]</p>\r\n<h4>Vehicles</h4>\r\n<p><span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_95060\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_43908\"]</p>\r\n<h4>Business Intelligence</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_90112\"]</p>\r\n<h4>Workflow</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_90802\"]</p>\r\n<h4>Accounting</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_14405\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_54782\"]</p>\r\n<h4>Build-In Reporting server</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_13714\"]</p>\r\n<h4>Centralized Data warehouse</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_16514\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_76981\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_56569\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_19348\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_39272\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_21893\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_92683\"][cz_title id=\"cz_66177\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_23400\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_21910\"][cz_title id=\"cz_90407\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_25183\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91885\"][cz_title id=\"cz_69717\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_76976\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_89800\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_46985\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_73382\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_17699\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_36848\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86121\"][cz_content_box type=\"1\" id=\"cz_17908\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53533\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64429\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_12968\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86331\"][cz_content_box type=\"1\" id=\"cz_54542\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92660\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_89625\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_98213\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95263\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_95028\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_75194\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51833\"][cz_content_box type=\"1\" id=\"cz_14376\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14466\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_62615\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_95949\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69533\"][cz_content_box type=\"1\" id=\"cz_74905\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17860\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_59940\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_88978\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98634\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_29658\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_65954\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_88434\"][cz_content_box type=\"1\" id=\"cz_65532\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39337\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95023\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_91270\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25458\"][cz_content_box type=\"1\" id=\"cz_12931\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44804\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_78776\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_14789\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31136\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_33318\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_96338\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_20761\"][cz_content_box type=\"1\" id=\"cz_31531\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91602\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15790\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_95615\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43436\"][cz_content_box type=\"1\" id=\"cz_19056\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98971\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94940\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_15005\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68504\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_69846\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_21755\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28444\"][cz_content_box type=\"1\" id=\"cz_58825\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20389\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46992\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_24780\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97713\"][cz_content_box type=\"1\" id=\"cz_12525\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53006\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92736\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_92684\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67353\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_94556\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_37489\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46130\"][cz_content_box type=\"1\" id=\"cz_98234\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57514\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_68338\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_94573\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_67165\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_88759\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_86176\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<p><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_71844\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_84374\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_29612\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_79790\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_83345\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_24553\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_83685\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n<p>[/cz_title][cz_title text_center=\"true\" id=\"cz_51850\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_83289\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_94329\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_69184\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_42114\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_14719\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_16176\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_55783\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_12432\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_17590\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_97678\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_94057\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_99164\"]</p>\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_65032\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_88613\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_36653\"]</p>\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_11163\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_86848\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_83057\"]</p>\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][/vc_row]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:51:19', '2018-07-05 19:51:19', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(879, 4, '2018-07-05 20:51:19', '2018-07-05 19:51:19', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_68390\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_81422\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_50222\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_57149\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_67598\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_22067\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_41524\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_86099\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_90746\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_24870\"]</p>\r\n<h4>Workshop and labor</h4>\r\n<p><span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_99542\"]</p>\r\n<h4>Parts purchases</h4>\r\n<p><span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_74432\"]</p>\r\n<h4>Parts management</h4>\r\n<p><span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_65609\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_82831\"]</p>\r\n<h4>Service and parts sales</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_68762\"]</p>\r\n<h4>CRM</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_34794\"]</p>\r\n<h4>Vehicles</h4>\r\n<p><span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24946\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_72370\"]</p>\r\n<h4>Business Intelligence</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_39859\"]</p>\r\n<h4>Workflow</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_69618\"]</p>\r\n<h4>Accounting</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_73691\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_46339\"]</p>\r\n<h4>Build-In Reporting server</h4>\r\n<p><span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_67297\"]</p>\r\n<h4>Centralized Data warehouse</h4>\r\n<p><span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_67749\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_45504\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_32330\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_56363\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_71047\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_32382\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_43211\"][cz_title id=\"cz_54104\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89661\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_24633\"][cz_title id=\"cz_93215\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_46811\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81121\"][cz_title id=\"cz_15282\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_77224\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_67220\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_94918\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_90983\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_66763\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_69351\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56593\"][cz_content_box type=\"1\" id=\"cz_49594\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38113\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_80276\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_63429\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99372\"][cz_content_box type=\"1\" id=\"cz_20136\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33048\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_73064\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_55365\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89234\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_40813\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_89758\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21565\"][cz_content_box type=\"1\" id=\"cz_86065\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60805\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_42836\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_29277\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14910\"][cz_content_box type=\"1\" id=\"cz_32498\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42799\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_97015\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_68198\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23921\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_12297\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_45423\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80030\"][cz_content_box type=\"1\" id=\"cz_96105\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36406\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46793\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_65456\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_81888\"][cz_content_box type=\"1\" id=\"cz_85277\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92458\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_62165\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_48706\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91831\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_71190\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_70643\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64896\"][cz_content_box type=\"1\" id=\"cz_26555\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59878\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94598\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_16314\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70332\"][cz_content_box type=\"1\" id=\"cz_80664\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66008\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_13169\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_98830\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69808\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_34556\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_41630\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66823\"][cz_content_box type=\"1\" id=\"cz_91644\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54440\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_68010\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_37067\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34471\"][cz_content_box type=\"1\" id=\"cz_64115\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62362\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70154\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_29572\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44251\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_55431\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_22031\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95306\"][cz_content_box type=\"1\" id=\"cz_93027\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13862\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66496\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_63671\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_67648\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_81941\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_23550\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">Start Your New Project Today &amp; <span class=\"cz_underline cz_underline_dashed\" style=\"font-weight: 300; margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px dashed;\">Get Discount</span></span></h3>\r\n<p><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to start your project! You know what you need to do</span>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"START TODAY\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fxtratheme.com%2Fbusiness%2Fcontact%2F|||\" id=\"cz_62246\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_87144\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"110px\" height_tablet=\"100px\" id=\"cz_82772\"][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_42911\" sk_shape=\"color:rgba(56,231,255,0.1);\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">We\'re Professional</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Skills</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"20px\" height_mobile=\"20px\" id=\"cz_53153\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560967896{padding-right: 30px !important;}\" offset=\"vc_col-lg-4\"][cz_gap id=\"cz_84830\"][cz_title title_pos=\"cz_title_pos_right\" smart_fs=\"true\" text_center=\"true\" id=\"cz_41742\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<h4><span style=\"font-size: 24px;\"><span style=\"font-weight: 300;\">Essential</span> <span class=\"cz_underline\" style=\"margin: 0px 2px; padding: 1px 0px 2px; border-bottom: 1px solid; color: #38e7ff;\">Business</span> <span style=\"font-weight: 300;\">Skills</span></span></h4>\r\n<p>[/cz_title][cz_title text_center=\"true\" id=\"cz_22961\" sk_overall=\"margin-bottom:30px;\"]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">You will require a number of skills to start and run a business. It is important to identify the skills you need to develop or improve so that you can succeed in your day-to-day business operations. It is important to be able to promote your products or services effectively. Providing good customer service and having a marketing strategy in place will help you to generate sales.</span></p>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-6\"][cz_image parallax=\"9\" image=\"459\" id=\"cz_19386\" sk_css=\"margin-bottom:-20px;\"][/vc_column][vc_column css=\".vc_custom_1514560996568{padding-left: 30px !important;}\" offset=\"vc_col-lg-4 vc_col-md-6\"][cz_gap height=\"40px\" id=\"cz_72262\"][cz_progress_bar title=\"Marketing\" style=\"pbar2\" id=\"cz_78673\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Business Solutions\" number=\"81%\" style=\"pbar2\" id=\"cz_99920\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Development\" number=\"72%\" style=\"pbar2\" id=\"cz_26702\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Design &amp; Branding\" number=\"80%\" style=\"pbar2\" id=\"cz_46684\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Search Engines\" number=\"88%\" style=\"pbar2\" id=\"cz_36987\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][cz_progress_bar title=\"Consulting\" number=\"73%\" style=\"pbar2\" id=\"cz_50063\" sk_title=\"font-size:18px;\" sk_num=\"border-radius:20px;background-color:#38e7ff;padding-left:16px;padding-right:16px;color:#ffffff;\" sk_progress=\"background-color:transparent;background-image:linear-gradient(90deg,#ffffff,#38e7ff);\" sk_bar=\"height:2px;\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_99688\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-4\"][cz_image image=\"467\" id=\"cz_88239\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_20218\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_29261\"]</p>\r\n<h4 style=\"text-align: center;\">John Carter</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Co-founder, Developer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_4\" image=\"469\" id=\"cz_32490\" hover_image=\"469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_64538\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_40181\"]</p>\r\n<h4 style=\"text-align: center;\">Elizabeth Taylor</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_image image_opacity=\"op_5\" image=\"471\" id=\"cz_27797\" hover_image=\"471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_content_box type=\"1\" id=\"cz_57566\" sk_overall=\"background-color:rgba(255,255,255,0.8);padding:14px 0px;margin-top:-88px;\"][cz_title id=\"cz_42933\"]</p>\r\n<h4 style=\"text-align: center;\">Jack Richer</h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">UI/UX Designer</span></p>\r\n<p>[/cz_title][/cz_content_box][/vc_column][/vc_row]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:51:19', '2018-07-05 19:51:19', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(880, 4, '2018-07-05 20:57:28', '2018-07-05 19:57:28', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_90267\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_88015\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_59818\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_50634\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_51958\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_94149\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_93136\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_44176\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_94598\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_18506\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_54841\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_88845\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_62394\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_18238\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_55522\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_37643\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_73441\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_58603\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_60386\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_74310\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_50082\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_80633\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_73209\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_57912\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_97625\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_26669\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_75732\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_28472\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_63889\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_57700\"][cz_title id=\"cz_76255\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_54157\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_45715\"][cz_title id=\"cz_36074\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_93680\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_86562\"][cz_title id=\"cz_30224\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_86816\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_30739\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_24822\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_94212\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_74469\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_13668\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56607\"][cz_content_box type=\"1\" id=\"cz_81597\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58079\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_83139\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_55038\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16683\"][cz_content_box type=\"1\" id=\"cz_43525\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29349\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_55655\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_24159\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91447\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_13567\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_21784\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_18117\"][cz_content_box type=\"1\" id=\"cz_78188\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39145\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70895\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_35888\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_15401\"][cz_content_box type=\"1\" id=\"cz_25053\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70493\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_40365\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_18733\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57056\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_59478\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_94439\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76684\"][cz_content_box type=\"1\" id=\"cz_73190\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88652\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51154\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_75747\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_45259\"][cz_content_box type=\"1\" id=\"cz_32751\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33827\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_28398\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_76679\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39400\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_60813\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_94917\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83944\"][cz_content_box type=\"1\" id=\"cz_73861\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86365\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86400\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_84535\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_93371\"][cz_content_box type=\"1\" id=\"cz_64589\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23681\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64267\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_89367\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27971\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_78209\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_59860\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57226\"][cz_content_box type=\"1\" id=\"cz_85832\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16917\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_16704\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_80272\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82490\"][cz_content_box type=\"1\" id=\"cz_78784\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68925\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33644\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_54531\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14184\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_55285\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_77248\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31472\"][cz_content_box type=\"1\" id=\"cz_31965\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16648\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_81175\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_26882\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_89482\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_55037\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_13247\" cz_title=\"\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_75883\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_39572\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_95508\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:57:28', '2018-07-05 19:57:28', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(881, 4, '2018-07-05 20:57:28', '2018-07-05 19:57:28', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_40473\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_52142\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_59775\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_29840\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_69003\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_37985\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_78590\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_26229\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_23818\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_84396\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_31823\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_92979\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66887\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_99496\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_61904\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_89421\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_54028\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_64978\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_44706\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_31277\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85340\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_65560\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_36815\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_66515\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_81332\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_26297\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_21552\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_83469\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91070\" image=\"675\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_50014\"][cz_title id=\"cz_78977\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31543\" image=\"676\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91045\"][cz_title id=\"cz_38753\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50273\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60049\"][cz_title id=\"cz_65627\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_28864\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_75167\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_78334\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_13260\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_95880\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_71314\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69037\"][cz_content_box type=\"1\" id=\"cz_95376\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33219\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_58458\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_49405\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87086\"][cz_content_box type=\"1\" id=\"cz_92053\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69571\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_72427\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_57614\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95275\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_38942\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_38946\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21572\"][cz_content_box type=\"1\" id=\"cz_49384\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22415\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_12643\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_88287\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_90282\"][cz_content_box type=\"1\" id=\"cz_33075\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79333\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_29035\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_72237\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39382\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_83551\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_89990\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14550\"][cz_content_box type=\"1\" id=\"cz_61886\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92140\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_99320\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_33201\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61177\"][cz_content_box type=\"1\" id=\"cz_94696\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55309\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_19635\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_44102\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42396\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_11689\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_13673\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14823\"][cz_content_box type=\"1\" id=\"cz_58193\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97837\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_42655\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_86029\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19410\"][cz_content_box type=\"1\" id=\"cz_80929\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97334\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_20942\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_69217\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87616\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_42907\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_48550\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16651\"][cz_content_box type=\"1\" id=\"cz_15144\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76822\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_89092\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_94024\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80262\"][cz_content_box type=\"1\" id=\"cz_50978\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86165\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_79582\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_73069\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47342\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_74279\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_28378\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55867\"][cz_content_box type=\"1\" id=\"cz_18381\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59663\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_56446\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_20943\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_63376\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_14640\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_18781\" cz_title=\"\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_94920\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_89558\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_27081\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 20:57:28', '2018-07-05 19:57:28', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(882, 4, '2018-07-05 21:02:00', '2018-07-05 20:02:00', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_32335\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_60324\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_37448\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_93098\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_58444\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_68942\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_89228\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_68194\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_48217\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_17023\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_17759\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_72975\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_16124\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_90457\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_21500\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_45213\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_89075\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_41127\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_57170\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_49470\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28781\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_53170\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_26112\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_79008\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_69015\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_35483\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_87548\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_19988\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_55775\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_97546\"][cz_title id=\"cz_33031\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76999\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_57871\"][cz_title id=\"cz_59369\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_70097\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_16315\"][cz_title id=\"cz_28312\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_59326\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_73399\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_65418\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_65238\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_80048\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_38394\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70252\"][cz_content_box type=\"1\" id=\"cz_70506\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48783\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15466\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_59581\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78800\"][cz_content_box type=\"1\" id=\"cz_61525\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97940\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_96470\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_14695\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24053\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_75479\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_72599\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48425\"][cz_content_box type=\"1\" id=\"cz_63027\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81477\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_93090\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_60574\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14509\"][cz_content_box type=\"1\" id=\"cz_70090\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18445\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_62767\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_40188\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23650\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_79968\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_88403\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85939\"][cz_content_box type=\"1\" id=\"cz_45386\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53641\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_65987\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_72669\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23893\"][cz_content_box type=\"1\" id=\"cz_36493\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21453\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_28248\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_84963\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89143\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_78662\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_82904\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85614\"][cz_content_box type=\"1\" id=\"cz_82247\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95846\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_61094\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_54847\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44272\"][cz_content_box type=\"1\" id=\"cz_24122\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36324\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_37363\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_73585\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39723\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_96342\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_80920\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91379\"][cz_content_box type=\"1\" id=\"cz_36530\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93459\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_71347\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_24934\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79398\"][cz_content_box type=\"1\" id=\"cz_16734\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67464\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_45386\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_78293\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80247\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_70768\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_88636\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97385\"][cz_content_box type=\"1\" id=\"cz_55732\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77779\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76048\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_38636\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_63394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_58295\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_34483\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_24488\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_13142\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_67645\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:02:00', '2018-07-05 20:02:00', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(883, 4, '2018-07-05 21:02:00', '2018-07-05 20:02:00', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"756\" id=\"cz_37500\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"768\" id=\"cz_38356\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"769\" id=\"cz_93897\" tooltip=\"Envato Maketplaces\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"770\" id=\"cz_99974\" tooltip=\"Spotify Music\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"771\" id=\"cz_66968\" tooltip=\"WordPress.org\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"772\" id=\"cz_90240\" tooltip=\"GitHub.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_80895\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_58347\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_26771\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_74355\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_29695\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_40594\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_53753\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_35318\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_96948\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_88029\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_13612\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_77196\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_58797\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_91137\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_74581\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_14529\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_68917\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_50629\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_42055\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_32311\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_97814\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_65428\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_45689\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_99845\"][cz_title id=\"cz_33073\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72078\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38201\"][cz_title id=\"cz_26971\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72053\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_94059\"][cz_title id=\"cz_17212\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_52948\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_52406\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_32872\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_27303\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_70991\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_62356\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69946\"][cz_content_box type=\"1\" id=\"cz_95198\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59304\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57975\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_97699\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36500\"][cz_content_box type=\"1\" id=\"cz_16772\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88837\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_99971\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_20191\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57754\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_50601\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_51136\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78954\"][cz_content_box type=\"1\" id=\"cz_48415\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16564\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_24644\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_48261\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38527\"][cz_content_box type=\"1\" id=\"cz_85611\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75351\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_54387\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_57664\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69410\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_60488\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_99502\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21817\"][cz_content_box type=\"1\" id=\"cz_82250\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26805\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_81697\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_44606\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85640\"][cz_content_box type=\"1\" id=\"cz_76896\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92800\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_43616\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_74596\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29300\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_49278\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_63433\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29272\"][cz_content_box type=\"1\" id=\"cz_58358\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21187\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_68762\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_98384\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89031\"][cz_content_box type=\"1\" id=\"cz_17178\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14948\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_13676\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_54328\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42365\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_88176\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_29680\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85641\"][cz_content_box type=\"1\" id=\"cz_45841\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87979\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46130\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_45343\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98686\"][cz_content_box type=\"1\" id=\"cz_28380\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61038\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_80384\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61876\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46679\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_57280\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_54676\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79184\"][cz_content_box type=\"1\" id=\"cz_31876\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72866\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_28462\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_84199\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_91027\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_75710\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_94276\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_59790\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_74094\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_83308\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:02:00', '2018-07-05 20:02:00', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(884, 4, '2018-07-05 21:06:08', '2018-07-05 20:06:08', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"746\" id=\"cz_76585\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"754\" id=\"cz_12875\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_80012\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_30307\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_75884\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_85686\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_45205\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_14558\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_75261\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_78933\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_36601\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_85246\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_20348\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_99857\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_75709\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_60436\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_30920\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_15363\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_77608\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_18133\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_63326\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_78093\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_60071\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_87008\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56624\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_69911\"][cz_title id=\"cz_81220\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_95740\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_20871\"][cz_title id=\"cz_88333\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_26885\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_86345\"][cz_title id=\"cz_90097\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_95787\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_16652\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_65981\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_81474\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_50747\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_69429\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56735\"][cz_content_box type=\"1\" id=\"cz_29681\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94920\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_41981\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_38918\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94777\"][cz_content_box type=\"1\" id=\"cz_17690\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88244\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_25698\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_21943\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65852\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_32721\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_74158\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43946\"][cz_content_box type=\"1\" id=\"cz_81681\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61167\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_89460\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_51592\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42388\"][cz_content_box type=\"1\" id=\"cz_85200\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61353\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30721\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_12086\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47699\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_20818\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_96762\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53241\"][cz_content_box type=\"1\" id=\"cz_75689\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78236\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92877\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_45119\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34972\"][cz_content_box type=\"1\" id=\"cz_22558\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40039\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_65842\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_50366\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34817\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_72422\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_38610\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49405\"][cz_content_box type=\"1\" id=\"cz_83254\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93352\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_71015\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_57413\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_37299\"][cz_content_box type=\"1\" id=\"cz_52696\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18580\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_26759\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_93178\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49857\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_11960\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_54532\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69467\"][cz_content_box type=\"1\" id=\"cz_12935\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91120\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_79175\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_98587\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44361\"][cz_content_box type=\"1\" id=\"cz_54864\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76823\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_37238\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_88873\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11795\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_48686\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_28912\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66527\"][cz_content_box type=\"1\" id=\"cz_87942\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52619\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_38949\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_26553\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_90913\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_22204\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_19906\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_61928\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_68506\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_46094\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:06:08', '2018-07-05 20:06:08', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(885, 4, '2018-07-05 21:06:08', '2018-07-05 20:06:08', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"746\" id=\"cz_14625\" tooltip=\"Codevz.com\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"754\" id=\"cz_75975\" tooltip=\"Google Co.\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_61743\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_96693\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_25833\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_62593\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_51225\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_84190\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_64417\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_42345\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_63365\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_63005\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_75595\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_18230\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_39829\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_12834\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_95992\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_40514\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_50410\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_24905\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_95930\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_38352\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_66413\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_34880\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_53795\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_57327\"][cz_title id=\"cz_45973\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_62590\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19255\"][cz_title id=\"cz_14479\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_97573\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22769\"][cz_title id=\"cz_79344\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_59317\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_19463\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_94066\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_21910\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_59577\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_78256\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75217\"][cz_content_box type=\"1\" id=\"cz_90811\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41622\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_38222\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_66407\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48742\"][cz_content_box type=\"1\" id=\"cz_66940\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68131\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44735\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96343\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18541\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_58530\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_92273\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45783\"][cz_content_box type=\"1\" id=\"cz_24943\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27153\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_88467\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_71159\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62016\"][cz_content_box type=\"1\" id=\"cz_51057\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79304\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_65384\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_48631\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90963\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_44728\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_96837\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_99315\"][cz_content_box type=\"1\" id=\"cz_38795\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18748\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_58892\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_17052\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82854\"][cz_content_box type=\"1\" id=\"cz_49704\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47564\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_21077\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_16111\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_85195\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_76906\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_73131\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29931\"][cz_content_box type=\"1\" id=\"cz_73249\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80562\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77350\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_65523\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26345\"][cz_content_box type=\"1\" id=\"cz_91183\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81566\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_14813\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_62343\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_43582\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_54760\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_41647\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97855\"][cz_content_box type=\"1\" id=\"cz_92280\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32611\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_42584\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_89118\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31926\"][cz_content_box type=\"1\" id=\"cz_70269\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96756\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_79708\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_76210\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79610\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_29413\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_23774\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89576\"][cz_content_box type=\"1\" id=\"cz_34413\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97859\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66483\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_96434\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_27790\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_39732\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_76997\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_94029\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_94145\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_92232\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:06:08', '2018-07-05 20:06:08', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(886, 4, '2018-07-05 21:07:34', '2018-07-05 20:07:34', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"746\" id=\"cz_35851\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image tooltip_light=\"true\" image=\"754\" id=\"cz_70458\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_41007\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_36736\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_81951\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_92534\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_78997\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_75246\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_38118\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_67553\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_12894\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_23659\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71060\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_55407\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_85659\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_56328\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66583\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_42609\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_55160\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_71964\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_88306\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_82215\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_23715\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_23070\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_34878\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_88251\"][cz_title id=\"cz_31664\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_83802\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70588\"][cz_title id=\"cz_68970\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_39509\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_95328\"][cz_title id=\"cz_39428\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_69405\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_32064\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_21379\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_61940\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_99951\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_85515\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_88947\"][cz_content_box type=\"1\" id=\"cz_67504\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87298\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_12607\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_38564\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42705\"][cz_content_box type=\"1\" id=\"cz_87155\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83782\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98178\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_29765\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_38943\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_70142\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_18072\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21159\"][cz_content_box type=\"1\" id=\"cz_82747\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30031\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44927\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_70998\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50584\"][cz_content_box type=\"1\" id=\"cz_28729\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41587\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_19554\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_57127\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36915\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_47872\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_26533\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57869\"][cz_content_box type=\"1\" id=\"cz_58141\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77363\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57820\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_43656\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66310\"][cz_content_box type=\"1\" id=\"cz_25325\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30955\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_67806\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_52779\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62550\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_54962\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_36561\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60728\"][cz_content_box type=\"1\" id=\"cz_73616\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64394\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30871\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_80577\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74442\"][cz_content_box type=\"1\" id=\"cz_13618\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99497\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_19369\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_73506\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_50082\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_36988\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_15093\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58526\"][cz_content_box type=\"1\" id=\"cz_83004\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40898\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95288\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_98427\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87657\"][cz_content_box type=\"1\" id=\"cz_53429\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75790\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_45478\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_85975\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42100\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_59692\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_16931\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98796\"][cz_content_box type=\"1\" id=\"cz_12471\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68370\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53759\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_37922\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_29098\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_27375\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_91205\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_48859\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_96842\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_65647\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:07:34', '2018-07-05 20:07:34', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(887, 4, '2018-07-05 21:07:34', '2018-07-05 20:07:34', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"746\" id=\"cz_51366\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image tooltip_light=\"true\" image=\"754\" id=\"cz_96340\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_73906\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_24872\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_46422\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_99783\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_28855\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_93838\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_82788\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_58642\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_89126\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_81215\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_46300\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_42556\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_57005\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_80667\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28532\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_87995\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_40359\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_34352\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_86791\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_41719\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_91611\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_40550\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_68530\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_20710\"][cz_title id=\"cz_56815\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59735\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_58459\"][cz_title id=\"cz_53658\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_25383\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_98714\"][cz_title id=\"cz_49998\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_88178\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_23587\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_85310\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_87962\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_41331\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_79149\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70750\"][cz_content_box type=\"1\" id=\"cz_88863\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68275\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51965\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_35163\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99721\"][cz_content_box type=\"1\" id=\"cz_97859\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15830\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_28253\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_85854\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45078\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_51495\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_72646\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75687\"][cz_content_box type=\"1\" id=\"cz_43107\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13197\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44217\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_52707\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58902\"][cz_content_box type=\"1\" id=\"cz_92842\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11166\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_12560\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_18226\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98769\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_51448\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_95294\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22356\"][cz_content_box type=\"1\" id=\"cz_36759\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83256\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_52577\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_15908\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54006\"][cz_content_box type=\"1\" id=\"cz_41440\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73073\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94861\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_65493\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72794\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_92721\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_70212\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89937\"][cz_content_box type=\"1\" id=\"cz_78575\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15291\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_41432\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_51222\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79868\"][cz_content_box type=\"1\" id=\"cz_73428\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53308\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_24086\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_26135\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12210\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_16928\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_26191\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13659\"][cz_content_box type=\"1\" id=\"cz_24043\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24960\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53997\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_19338\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36206\"][cz_content_box type=\"1\" id=\"cz_79645\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91483\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77673\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_84442\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45490\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_19113\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_57515\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40351\"][cz_content_box type=\"1\" id=\"cz_73496\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30310\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33072\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_43709\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_20247\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_11648\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_47889\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_50569\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_51759\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_27758\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:07:34', '2018-07-05 20:07:34', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(888, 4, '2018-07-05 21:08:01', '2018-07-05 20:08:01', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"746\" id=\"cz_45958\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image size=\"medium\" tooltip_light=\"true\" image=\"754\" id=\"cz_82161\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_80447\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_14753\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_85300\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_33246\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_93262\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_86762\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90723\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_31576\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_44433\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_50127\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40832\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_11670\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_74319\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_84402\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_11147\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_89572\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_26010\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_33945\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_67422\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_76984\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_54054\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_35422\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_88476\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_16178\"][cz_title id=\"cz_42011\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67315\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_75345\"][cz_title id=\"cz_99090\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_68378\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_21303\"][cz_title id=\"cz_81252\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_48826\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_24946\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_66553\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_70962\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_18208\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_53316\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61685\"][cz_content_box type=\"1\" id=\"cz_38674\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86639\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_11812\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_68395\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87198\"][cz_content_box type=\"1\" id=\"cz_75021\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52798\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_87234\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_64594\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67697\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_21180\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_32016\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44682\"][cz_content_box type=\"1\" id=\"cz_64123\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56327\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33158\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_69190\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87227\"][cz_content_box type=\"1\" id=\"cz_89362\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44535\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86318\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_57741\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54728\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_67570\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_95456\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68563\"][cz_content_box type=\"1\" id=\"cz_34123\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66418\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_75660\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_76329\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28104\"][cz_content_box type=\"1\" id=\"cz_14335\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62968\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_28805\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_71620\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_50166\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_92716\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_24419\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37401\"][cz_content_box type=\"1\" id=\"cz_57310\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81006\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_47470\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_78215\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25688\"][cz_content_box type=\"1\" id=\"cz_11594\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34542\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_47736\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_69673\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21769\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_37099\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_14209\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96976\"][cz_content_box type=\"1\" id=\"cz_83729\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57826\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64547\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79186\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26389\"][cz_content_box type=\"1\" id=\"cz_87560\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45605\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_90939\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_63889\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62598\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_94163\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_26858\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80293\"][cz_content_box type=\"1\" id=\"cz_65783\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65913\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_73009\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79091\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_92204\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_30319\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_60097\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_39674\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_97423\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_74675\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:08:01', '2018-07-05 20:08:01', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(889, 4, '2018-07-05 21:08:01', '2018-07-05 20:08:01', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"746\" id=\"cz_40158\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image size=\"medium\" tooltip_light=\"true\" image=\"754\" id=\"cz_31965\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_22411\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_98720\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_42624\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_48399\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_12930\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_39601\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_32128\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_59645\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_93037\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_11315\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_74924\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_80598\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_45809\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_65863\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_44487\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_97296\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_60026\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_60235\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_77589\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_25810\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_26148\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_50598\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_93791\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18353\"][cz_title id=\"cz_69806\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_53889\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46917\"][cz_title id=\"cz_67230\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28564\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_75964\"][cz_title id=\"cz_88084\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_39865\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_74685\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_30709\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_77153\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_76504\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_59199\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98171\"][cz_content_box type=\"1\" id=\"cz_36149\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52237\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98375\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_99962\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32835\"][cz_content_box type=\"1\" id=\"cz_44185\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65825\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66212\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_41481\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25852\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_26447\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_19071\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40552\"][cz_content_box type=\"1\" id=\"cz_41485\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58559\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_34344\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_48727\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28366\"][cz_content_box type=\"1\" id=\"cz_77122\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84533\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_84485\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_94576\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60498\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_72570\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_34441\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35183\"][cz_content_box type=\"1\" id=\"cz_92168\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11595\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_11687\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_51368\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98656\"][cz_content_box type=\"1\" id=\"cz_36726\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92495\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_97032\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_36688\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25331\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_41217\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_91403\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80432\"][cz_content_box type=\"1\" id=\"cz_71588\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17256\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95769\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79549\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46698\"][cz_content_box type=\"1\" id=\"cz_37255\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38108\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69931\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_74872\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55364\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_47054\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_59405\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39850\"][cz_content_box type=\"1\" id=\"cz_41631\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19904\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_12420\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_64962\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43976\"][cz_content_box type=\"1\" id=\"cz_93478\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65446\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44553\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_44847\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_64103\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_70168\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_37342\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61135\"][cz_content_box type=\"1\" id=\"cz_95745\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51562\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_91242\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_87149\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_31995\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_62830\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_93295\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_27765\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_42380\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_39993\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:08:01', '2018-07-05 20:08:01', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(890, 4, '2018-07-05 21:08:46', '2018-07-05 20:08:46', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"746\" id=\"cz_54269\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image size=\"thumbnail\" tooltip_light=\"true\" image=\"754\" id=\"cz_77538\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_15841\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_38833\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_79547\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_85923\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_58834\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_68951\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90764\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_20228\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_63836\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_68523\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67261\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_59648\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_97669\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_62967\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59776\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_95644\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_47422\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_85565\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_18775\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_44551\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_41258\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_22181\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_68398\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_79382\"][cz_title id=\"cz_23390\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_16269\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_77788\"][cz_title id=\"cz_16069\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_65622\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_32058\"][cz_title id=\"cz_82497\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_70353\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_59780\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_62044\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_56277\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_18614\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_30996\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47041\"][cz_content_box type=\"1\" id=\"cz_27732\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83722\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15565\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_83882\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43370\"][cz_content_box type=\"1\" id=\"cz_13234\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46849\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92035\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_97768\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83161\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_77600\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_16543\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27712\"][cz_content_box type=\"1\" id=\"cz_18859\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27614\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_85000\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_87130\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39894\"][cz_content_box type=\"1\" id=\"cz_90159\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64919\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44852\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_55781\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_85866\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_27350\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_26135\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45647\"][cz_content_box type=\"1\" id=\"cz_78283\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71301\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53151\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_98169\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18342\"][cz_content_box type=\"1\" id=\"cz_69772\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81891\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_22797\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_53654\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25261\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_24921\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_89393\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_17297\"][cz_content_box type=\"1\" id=\"cz_22689\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72554\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_83787\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_28122\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89156\"][cz_content_box type=\"1\" id=\"cz_91536\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44626\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_74156\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_78667\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73409\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_64316\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_43586\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_18262\"][cz_content_box type=\"1\" id=\"cz_20098\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29453\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_34501\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_35122\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63990\"][cz_content_box type=\"1\" id=\"cz_12785\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95312\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_17141\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_99843\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13655\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_75803\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_81734\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25341\"][cz_content_box type=\"1\" id=\"cz_29457\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95885\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_39151\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_18851\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_13182\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_50729\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_80295\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_85859\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_67740\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_69451\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:08:46', '2018-07-05 20:08:46', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(891, 4, '2018-07-05 21:08:46', '2018-07-05 20:08:46', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"746\" id=\"cz_77395\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image size=\"thumbnail\" tooltip_light=\"true\" image=\"754\" id=\"cz_12366\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_43608\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_56062\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_74665\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_96813\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_88538\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_81816\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_16911\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_17991\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_16317\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_40922\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_70871\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_17991\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_36234\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_76901\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17834\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_38779\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_52704\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_88458\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_53009\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_71051\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_84344\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_81049\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_78792\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_86415\"][cz_title id=\"cz_31779\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59087\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_72275\"][cz_title id=\"cz_88409\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28538\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_49670\"][cz_title id=\"cz_89665\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_61036\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_94621\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_64330\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_57849\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_83159\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_46146\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63650\"][cz_content_box type=\"1\" id=\"cz_90040\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51353\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_93462\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_60911\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58234\"][cz_content_box type=\"1\" id=\"cz_29697\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37813\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64958\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_57365\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79407\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_53416\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_99263\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50459\"][cz_content_box type=\"1\" id=\"cz_37760\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80313\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_29251\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_24176\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12092\"][cz_content_box type=\"1\" id=\"cz_77227\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85340\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_89390\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_94655\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35011\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_79056\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_55691\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29633\"][cz_content_box type=\"1\" id=\"cz_43386\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13540\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_12793\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_78422\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66080\"][cz_content_box type=\"1\" id=\"cz_91722\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29775\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_59542\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_52634\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76898\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_78128\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_79337\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_41856\"][cz_content_box type=\"1\" id=\"cz_35493\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58744\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_84162\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_34757\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98093\"][cz_content_box type=\"1\" id=\"cz_21923\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15070\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_27344\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_34988\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_16052\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_93460\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_20329\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94332\"][cz_content_box type=\"1\" id=\"cz_88115\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44229\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_73388\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_43806\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62751\"][cz_content_box type=\"1\" id=\"cz_16775\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46236\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64433\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_84086\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12316\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_56156\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_13862\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60748\"][cz_content_box type=\"1\" id=\"cz_97680\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79650\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_38877\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_77017\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_21507\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_63260\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_35762\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_94558\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_86906\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_33855\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:08:46', '2018-07-05 20:08:46', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 0, 'revision', '', 0),
(892, 4, '2018-07-05 21:09:47', '2018-07-05 20:09:47', '', 'idams', '', 'inherit', 'open', 'closed', '', 'idams-3', '', '', '2018-07-05 21:09:47', '2018-07-05 20:09:47', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/idams.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(893, 4, '2018-07-05 21:09:57', '2018-07-05 20:09:57', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"746\" id=\"cz_30406\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_62606\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_51607\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_38540\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_79773\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_56346\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_78191\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_11805\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_47556\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_94686\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_70934\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_83252\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_62996\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_54529\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_71149\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_20900\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_39540\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_19623\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_13422\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_45656\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_72699\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_34598\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_76903\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_85902\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59086\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_15702\"][cz_title id=\"cz_28186\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76304\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82627\"][cz_title id=\"cz_93321\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_88656\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_13033\"][cz_title id=\"cz_55928\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_40264\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_40463\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_35702\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_85499\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_18654\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_36396\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33056\"][cz_content_box type=\"1\" id=\"cz_13341\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96220\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_16308\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_65226\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50749\"][cz_content_box type=\"1\" id=\"cz_76347\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75016\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_79179\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_84859\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77327\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_24835\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_57559\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11925\"][cz_content_box type=\"1\" id=\"cz_90627\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43462\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_59901\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_95219\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60537\"][cz_content_box type=\"1\" id=\"cz_36205\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77847\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53858\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_24862\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79770\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_98676\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_54016\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_20234\"][cz_content_box type=\"1\" id=\"cz_34378\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39515\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_27777\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_59663\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61461\"][cz_content_box type=\"1\" id=\"cz_30008\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55883\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66658\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_84124\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95522\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_43006\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_59141\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74702\"][cz_content_box type=\"1\" id=\"cz_27866\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36468\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_88426\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_74314\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_37283\"][cz_content_box type=\"1\" id=\"cz_79054\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17776\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86074\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_74274\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67202\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_22279\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_52122\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21061\"][cz_content_box type=\"1\" id=\"cz_36031\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31892\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_19738\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_78936\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41015\"][cz_content_box type=\"1\" id=\"cz_43006\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18452\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57682\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_91559\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68802\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_76580\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_47443\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35461\"][cz_content_box type=\"1\" id=\"cz_60705\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42965\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_67356\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_19846\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_17668\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_84112\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_45204\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_94983\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_58426\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_71377\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:09:57', '2018-07-05 20:09:57', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(894, 4, '2018-07-05 21:09:57', '2018-07-05 20:09:57', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"746\" id=\"cz_74038\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_65092\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_57451\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_48312\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_32295\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_68619\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_89323\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_42246\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_93540\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_21216\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_50873\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_72476\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51120\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_82769\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_79818\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_97692\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_74328\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_48620\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_74272\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_21771\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_72971\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_34977\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_53626\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_40328\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_43712\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60183\"][cz_title id=\"cz_24440\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_77806\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_55167\"][cz_title id=\"cz_71756\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49183\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_29205\"][cz_title id=\"cz_36848\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_95523\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_66407\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_58033\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_64143\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_55731\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_89168\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57683\"][cz_content_box type=\"1\" id=\"cz_65836\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40042\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30160\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_16957\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22812\"][cz_content_box type=\"1\" id=\"cz_98867\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14649\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86029\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_47488\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77811\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_96689\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_20459\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12789\"][cz_content_box type=\"1\" id=\"cz_50316\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49677\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_45390\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_99388\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63006\"][cz_content_box type=\"1\" id=\"cz_23197\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54555\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_34763\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61269\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72650\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_60500\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_56792\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39058\"][cz_content_box type=\"1\" id=\"cz_18534\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20935\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_83678\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_96592\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67508\"][cz_content_box type=\"1\" id=\"cz_49515\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36635\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86557\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_55362\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_48336\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_85425\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_58901\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34365\"][cz_content_box type=\"1\" id=\"cz_32913\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36712\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_31055\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_42262\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38390\"][cz_content_box type=\"1\" id=\"cz_70260\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80829\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_72670\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_69648\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_43835\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_84756\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_24204\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_67487\"][cz_content_box type=\"1\" id=\"cz_46025\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85744\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_27988\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_91707\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24802\"][cz_content_box type=\"1\" id=\"cz_35412\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12643\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_97369\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_32004\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69040\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_46885\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_57528\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55597\"][cz_content_box type=\"1\" id=\"cz_91136\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94754\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_41022\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_50037\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_29119\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_62825\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_75639\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_49064\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_93977\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_14030\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:09:57', '2018-07-05 20:09:57', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 0, 'revision', '', 0),
(895, 4, '2018-07-05 21:11:33', '2018-07-05 20:11:33', '', 'ensabs', '', 'inherit', 'open', 'closed', '', 'ensabs', '', '', '2018-07-05 21:11:33', '2018-07-05 20:11:33', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/ensabs.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(896, 4, '2018-07-05 21:11:41', '2018-07-05 20:11:41', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_82980\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_55004\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_41129\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_51221\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_80167\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_54805\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_39729\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_27357\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92021\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_71714\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_63272\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_32902\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_64457\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_69866\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_14004\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_86135\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_95407\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_53347\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_42330\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_46560\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_30446\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_58690\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_64212\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_26400\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_99474\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_49954\"][cz_title id=\"cz_86043\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_94101\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_24409\"][cz_title id=\"cz_51993\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49578\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_96278\"][cz_title id=\"cz_95886\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_79596\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_47500\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_76054\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_34402\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_76119\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_92301\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26424\"][cz_content_box type=\"1\" id=\"cz_47833\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55573\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_48215\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_12290\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25439\"][cz_content_box type=\"1\" id=\"cz_51109\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87315\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_20847\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_93345\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29645\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_56296\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_23792\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77225\"][cz_content_box type=\"1\" id=\"cz_20508\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39081\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76700\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_59352\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25125\"][cz_content_box type=\"1\" id=\"cz_70801\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72650\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66008\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_20379\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68929\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_61894\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_88865\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16430\"][cz_content_box type=\"1\" id=\"cz_37949\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23267\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_81438\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_30250\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38580\"][cz_content_box type=\"1\" id=\"cz_29272\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74712\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_75685\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_30451\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89041\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_26794\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_17767\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98777\"][cz_content_box type=\"1\" id=\"cz_20140\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36302\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_55073\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_32822\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13528\"][cz_content_box type=\"1\" id=\"cz_64471\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60792\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_79117\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_23823\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74807\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_49919\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_85363\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40815\"][cz_content_box type=\"1\" id=\"cz_59188\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54293\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_91599\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_48053\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_59612\"][cz_content_box type=\"1\" id=\"cz_29548\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60210\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_41051\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_48688\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87680\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_59212\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_23401\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63365\"][cz_content_box type=\"1\" id=\"cz_78553\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12442\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_79049\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_85209\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_11220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_88078\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_21512\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_55183\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_20900\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_23929\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:11:41', '2018-07-05 20:11:41', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(897, 4, '2018-07-05 21:11:41', '2018-07-05 20:11:41', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-2 vc_col-md-2 vc_col-xs-6\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_19654\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_70582\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_91936\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_32367\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_45389\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_41855\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_17731\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_75094\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_89932\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_60913\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_66693\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_37986\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_20526\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_85131\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_87085\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_50466\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_33819\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_74766\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_98567\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_46110\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_38132\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_77121\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_47441\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_17181\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_62331\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_47551\"][cz_title id=\"cz_94149\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72732\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91623\"][cz_title id=\"cz_15049\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_85551\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_11278\"][cz_title id=\"cz_74521\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_77487\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_32535\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_19911\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_19342\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_39155\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_83894\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98164\"][cz_content_box type=\"1\" id=\"cz_88958\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50588\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_36150\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_98373\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35719\"][cz_content_box type=\"1\" id=\"cz_23236\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48839\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_58428\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_86891\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47407\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_93427\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_25024\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24529\"][cz_content_box type=\"1\" id=\"cz_40869\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31094\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_75749\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_77309\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25243\"][cz_content_box type=\"1\" id=\"cz_48481\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68933\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_29182\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_34032\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69100\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_92592\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_11520\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90525\"][cz_content_box type=\"1\" id=\"cz_12503\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19751\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_29680\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_85286\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17915\"][cz_content_box type=\"1\" id=\"cz_18638\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35875\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_42955\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_17011\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60483\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_55080\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_54740\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_18912\"][cz_content_box type=\"1\" id=\"cz_41972\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91037\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_12340\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_55885\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_15566\"][cz_content_box type=\"1\" id=\"cz_42098\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75868\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_80204\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_19408\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90001\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_28686\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_77230\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19183\"][cz_content_box type=\"1\" id=\"cz_51608\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46331\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_11775\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_52017\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36856\"][cz_content_box type=\"1\" id=\"cz_13167\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60658\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_55425\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_87343\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67462\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_62953\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_23218\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_99307\"][cz_content_box type=\"1\" id=\"cz_68854\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72591\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_54387\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_23594\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_80392\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_85248\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_14632\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_81622\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_41133\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_19087\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:11:41', '2018-07-05 20:11:41', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(898, 4, '2018-07-05 21:12:39', '2018-07-05 20:12:39', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_36544\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_20305\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_73360\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_55591\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_91492\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_19611\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_26275\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_67782\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_95798\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_80721\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_42448\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_55016\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_98322\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_21748\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_79793\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_11634\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_19121\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_26285\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_39095\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_29988\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_43238\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_61783\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_69962\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_97525\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31276\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_79496\"][cz_title id=\"cz_52787\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_82194\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19479\"][cz_title id=\"cz_68360\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_41800\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_44912\"][cz_title id=\"cz_77554\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_15160\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_89393\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_69047\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_23660\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_15668\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_36829\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19459\"][cz_content_box type=\"1\" id=\"cz_85279\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68167\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_63365\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_83601\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78804\"][cz_content_box type=\"1\" id=\"cz_43158\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84125\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86815\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_58333\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23220\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_16804\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_90460\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_73893\"][cz_content_box type=\"1\" id=\"cz_75655\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87985\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94059\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_55152\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40773\"][cz_content_box type=\"1\" id=\"cz_76253\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63520\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98022\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_18053\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97322\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_75577\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_22102\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86715\"][cz_content_box type=\"1\" id=\"cz_44624\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34652\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_91272\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_70342\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43000\"][cz_content_box type=\"1\" id=\"cz_76551\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38510\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95254\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_60152\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_17314\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_38413\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_44277\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93019\"][cz_content_box type=\"1\" id=\"cz_85635\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56387\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98712\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_76096\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30281\"][cz_content_box type=\"1\" id=\"cz_74368\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64082\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_24340\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_29520\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93744\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_89483\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_81930\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91767\"][cz_content_box type=\"1\" id=\"cz_96425\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79252\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_67344\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_18528\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65967\"][cz_content_box type=\"1\" id=\"cz_11968\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42069\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57239\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_71200\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73959\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_33791\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_98599\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69213\"][cz_content_box type=\"1\" id=\"cz_82833\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15914\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_96515\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_27111\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_97822\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_82151\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_72387\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_96535\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_58248\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_91558\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:12:39', '2018-07-05 20:12:39', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(899, 4, '2018-07-05 21:12:39', '2018-07-05 20:12:39', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/2\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_70904\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/2\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_22330\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_15899\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_89314\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_16075\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_94271\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_71244\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_96731\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90697\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_50496\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_64075\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_98114\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_16463\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_64932\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_40184\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_62592\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_36133\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_14143\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_85272\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_34732\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_72246\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_68106\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_39535\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_68761\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84106\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_37358\"][cz_title id=\"cz_50913\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56493\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33893\"][cz_title id=\"cz_98050\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_48052\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93686\"][cz_title id=\"cz_20380\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_52840\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_83001\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_25345\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_47111\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_54245\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_22076\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37809\"][cz_content_box type=\"1\" id=\"cz_93630\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75041\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_35923\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_98983\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39973\"][cz_content_box type=\"1\" id=\"cz_64997\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61575\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64996\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_68030\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46848\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_88617\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_40276\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14955\"][cz_content_box type=\"1\" id=\"cz_28153\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97927\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_87950\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_54400\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48840\"][cz_content_box type=\"1\" id=\"cz_44444\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77183\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46891\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_81385\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_70869\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_56161\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_34226\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53871\"][cz_content_box type=\"1\" id=\"cz_70395\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70226\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_97005\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_81360\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96924\"][cz_content_box type=\"1\" id=\"cz_90635\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56401\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_32848\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_89619\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_85264\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_86735\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_51195\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50260\"][cz_content_box type=\"1\" id=\"cz_54765\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86933\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_38878\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_83931\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_90777\"][cz_content_box type=\"1\" id=\"cz_55920\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81858\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_78727\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_99209\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30699\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_23171\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_76392\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66479\"][cz_content_box type=\"1\" id=\"cz_93446\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47262\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_22641\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_27672\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_90022\"][cz_content_box type=\"1\" id=\"cz_81925\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86788\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_87028\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_63286\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83713\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_77663\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_19687\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16561\"][cz_content_box type=\"1\" id=\"cz_67283\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93841\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92186\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_18478\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_44102\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_46951\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_94300\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_71870\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_30882\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_85078\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:12:39', '2018-07-05 20:12:39', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(900, 4, '2018-07-05 21:13:57', '2018-07-05 20:13:57', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_50680\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_49456\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_97889\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_89945\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_72344\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_13213\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_48637\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_61711\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92348\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_48730\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_49136\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_88188\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_70137\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_22540\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_13204\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_33209\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67694\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_99669\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_41820\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_52974\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_39831\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_38686\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_51109\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_61182\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_88676\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_86021\"][cz_title id=\"cz_31559\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_43238\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81144\"][cz_title id=\"cz_56568\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_20124\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_31825\"][cz_title id=\"cz_94914\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_18014\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_21771\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_67259\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_20116\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_59297\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_28970\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12465\"][cz_content_box type=\"1\" id=\"cz_96917\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66996\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_89542\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_67054\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78425\"][cz_content_box type=\"1\" id=\"cz_91636\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89153\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46120\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_91306\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30973\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_87984\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_31138\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58548\"][cz_content_box type=\"1\" id=\"cz_39093\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81209\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_47225\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_25115\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12768\"][cz_content_box type=\"1\" id=\"cz_79353\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95148\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_58226\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_88366\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26973\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_53141\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_95270\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37634\"][cz_content_box type=\"1\" id=\"cz_20400\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15387\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_85820\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_38260\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16741\"][cz_content_box type=\"1\" id=\"cz_82737\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94145\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95173\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_49792\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72571\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_86809\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_38945\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_18691\"][cz_content_box type=\"1\" id=\"cz_78115\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58807\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95564\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_98142\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17356\"][cz_content_box type=\"1\" id=\"cz_34658\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79352\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53471\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_48662\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81010\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_32824\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_43811\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39236\"][cz_content_box type=\"1\" id=\"cz_21191\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59674\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_81266\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_16461\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86197\"][cz_content_box type=\"1\" id=\"cz_90556\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20738\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_72018\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_28817\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26368\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_54756\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_22962\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21541\"][cz_content_box type=\"1\" id=\"cz_93437\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84423\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_97240\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_32382\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_92003\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_75356\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_80079\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_87568\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_73499\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_86324\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:13:57', '2018-07-05 20:13:57', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(901, 4, '2018-07-05 21:13:57', '2018-07-05 20:13:57', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_22227\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_52851\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_39795\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_59779\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_33861\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"408\" id=\"cz_61509\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_92479\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_61987\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71590\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_52154\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_43254\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"418\" id=\"cz_76940\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_38352\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_33811\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_86568\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_99259\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51517\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"417\" id=\"cz_12936\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_54015\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_63368\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_23366\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_47453\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_47791\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_20607\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_68725\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_39795\"][cz_title id=\"cz_84852\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_48804\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_27364\"][cz_title id=\"cz_58351\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_35129\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38480\"][cz_title id=\"cz_11202\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_63814\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_87148\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_33953\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_25323\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_79628\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_84829\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85802\"][cz_content_box type=\"1\" id=\"cz_31782\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28083\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_62743\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_59024\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50783\"][cz_content_box type=\"1\" id=\"cz_49311\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58283\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_91190\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_51137\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12299\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_54558\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_63393\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48641\"][cz_content_box type=\"1\" id=\"cz_91239\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72889\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_17367\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_31035\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57741\"][cz_content_box type=\"1\" id=\"cz_55060\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47288\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_16093\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_79078\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74658\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_16184\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_42893\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61807\"][cz_content_box type=\"1\" id=\"cz_39027\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57105\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_41435\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_23856\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42908\"][cz_content_box type=\"1\" id=\"cz_62107\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40829\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94541\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_21131\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80502\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_43852\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_68304\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71692\"][cz_content_box type=\"1\" id=\"cz_83878\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69492\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_26251\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_47272\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18134\"][cz_content_box type=\"1\" id=\"cz_17491\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20161\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_24391\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_37415\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66791\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_68340\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_73593\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71773\"][cz_content_box type=\"1\" id=\"cz_47419\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48252\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76847\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79201\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98948\"][cz_content_box type=\"1\" id=\"cz_15875\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36307\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_40384\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_28620\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68105\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_91380\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_58339\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62646\"][cz_content_box type=\"1\" id=\"cz_12512\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38842\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95388\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_69705\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_99424\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_79267\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_39198\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_25675\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_26539\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_46222\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:13:57', '2018-07-05 20:13:57', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 0, 'revision', '', 0),
(902, 4, '2018-07-05 21:17:18', '2018-07-05 20:17:18', '', 'Modules', '', 'publish', 'closed', 'closed', '', 'modules', '', '', '2018-07-19 17:05:48', '2018-07-19 15:05:48', '', 0, 'http://ensabs.eu/idams/?p=902', 3, 'nav_menu_item', '', 0),
(904, 4, '2018-07-05 21:19:04', '2018-07-05 20:19:04', '', 'Why id@ms', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2018-07-19 17:05:48', '2018-07-19 15:05:48', '', 0, 'http://ensabs.eu/idams/?p=904', 2, '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
(905, 4, '2018-07-05 21:24:04', '2018-07-05 20:24:04', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_61188\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_59377\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_27540\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_54533\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_97555\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_84827\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_24427\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_51993\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_16442\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_22157\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_50651\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_55299\" cz_title=\"\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66083\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_84476\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_84422\" cz_title=\"\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_70388\" cz_title=\"\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_41630\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_37051\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_36580\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_29530\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_87124\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_32423\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_62931\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_83967\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_95138\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_62286\"][cz_title id=\"cz_53910\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19413\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_35965\"][cz_title id=\"cz_26550\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49891\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_86042\"][cz_title id=\"cz_74816\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_66320\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_40576\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_72372\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_51147\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_53892\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_24366\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56479\"][cz_content_box type=\"1\" id=\"cz_64939\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63906\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_11778\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_31022\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48383\"][cz_content_box type=\"1\" id=\"cz_85089\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90299\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_78903\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_22141\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26880\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_97322\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_98154\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48193\"][cz_content_box type=\"1\" id=\"cz_60254\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82122\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_43332\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_22540\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36032\"][cz_content_box type=\"1\" id=\"cz_51634\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47394\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51471\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_90415\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_33437\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_26288\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_56736\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62902\"][cz_content_box type=\"1\" id=\"cz_87549\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96773\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_16795\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_11915\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53252\"][cz_content_box type=\"1\" id=\"cz_70623\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64711\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53919\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_90534\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13094\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_39009\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_80834\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80887\"][cz_content_box type=\"1\" id=\"cz_50040\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96604\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_78209\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_48195\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44797\"][cz_content_box type=\"1\" id=\"cz_38463\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30317\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77018\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_49893\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55238\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_28653\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_86177\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95599\"][cz_content_box type=\"1\" id=\"cz_19068\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19615\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_21887\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_64693\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71406\"][cz_content_box type=\"1\" id=\"cz_98326\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61466\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77091\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_99131\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14718\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_47715\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_63842\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57527\"][cz_content_box type=\"1\" id=\"cz_38250\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65826\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_85425\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_19084\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_46714\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_35465\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_15688\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_24923\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_72549\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_49375\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:24:04', '2018-07-05 20:24:04', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(906, 4, '2018-07-05 21:24:04', '2018-07-05 20:24:04', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_52276\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_91756\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_26393\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_91059\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_46994\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_43935\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_77236\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_42593\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51893\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_85740\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_53370\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_16586\" cz_title=\"\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57147\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_51696\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_66941\" cz_title=\"\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_34239\" cz_title=\"\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_50828\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_70549\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_70843\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_14671\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_28076\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_97982\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_69387\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_13502\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17067\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_16101\"][cz_title id=\"cz_37857\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_21645\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_29913\"][cz_title id=\"cz_99296\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59909\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_71079\"][cz_title id=\"cz_91052\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_75192\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_62138\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_38046\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_19128\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_39375\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_69529\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59910\"][cz_content_box type=\"1\" id=\"cz_25116\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22900\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_65386\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_71153\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63486\"][cz_content_box type=\"1\" id=\"cz_32328\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94281\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_14314\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_91766\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65125\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_17874\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_19843\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63108\"][cz_content_box type=\"1\" id=\"cz_76150\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22234\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69064\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_81141\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48981\"][cz_content_box type=\"1\" id=\"cz_79598\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99943\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_48277\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_39508\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71023\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_39329\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_14701\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33162\"][cz_content_box type=\"1\" id=\"cz_66265\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22718\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_61427\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_35795\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71518\"][cz_content_box type=\"1\" id=\"cz_75432\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47584\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_36905\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_46585\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99959\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_58122\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_40867\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14274\"][cz_content_box type=\"1\" id=\"cz_49889\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94882\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_21038\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_58621\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57990\"][cz_content_box type=\"1\" id=\"cz_86077\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69745\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_27054\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_67218\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18726\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_95542\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_67162\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55892\"][cz_content_box type=\"1\" id=\"cz_35051\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38186\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_84110\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_38641\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60238\"][cz_content_box type=\"1\" id=\"cz_50376\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50249\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_21665\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_75060\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21768\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_85986\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_22645\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47562\"][cz_content_box type=\"1\" id=\"cz_32572\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22605\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94573\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_62329\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_25768\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_44462\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_57211\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_35695\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_91972\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_15201\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:24:04', '2018-07-05 20:24:04', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(907, 4, '2018-07-05 21:24:06', '2018-07-05 20:24:06', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_35082\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_85347\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_30759\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_96142\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_72053\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_39614\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_80939\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_63632\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17428\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_95121\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_24579\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_71986\" cz_title=\"\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_74636\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_91682\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_26304\" cz_title=\"\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_52307\" cz_title=\"\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_37664\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_48682\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_69613\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_97422\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_74835\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_79717\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_70371\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_22740\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84399\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_40255\"][cz_title id=\"cz_28646\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24144\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_21246\"][cz_title id=\"cz_28502\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60201\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_45217\"][cz_title id=\"cz_13849\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_79849\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_41359\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_74792\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_19463\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_22299\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_38424\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25781\"][cz_content_box type=\"1\" id=\"cz_17420\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51892\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86657\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_80946\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43575\"][cz_content_box type=\"1\" id=\"cz_12962\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33253\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70128\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_50533\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91755\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_67550\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_25369\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71472\"][cz_content_box type=\"1\" id=\"cz_37922\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36998\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_55872\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_67067\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54534\"][cz_content_box type=\"1\" id=\"cz_68906\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77203\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_71925\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_29107\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22420\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_74664\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_97845\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52669\"][cz_content_box type=\"1\" id=\"cz_49457\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17309\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_63857\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_76770\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31979\"][cz_content_box type=\"1\" id=\"cz_70167\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28663\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_18637\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_51113\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61128\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_20488\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_73256\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31256\"][cz_content_box type=\"1\" id=\"cz_59911\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65011\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_87696\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_74169\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36484\"][cz_content_box type=\"1\" id=\"cz_25619\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11167\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_81246\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_81575\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54591\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_50152\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_58779\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26517\"][cz_content_box type=\"1\" id=\"cz_68148\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70088\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_90071\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_65993\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22758\"][cz_content_box type=\"1\" id=\"cz_39528\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72192\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_75505\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_16299\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93060\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_45673\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_33852\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11697\"][cz_content_box type=\"1\" id=\"cz_85675\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83869\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_21075\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_58932\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_15126\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_69875\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_23943\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_91711\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_44045\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_49317\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:24:06', '2018-07-05 20:24:06', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(908, 4, '2018-07-05 21:24:06', '2018-07-05 20:24:06', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_17331\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_44102\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_30563\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_87796\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_87582\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_69604\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_46575\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_14099\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_37753\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_16664\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_93059\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_92636\" cz_title=\"\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28311\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_32587\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_64828\" cz_title=\"\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_92706\" cz_title=\"\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_37776\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_57889\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_38379\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_60517\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_58476\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_24055\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_44386\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_68440\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_71876\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_48402\"][cz_title id=\"cz_38316\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84708\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_40113\"][cz_title id=\"cz_71250\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_34026\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46333\"][cz_title id=\"cz_15352\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_53478\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_34129\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_91823\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_23083\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_69594\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_94812\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49726\"][cz_content_box type=\"1\" id=\"cz_75147\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87872\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_42362\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_92347\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20460\"][cz_content_box type=\"1\" id=\"cz_96080\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85054\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_47125\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_53969\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23433\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_96531\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_12446\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_36377\"][cz_content_box type=\"1\" id=\"cz_40918\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69775\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_97142\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_78210\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96981\"][cz_content_box type=\"1\" id=\"cz_81851\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18323\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_68231\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_15877\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53546\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_72473\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_58245\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76565\"][cz_content_box type=\"1\" id=\"cz_64297\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70218\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46159\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_59109\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19944\"][cz_content_box type=\"1\" id=\"cz_21307\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46981\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51196\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_13655\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56330\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_47276\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_87598\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92345\"][cz_content_box type=\"1\" id=\"cz_90135\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99920\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_88876\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_91470\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36298\"][cz_content_box type=\"1\" id=\"cz_29795\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61246\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33441\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96894\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58228\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_15292\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_15218\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26459\"][cz_content_box type=\"1\" id=\"cz_20059\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57654\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_87822\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_67193\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34220\"][cz_content_box type=\"1\" id=\"cz_52119\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37411\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69269\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_11228\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46245\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_79465\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_47099\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86330\"][cz_content_box type=\"1\" id=\"cz_82009\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92318\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33606\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_69607\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_84664\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_23742\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_69528\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_73540\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_15213\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_94715\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:24:06', '2018-07-05 20:24:06', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(909, 4, '2018-07-05 21:25:38', '2018-07-05 20:25:38', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_18676\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_92259\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_23963\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_26123\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_39822\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_95524\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_33226\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_65961\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51186\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_44141\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_41609\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_28729\" cz_title=\"\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_54889\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_96821\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_59351\" cz_title=\"\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_92937\" cz_title=\"\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_27443\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_73286\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_26378\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_45776\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_67881\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_85560\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_78904\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_99842\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_48571\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22111\"][cz_title id=\"cz_93667\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51611\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_78699\"][cz_title id=\"cz_27806\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_86220\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_86265\"][cz_title id=\"cz_20066\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_99073\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_12388\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_48777\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_94597\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_34504\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_14738\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45784\"][cz_content_box type=\"1\" id=\"cz_67535\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45237\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_63402\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_22424\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42058\"][cz_content_box type=\"1\" id=\"cz_22754\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15361\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_58390\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_84929\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30628\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_93056\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_52810\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16188\"][cz_content_box type=\"1\" id=\"cz_71960\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52653\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53649\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_82960\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46321\"][cz_content_box type=\"1\" id=\"cz_94149\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61660\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_63017\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_80370\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47925\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_71972\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_79443\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49203\"][cz_content_box type=\"1\" id=\"cz_20750\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74041\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_72596\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_24378\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19825\"][cz_content_box type=\"1\" id=\"cz_40131\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58504\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_72117\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_51444\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89451\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_83760\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_55695\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47842\"][cz_content_box type=\"1\" id=\"cz_68690\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75212\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_40898\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_21501\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80290\"][cz_content_box type=\"1\" id=\"cz_12859\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63043\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33940\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_84709\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98253\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_28089\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_46369\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61270\"][cz_content_box type=\"1\" id=\"cz_97348\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83183\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33243\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_76792\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32386\"][cz_content_box type=\"1\" id=\"cz_42882\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50833\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_93871\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_56150\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59548\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_34003\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_14654\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31665\"][cz_content_box type=\"1\" id=\"cz_74337\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92995\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15426\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_30032\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_40838\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_73005\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_94134\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_70626\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_83396\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_74425\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:25:38', '2018-07-05 20:25:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(910, 4, '2018-07-05 21:25:38', '2018-07-05 20:25:38', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_72374\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_46439\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_97254\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_57083\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_44693\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_25344\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_92341\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_94853\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_22693\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_75525\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_28096\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_88374\" cz_title=\"\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96800\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_59868\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_39207\" cz_title=\"\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_90672\" cz_title=\"\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_16019\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_87645\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_24675\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_19562\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_19310\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_87901\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_12558\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_23626\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17934\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_42285\"][cz_title id=\"cz_85520\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12069\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_12912\"][cz_title id=\"cz_68917\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_75383\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_74175\"][cz_title id=\"cz_15356\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_72637\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_31259\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_48939\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_86871\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_23601\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_43792\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98453\"][cz_content_box type=\"1\" id=\"cz_88015\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60778\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86827\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_84815\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20647\"][cz_content_box type=\"1\" id=\"cz_26035\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75488\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_25555\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_13680\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89052\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_34006\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_21880\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76954\"][cz_content_box type=\"1\" id=\"cz_35454\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34395\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_83778\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_66629\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19916\"][cz_content_box type=\"1\" id=\"cz_84736\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68430\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77722\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_60119\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42605\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_81968\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_32757\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62753\"][cz_content_box type=\"1\" id=\"cz_30907\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19628\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_75244\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_63588\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18082\"][cz_content_box type=\"1\" id=\"cz_63259\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24367\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_93798\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_48075\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_33903\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_19834\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_23563\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48347\"][cz_content_box type=\"1\" id=\"cz_22404\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12616\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_71243\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_33173\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78460\"][cz_content_box type=\"1\" id=\"cz_95586\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56457\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_62239\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_62215\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65262\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_46975\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_30645\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42985\"][cz_content_box type=\"1\" id=\"cz_95984\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62140\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_24953\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_28742\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24894\"][cz_content_box type=\"1\" id=\"cz_44749\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37260\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_89027\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_97227\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44231\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_52287\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_21594\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38030\"][cz_content_box type=\"1\" id=\"cz_89251\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44387\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46753\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_12815\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_81624\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_58046\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_14321\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_52867\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_80109\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_81671\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:25:38', '2018-07-05 20:25:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 0, 'revision', '', 0),
(914, 4, '2018-07-05 21:35:48', '2018-07-05 20:35:48', '{\n    \"codevz_theme_options[social]\": {\n        \"value\": [\n            {\n                \"title\": \"Facebook\",\n                \"icon\": \"fa fa-facebook\",\n                \"link\": \"https://www.facebook.com/\"\n            },\n            {\n                \"title\": \"Twitter\",\n                \"icon\": \"fa fa-twitter\",\n                \"link\": \"https://twitter.com/\"\n            },\n            {\n                \"title\": \"Instagram\",\n                \"icon\": \"fa fa-instagram\",\n                \"link\": \"https://www.instagram.com/\"\n            },\n            {\n                \"title\": \"Linkedin\",\n                \"icon\": \"fa fa-linkedin\",\n                \"link\": \"#\"\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-05 20:35:48\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '87c37847-c92f-42ad-af95-7e9c5eb3ee92', '', '', '2018-07-05 21:35:48', '2018-07-05 20:35:48', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/05/87c37847-c92f-42ad-af95-7e9c5eb3ee92/', 0, 'customize_changeset', '', 0),
(915, 4, '2018-07-05 21:37:15', '2018-07-05 20:37:15', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_61321\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Tell us about your business needs, and we will contact you.  </span></h3>\n[/cz_title][cz_gap id=\"cz_68505\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_21281\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_73377\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_64571\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_51770\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_42330\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_79709\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-05 21:37:15', '2018-07-05 20:37:15', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/05/18-revision-v1/', 0, 'revision', '', 0),
(916, 4, '2018-07-05 21:37:15', '2018-07-05 20:37:15', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_97900\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Tell us about your business needs, and we will contact you.  </span></h3>\n[/cz_title][cz_gap id=\"cz_92996\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_16632\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_39392\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_15811\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_27515\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_97690\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CALL US TODAY +34 961475334\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-volume-control-phone\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_49645\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-05 21:37:15', '2018-07-05 20:37:15', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/05/18-revision-v1/', 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
(917, 4, '2018-07-05 21:41:54', '2018-07-05 20:41:54', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_49135\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_85715\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_42420\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_79896\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_53552\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_69877\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_74000\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_79501\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56055\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_22565\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_23900\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_15098\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21624\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_34309\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_20074\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_20526\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_18072\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_41864\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_30334\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_72215\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_15328\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_41745\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_76752\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_22550\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_11152\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_80226\"][cz_title id=\"cz_22764\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_88820\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_75893\"][cz_title id=\"cz_26148\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_14875\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_25028\"][cz_title id=\"cz_11863\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_46185\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_93813\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_54305\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_16063\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\"style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_67814\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_33806\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61007\"][cz_content_box type=\"1\" id=\"cz_79268\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46596\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64995\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_89781\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69794\"][cz_content_box type=\"1\" id=\"cz_73958\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99197\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76755\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_15822\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29531\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_48970\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_20040\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60166\"][cz_content_box type=\"1\" id=\"cz_25723\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31479\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_60207\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_94839\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43132\"][cz_content_box type=\"1\" id=\"cz_49027\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70732\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_58169\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_52792\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84649\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_58922\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_87866\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78463\"][cz_content_box type=\"1\" id=\"cz_13228\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92818\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46277\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_35924\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53826\"][cz_content_box type=\"1\" id=\"cz_25545\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71409\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_18821\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_15327\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41203\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_81669\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_14525\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_17959\"][cz_content_box type=\"1\" id=\"cz_86380\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32945\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_55819\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_95309\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82000\"][cz_content_box type=\"1\" id=\"cz_70432\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26788\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_42208\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_65271\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58810\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_80125\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_36003\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16979\"][cz_content_box type=\"1\" id=\"cz_32917\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20653\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64791\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_20783\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88005\"][cz_content_box type=\"1\" id=\"cz_66908\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13602\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_34283\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_91721\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56317\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_48718\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_63130\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64028\"][cz_content_box type=\"1\" id=\"cz_52934\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93223\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_45697\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_56349\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_11182\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_32078\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_78183\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_55891\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_27387\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_60184\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:41:54', '2018-07-05 20:41:54', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(918, 4, '2018-07-05 21:41:54', '2018-07-05 20:41:54', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_26323\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_43065\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_91281\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_80484\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_90764\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_71406\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_16488\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_96633\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_93213\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_26030\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_61424\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_13997\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_14036\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_28332\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_16488\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_37208\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_20053\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_61695\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_74816\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_72073\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_25723\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_27750\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_65296\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_60310\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72989\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_65368\"][cz_title id=\"cz_81277\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51172\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_21259\"][cz_title id=\"cz_97554\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_11357\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_36472\"][cz_title id=\"cz_40619\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_91528\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_16957\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_31384\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_62935\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\"style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_22334\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_28017\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56148\"][cz_content_box type=\"1\" id=\"cz_37254\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78331\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_59034\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_40180\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95552\"][cz_content_box type=\"1\" id=\"cz_64412\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66278\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15606\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_26108\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41094\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_76568\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_40721\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57734\"][cz_content_box type=\"1\" id=\"cz_41864\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89920\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30723\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_96121\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71197\"][cz_content_box type=\"1\" id=\"cz_70784\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17381\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_68751\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_71031\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42743\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_98260\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_62559\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48589\"][cz_content_box type=\"1\" id=\"cz_29645\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25494\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_59812\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_46552\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70532\"][cz_content_box type=\"1\" id=\"cz_85956\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24883\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_29567\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_26136\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20436\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_82869\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_81303\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24931\"][cz_content_box type=\"1\" id=\"cz_97866\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22398\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_90389\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_38587\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69021\"][cz_content_box type=\"1\" id=\"cz_32254\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28508\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_88633\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_28376\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88595\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_59418\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_34646\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57347\"][cz_content_box type=\"1\" id=\"cz_30449\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66279\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_55608\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_81898\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14868\"][cz_content_box type=\"1\" id=\"cz_74142\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96282\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_63569\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_20694\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66815\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_49526\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_34467\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85271\"][cz_content_box type=\"1\" id=\"cz_64551\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43792\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_68140\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_45855\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_57613\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_66007\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_57142\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:%23|||\" id=\"cz_48003\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_93484\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_26164\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:41:54', '2018-07-05 20:41:54', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(919, 4, '2018-07-05 21:43:53', '2018-07-05 20:43:53', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_97594\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_59788\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_88540\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_67743\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_47598\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_21023\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_40274\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_93493\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_70830\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_85251\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_44875\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_16718\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_49576\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_99477\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_57263\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_54397\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24029\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_40956\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_97840\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_55590\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_15643\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_37186\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_74738\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_20315\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_63834\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18644\"][cz_title id=\"cz_81260\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59822\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28036\"][cz_title id=\"cz_83933\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_68369\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_25630\"][cz_title id=\"cz_43722\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_56909\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_82263\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_80209\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_66822\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\"style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_22537\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_73702\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37653\"][cz_content_box type=\"1\" id=\"cz_96677\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18578\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_43260\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_46254\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18056\"][cz_content_box type=\"1\" id=\"cz_89412\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89541\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30975\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_30369\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87381\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_75455\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_34901\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24568\"][cz_content_box type=\"1\" id=\"cz_50193\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44106\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77291\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_57727\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25366\"][cz_content_box type=\"1\" id=\"cz_37114\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74652\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98189\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_94372\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89172\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_41911\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_51282\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71435\"][cz_content_box type=\"1\" id=\"cz_22121\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18104\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_82862\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_84712\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44646\"][cz_content_box type=\"1\" id=\"cz_79540\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92180\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76796\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_25794\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99126\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_66208\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_15336\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30102\"][cz_content_box type=\"1\" id=\"cz_85466\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91607\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94446\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_20368\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16175\"][cz_content_box type=\"1\" id=\"cz_44640\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53364\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_82356\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_91256\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67620\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_19470\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_65909\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65809\"][cz_content_box type=\"1\" id=\"cz_13843\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55082\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_96610\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_54014\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26517\"][cz_content_box type=\"1\" id=\"cz_18731\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61007\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98269\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_92332\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94543\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_77809\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_84513\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71339\"][cz_content_box type=\"1\" id=\"cz_92493\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83640\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_37548\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_96719\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_13742\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_23015\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_88326\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_97077\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_32273\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_93390\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:43:53', '2018-07-05 20:43:53', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(920, 4, '2018-07-05 21:43:53', '2018-07-05 20:43:53', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_27276\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_79940\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_79708\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_83128\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_47827\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_82042\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_44668\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_17966\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66501\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_30911\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_45854\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_50377\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_93680\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_71216\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_85507\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_12764\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_15737\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_96943\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_87381\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_63843\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_99902\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_61227\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_86223\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_11689\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_45326\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_16815\"][cz_title id=\"cz_77363\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50023\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_32938\"][cz_title id=\"cz_56538\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24029\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_49104\"][cz_title id=\"cz_36479\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_92627\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_32232\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_73195\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_74670\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\"style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_65789\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_80051\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_41172\"][cz_content_box type=\"1\" id=\"cz_85590\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25906\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_80438\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_79271\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86012\"][cz_content_box type=\"1\" id=\"cz_65946\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80924\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_90638\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_62889\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68306\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_54482\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_62792\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29533\"][cz_content_box type=\"1\" id=\"cz_40706\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63370\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_63749\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_46411\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40733\"][cz_content_box type=\"1\" id=\"cz_13773\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68238\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86161\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_26692\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_17343\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_22640\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_19319\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38465\"][cz_content_box type=\"1\" id=\"cz_84725\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82879\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_93144\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_64777\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24051\"][cz_content_box type=\"1\" id=\"cz_78734\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79572\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_93379\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_58005\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65585\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_59325\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_38930\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56224\"][cz_content_box type=\"1\" id=\"cz_22215\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96125\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_99595\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_73896\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25659\"][cz_content_box type=\"1\" id=\"cz_40302\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37267\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_78297\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_75602\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66890\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_80960\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_43841\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53051\"][cz_content_box type=\"1\" id=\"cz_96541\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50074\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64580\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_15861\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77428\"][cz_content_box type=\"1\" id=\"cz_49306\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87629\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70572\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_14083\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11681\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_49306\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_82545\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93950\"][cz_content_box type=\"1\" id=\"cz_96201\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48130\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53276\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_35131\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_93243\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_64381\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_31257\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_92839\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_38278\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_45805\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:43:53', '2018-07-05 20:43:53', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(921, 4, '2018-07-05 21:43:53', '2018-07-05 20:43:53', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_41718\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_74526\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_75746\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_32974\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_42146\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_84106\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_87773\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_96845\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86838\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_42855\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_93455\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_40853\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58262\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_12186\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_90750\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_56532\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_93408\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_85293\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_34341\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_77922\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_56633\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_26835\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_61562\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_83070\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_23554\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_64194\"][cz_title id=\"cz_94974\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_11880\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61272\"][cz_title id=\"cz_27248\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_94160\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91879\"][cz_title id=\"cz_90663\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_69907\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_24854\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_32810\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_54014\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\"style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_12627\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_29655\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40852\"][cz_content_box type=\"1\" id=\"cz_44372\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23111\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70594\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_91524\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24186\"][cz_content_box type=\"1\" id=\"cz_61344\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48056\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_17594\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_46638\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71287\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_84406\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_92160\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87011\"][cz_content_box type=\"1\" id=\"cz_45968\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75231\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_99455\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_99052\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70206\"][cz_content_box type=\"1\" id=\"cz_11336\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60324\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86343\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_94385\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_52203\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_77006\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_64293\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65946\"][cz_content_box type=\"1\" id=\"cz_98705\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18307\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_67463\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_28361\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48049\"][cz_content_box type=\"1\" id=\"cz_11836\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40361\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_18643\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_92250\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53437\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_68877\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_40307\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59921\"][cz_content_box type=\"1\" id=\"cz_15516\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11594\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44327\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_96565\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87495\"][cz_content_box type=\"1\" id=\"cz_79185\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71796\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86950\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_78237\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42002\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_87176\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_38561\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28345\"][cz_content_box type=\"1\" id=\"cz_81561\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79654\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94241\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_45854\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_45601\"][cz_content_box type=\"1\" id=\"cz_92947\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53051\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_13065\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_21309\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89989\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_13790\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_50559\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97522\"][cz_content_box type=\"1\" id=\"cz_94930\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92885\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66400\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_35237\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_52806\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_70805\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_35721\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_86023\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_67370\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_23216\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:43:53', '2018-07-05 20:43:53', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(922, 4, '2018-07-05 21:43:53', '2018-07-05 20:43:53', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_33141\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_64434\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_24103\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_97633\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_31324\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_93952\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_41474\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_73264\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90494\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_80437\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_37845\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_95244\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57866\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_76040\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_82874\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_28438\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_79012\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_83445\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_66634\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_61557\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_77396\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_62835\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_98577\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_30672\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_86856\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91820\"][cz_title id=\"cz_83943\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18113\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_84660\"][cz_title id=\"cz_22221\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_52807\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_17801\"][cz_title id=\"cz_75545\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_65800\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_15434\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_95758\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_59753\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\"style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_45798\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_69023\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50247\"][cz_content_box type=\"1\" id=\"cz_26236\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95757\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_45492\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_72991\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71798\"][cz_content_box type=\"1\" id=\"cz_28366\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90319\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_50810\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_11812\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56953\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_12368\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_78097\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19789\"][cz_content_box type=\"1\" id=\"cz_99834\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97659\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95534\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_91655\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_81602\"][cz_content_box type=\"1\" id=\"cz_13648\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76315\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92713\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_55345\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83006\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_68258\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_21145\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87329\"][cz_content_box type=\"1\" id=\"cz_64016\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69787\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33128\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_33040\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20035\"][cz_content_box type=\"1\" id=\"cz_48254\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28797\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_54416\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_21245\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89484\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_71672\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_11564\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40295\"][cz_content_box type=\"1\" id=\"cz_72373\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57407\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_41552\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_50471\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66085\"][cz_content_box type=\"1\" id=\"cz_41387\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48130\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_61620\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_33042\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29733\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_64158\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_98247\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22446\"][cz_content_box type=\"1\" id=\"cz_19503\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81253\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_79593\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_29538\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68583\"][cz_content_box type=\"1\" id=\"cz_43610\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88215\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_90600\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_65539\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97139\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_38854\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_83226\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51555\"][cz_content_box type=\"1\" id=\"cz_48989\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72711\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_23228\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_49443\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_13006\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_84490\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_95740\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_43448\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_34962\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_61825\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:43:53', '2018-07-05 20:43:53', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 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
(923, 4, '2018-07-05 21:46:39', '2018-07-05 20:46:39', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_54049\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_73486\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_88074\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_61989\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_72060\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_74560\"]\r\n<h4>Workshop and labor</h4>\r\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_37493\"]\r\n<h4>Parts purchases</h4>\r\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_66499\"]\r\n<h4>Parts management</h4>\r\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_87986\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_50252\"]\r\n<h4>Service and parts sales</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_21208\"]\r\n<h4>CRM</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_47463\"]\r\n<h4>Vehicles</h4>\r\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56874\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_30537\"]\r\n<h4>Business Intelligence</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_42250\"]\r\n<h4>Workflow</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_68551\"]\r\n<h4>Accounting</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24848\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_70222\"]\r\n<h4>Build-In Reporting server</h4>\r\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_99035\"]\r\n<h4>Centralized Data warehouse</h4>\r\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_46069\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_92327\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_70374\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_14757\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why Us</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_28647\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_83641\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_98400\"][cz_title id=\"cz_51535\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">ACCESSIBLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance he resources of tour organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_29728\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_14149\"][cz_title id=\"cz_97043\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">DEDICATION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We are committed to fulfilling our mission&gt; to ensure that our clients feel that they have a service created exclusively for them that meets and exceeds their expectations. </span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_46310\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_57087\"][cz_title id=\"cz_70529\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONVICTION</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we firmly believe that a customer deserves a quality product, that it is a real product that works just as its is promoted. Customers should not have to pay for misleading advertising ,poor service, inexperienced consultants and lack of planning. We are real!</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_34384\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_19076\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_42590\"][cz_title shape=\"icon\" smart_fs=\"true\" text_center=\"true\" shape_icon=\"fa fa-fire\" id=\"cz_97834\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\"style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_45458\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_97979\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85820\"][cz_content_box type=\"1\" id=\"cz_84600\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19188\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33284\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_41474\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38614\"][cz_content_box type=\"1\" id=\"cz_64424\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98914\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_52351\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_34646\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97950\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_87310\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_26974\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68324\"][cz_content_box type=\"1\" id=\"cz_90956\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44511\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51965\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_89357\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84935\"][cz_content_box type=\"1\" id=\"cz_70583\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92395\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_81978\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_16893\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49482\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_52508\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_40167\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57448\"][cz_content_box type=\"1\" id=\"cz_83988\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38001\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_91796\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_81967\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23822\"][cz_content_box type=\"1\" id=\"cz_76396\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90044\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_45995\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_17870\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28658\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_99309\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_16784\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69898\"][cz_content_box type=\"1\" id=\"cz_33955\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14734\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57209\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_49819\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71948\"][cz_content_box type=\"1\" id=\"cz_48165\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83219\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_23914\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_37522\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68155\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_83386\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_29917\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50133\"][cz_content_box type=\"1\" id=\"cz_89168\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68289\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_91531\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_29335\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25737\"][cz_content_box type=\"1\" id=\"cz_75519\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56225\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_17533\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_57486\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68937\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_82818\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_47530\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14932\"][cz_content_box type=\"1\" id=\"cz_89577\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65078\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_14242\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_95251\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_34977\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_37086\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_98875\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_81075\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_75795\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_70823\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-05 21:46:39', '2018-07-05 20:46:39', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/05/4-revision-v1/', 0, 'revision', '', 0),
(924, 4, '2018-07-08 15:19:08', '2018-07-08 13:19:08', '{\n    \"codevz_theme_options[wp_login_logo]\": {\n        \"value\": \"http://ensabs.eu/idams/wp-content/uploads/2018/07/logos2.png\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-08 13:19:08\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '36004cd8-baf2-40b8-b60b-4526a4443bba', '', '', '2018-07-08 15:19:08', '2018-07-08 13:19:08', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/08/36004cd8-baf2-40b8-b60b-4526a4443bba/', 0, 'customize_changeset', '', 0),
(925, 4, '2018-07-08 15:19:57', '2018-07-08 13:19:57', '{\n    \"codevz_theme_options[wp_login_logo]\": {\n        \"value\": \"http://ensabs.eu/idams/wp-content/uploads/2018/07/idams.png\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-08 13:19:51\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '61329520-1603-4dc5-8d5f-682e4e3b8da2', '', '', '2018-07-08 15:19:57', '2018-07-08 13:19:57', '', 0, 'http://ensabs.eu/idams/?p=925', 0, 'customize_changeset', '', 0),
(926, 4, '2018-07-08 15:21:03', '2018-07-08 13:21:03', '{\n    \"codevz_theme_options[description]\": {\n        \"value\": \"ID@MS IMPORTER DEALER MANAGEMENT SOLUTION\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-08 13:21:03\"\n    },\n    \"codevz_theme_options[keywords]\": {\n        \"value\": \"ID@MS IMPORTER DEALER MANAGEMENT SOLUTION\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-08 13:21:03\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4c85317b-093e-4d30-aa2e-08d3e3ce5732', '', '', '2018-07-08 15:21:03', '2018-07-08 13:21:03', '', 0, 'http://ensabs.eu/idams/?p=926', 0, 'customize_changeset', '', 0),
(931, 4, '2018-07-08 15:54:50', '2018-07-08 13:54:50', '', 'idamswatermark', '', 'inherit', 'open', 'closed', '', 'idamswatermark', '', '', '2018-07-08 15:54:50', '2018-07-08 13:54:50', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/idamswatermark.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(932, 4, '2018-07-08 16:04:27', '2018-07-08 14:04:27', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_91549\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_69036\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_76355\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_13330\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48857\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_29942\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_38262\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_97838\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40178\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_41908\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_64167\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_80204\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_50081\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_85956\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_60334\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_27478\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17592\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_71689\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_97769\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_25403\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_79868\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_40253\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_54442\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"930\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_18971\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_23423\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_80884\"][cz_title id=\"cz_87747\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_26388\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_79547\"][cz_title id=\"cz_22247\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_80053\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_71096\"][cz_title id=\"cz_80173\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_56409\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_73315\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_29031\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_75241\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_11578\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_26870\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15420\"][cz_content_box type=\"1\" id=\"cz_42375\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79926\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_84514\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_81345\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65882\"][cz_content_box type=\"1\" id=\"cz_44848\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97713\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_72364\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_16538\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95483\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_86656\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_85295\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35736\"][cz_content_box type=\"1\" id=\"cz_41098\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93156\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_48049\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_21983\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80903\"][cz_content_box type=\"1\" id=\"cz_63327\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90419\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92040\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_43380\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61516\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_72213\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_88679\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34831\"][cz_content_box type=\"1\" id=\"cz_90133\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63921\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_35299\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_17003\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68230\"][cz_content_box type=\"1\" id=\"cz_66563\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85819\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_52744\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_47909\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51702\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_86482\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_45623\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24066\"][cz_content_box type=\"1\" id=\"cz_91909\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41106\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_99612\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_77204\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65732\"][cz_content_box type=\"1\" id=\"cz_40711\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70361\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_13782\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_51583\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51265\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_65998\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_42002\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43305\"][cz_content_box type=\"1\" id=\"cz_98268\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92408\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15518\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_86947\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27239\"][cz_content_box type=\"1\" id=\"cz_94541\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50869\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51427\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_11545\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19100\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_17991\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_86253\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60734\"][cz_content_box type=\"1\" id=\"cz_54790\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37955\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_47216\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_89303\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_50911\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_39125\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_30409\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_50523\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_16330\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_85031\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-08 16:04:27', '2018-07-08 14:04:27', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/08/4-revision-v1/', 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
(933, 4, '2018-07-08 16:04:28', '2018-07-08 14:04:28', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_80123\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_75580\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_87702\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_31707\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_26846\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_53700\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_62599\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_59040\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51969\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_55007\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_63448\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_38917\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71136\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_57989\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_78675\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_22563\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58424\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_86664\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_29444\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_44677\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_47398\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_73124\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_71522\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"930\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_83504\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_62427\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22433\"][cz_title id=\"cz_22629\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_81726\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61845\"][cz_title id=\"cz_27849\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_66757\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_41969\"][cz_title id=\"cz_92319\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_54460\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_62565\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_19165\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_97049\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_25164\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_67094\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49018\"][cz_content_box type=\"1\" id=\"cz_69060\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30543\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76824\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_40196\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77422\"][cz_content_box type=\"1\" id=\"cz_55500\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51649\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_35846\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_42164\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69983\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_69412\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_78452\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43108\"][cz_content_box type=\"1\" id=\"cz_40934\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61956\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94424\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_52257\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73475\"][cz_content_box type=\"1\" id=\"cz_76151\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14102\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_90213\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_42908\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44961\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_82533\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_86257\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96415\"][cz_content_box type=\"1\" id=\"cz_90587\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83307\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_21580\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_57682\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32326\"][cz_content_box type=\"1\" id=\"cz_79530\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77114\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98040\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_19727\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54536\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_53540\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_60266\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79272\"][cz_content_box type=\"1\" id=\"cz_84594\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30249\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_48684\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_63047\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62246\"][cz_content_box type=\"1\" id=\"cz_78508\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25003\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_56671\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_30766\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87367\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_32822\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_33757\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77581\"][cz_content_box type=\"1\" id=\"cz_64620\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67608\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_60114\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_50878\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64023\"][cz_content_box type=\"1\" id=\"cz_50702\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34186\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_74493\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_97273\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55401\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_54023\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_74388\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53442\"][cz_content_box type=\"1\" id=\"cz_62639\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28925\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95872\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_22906\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_97086\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_80466\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_42044\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_45771\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_43514\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_93180\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-08 16:04:28', '2018-07-08 14:04:28', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/08/4-revision-v1/', 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
(934, 4, '2018-07-08 16:17:26', '2018-07-08 14:17:26', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_46965\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_61658\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_57871\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_46579\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_78390\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_82018\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_44275\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_91292\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_76163\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_70916\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_56724\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_33733\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90665\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_98318\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_77318\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_69525\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_41100\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_77123\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_44523\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_96698\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_96320\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_54193\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_70221\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"930\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_11948\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33009\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_98826\"][cz_title id=\"cz_77891\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72874\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_59580\"][cz_title id=\"cz_30174\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22545\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_95435\"][cz_title id=\"cz_80722\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_69306\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_42015\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_59112\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_51324\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_75180\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_50404\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27487\"][cz_content_box type=\"1\" id=\"cz_46096\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96018\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_50110\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_36762\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94336\"][cz_content_box type=\"1\" id=\"cz_27428\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95176\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_35437\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_93440\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39700\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_32135\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_89761\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82783\"][cz_content_box type=\"1\" id=\"cz_91245\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90598\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15792\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_90072\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68490\"][cz_content_box type=\"1\" id=\"cz_77555\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49653\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_87554\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_88990\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45089\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_68276\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_58296\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75993\"][cz_content_box type=\"1\" id=\"cz_27389\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98510\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51173\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_66683\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25998\"][cz_content_box type=\"1\" id=\"cz_86159\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62701\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64997\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_22922\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57037\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_81315\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_18099\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81363\"][cz_content_box type=\"1\" id=\"cz_74756\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46689\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_13499\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_64517\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29472\"][cz_content_box type=\"1\" id=\"cz_93634\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55116\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_34153\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_83706\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23606\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_11709\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_33360\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11161\"][cz_content_box type=\"1\" id=\"cz_89589\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67338\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_68326\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_47885\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43332\"][cz_content_box type=\"1\" id=\"cz_84605\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46395\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_83395\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_51288\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61282\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_69555\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_13989\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26280\"][cz_content_box type=\"1\" id=\"cz_81366\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59915\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_96485\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_88355\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_41279\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_71241\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_35044\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_43667\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_35759\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_53406\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-08 16:17:26', '2018-07-08 14:17:26', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/08/4-revision-v1/', 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
(935, 4, '2018-07-08 16:17:26', '2018-07-08 14:17:26', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_37301\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_79764\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_76449\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_21008\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_92260\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_77048\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_43257\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_92310\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66637\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_99485\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_60637\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_14522\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_42817\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_45242\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_49807\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_26213\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85419\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_99979\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_84657\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_88297\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_26260\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_66024\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48213\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"930\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_22745\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_54379\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_78381\"][cz_title id=\"cz_82875\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_78313\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22049\"][cz_title id=\"cz_18635\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31719\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_48239\"][cz_title id=\"cz_87288\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_97057\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_58136\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_79549\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_74105\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_90283\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_71859\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40742\"][cz_content_box type=\"1\" id=\"cz_89768\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32497\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44154\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_32586\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66629\"][cz_content_box type=\"1\" id=\"cz_82851\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47688\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_52048\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_82830\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_32345\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_40346\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_97979\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87259\"][cz_content_box type=\"1\" id=\"cz_77449\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20725\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_41638\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_55831\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92490\"][cz_content_box type=\"1\" id=\"cz_19952\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66769\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_11125\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_40560\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_15008\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_87302\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_37618\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62034\"][cz_content_box type=\"1\" id=\"cz_66851\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11724\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_52317\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_38711\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41355\"][cz_content_box type=\"1\" id=\"cz_42085\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60098\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_74399\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_63560\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26727\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_57250\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_11249\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_67665\"][cz_content_box type=\"1\" id=\"cz_40081\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32484\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_96901\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_38061\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19743\"][cz_content_box type=\"1\" id=\"cz_74350\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47675\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_50271\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_30181\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_40165\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_59112\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_85840\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40180\"][cz_content_box type=\"1\" id=\"cz_88562\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89737\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_27482\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_26180\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51771\"][cz_content_box type=\"1\" id=\"cz_83223\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26793\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92977\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_21935\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57038\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_35063\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_70922\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31438\"][cz_content_box type=\"1\" id=\"cz_87513\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86538\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77578\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_87651\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_54204\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_17659\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_20136\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_51105\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_44610\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_28768\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-08 16:17:26', '2018-07-08 14:17:26', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/08/4-revision-v1/', 0, 'revision', '', 0),
(942, 4, '2018-07-08 16:28:49', '2018-07-08 14:28:49', '{\n    \"site_icon\": {\n        \"value\": 931,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-08 14:28:49\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '9d37885f-bd4e-4af4-bcbd-0f0b8a196a85', '', '', '2018-07-08 16:28:49', '2018-07-08 14:28:49', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/08/9d37885f-bd4e-4af4-bcbd-0f0b8a196a85/', 0, 'customize_changeset', '', 0),
(943, 4, '2018-07-08 16:31:07', '2018-07-08 14:31:07', '', 'idamsico', '', 'inherit', 'open', 'closed', '', 'idamsico', '', '', '2018-07-08 16:31:07', '2018-07-08 14:31:07', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/idamsico.png', 0, 'attachment', 'image/png', 0),
(944, 4, '2018-07-08 16:31:11', '2018-07-08 14:31:11', 'http://ensabs.eu/idams/wp-content/uploads/2018/07/cropped-idamsico.png', 'cropped-idamsico.png', '', 'inherit', 'open', 'closed', '', 'cropped-idamsico-png', '', '', '2018-07-08 16:31:11', '2018-07-08 14:31:11', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/cropped-idamsico.png', 0, 'attachment', 'image/png', 0),
(945, 4, '2018-07-08 16:31:16', '2018-07-08 14:31:16', '{\n    \"site_icon\": {\n        \"value\": 944,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-08 14:31:16\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3f0dfacc-4813-4f3c-9033-e38f1f44044e', '', '', '2018-07-08 16:31:16', '2018-07-08 14:31:16', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/08/3f0dfacc-4813-4f3c-9033-e38f1f44044e/', 0, 'customize_changeset', '', 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
(946, 4, '2018-07-08 16:33:40', '2018-07-08 14:33:40', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_74745\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_42761\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_43206\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_38186\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_24331\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_27227\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_42281\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_69568\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_68875\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_36434\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_44558\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_26349\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_79925\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_77086\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_79188\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_57875\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_15964\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_37266\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_12059\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_61280\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_66803\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_77034\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_26447\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_89725\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49797\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_40561\"][cz_title id=\"cz_30362\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60350\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_57023\"][cz_title id=\"cz_33563\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_14087\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_31769\"][cz_title id=\"cz_65214\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_46183\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_58844\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_78434\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_62300\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_90015\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_48003\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31176\"][cz_content_box type=\"1\" id=\"cz_26450\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81451\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46414\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_95264\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58537\"][cz_content_box type=\"1\" id=\"cz_25602\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53140\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_63391\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_51758\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54089\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_24671\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_18561\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31124\"][cz_content_box type=\"1\" id=\"cz_40008\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97175\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69811\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_69458\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27538\"][cz_content_box type=\"1\" id=\"cz_30161\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26482\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_49991\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_33138\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47140\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_15205\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_68210\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94874\"][cz_content_box type=\"1\" id=\"cz_82529\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30511\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_84889\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_30533\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50576\"][cz_content_box type=\"1\" id=\"cz_11339\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11985\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_85879\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_95493\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59411\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_11481\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_48634\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22802\"][cz_content_box type=\"1\" id=\"cz_52128\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91612\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_36363\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_59578\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22737\"][cz_content_box type=\"1\" id=\"cz_65260\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56754\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_81437\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_34719\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73182\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_11598\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_50090\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23173\"][cz_content_box type=\"1\" id=\"cz_33625\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86120\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_27268\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_90725\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80995\"][cz_content_box type=\"1\" id=\"cz_98687\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21236\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_65884\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_29221\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60701\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_66113\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_30095\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46581\"][cz_content_box type=\"1\" id=\"cz_61607\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78395\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46951\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_99130\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_90087\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_87969\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_90743\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_26450\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_47548\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_13480\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-08 16:33:40', '2018-07-08 14:33:40', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/08/4-revision-v1/', 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
(947, 4, '2018-07-08 16:33:40', '2018-07-08 14:33:40', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_80600\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_93192\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_83806\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_15319\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_66374\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_84294\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_54299\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_78437\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17920\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_40420\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_94595\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_97535\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21415\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_93282\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_18772\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_76189\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_22504\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_68362\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_42302\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_41488\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_14943\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_92798\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_19884\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_50784\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91928\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_98860\"][cz_title id=\"cz_38754\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_82672\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_25311\"][cz_title id=\"cz_75191\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_85041\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_94801\"][cz_title id=\"cz_68383\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_68848\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_99009\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_34758\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_53143\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_53309\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_13195\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59953\"][cz_content_box type=\"1\" id=\"cz_82618\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96679\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57488\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_92922\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89962\"][cz_content_box type=\"1\" id=\"cz_65149\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69111\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_12466\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_33512\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11414\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_42843\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_37345\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93102\"][cz_content_box type=\"1\" id=\"cz_51616\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77019\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_85031\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_50477\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_15773\"][cz_content_box type=\"1\" id=\"cz_67703\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64677\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_79854\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_52745\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59479\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_48237\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_21593\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58489\"][cz_content_box type=\"1\" id=\"cz_71885\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63626\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_11798\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_73969\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23579\"][cz_content_box type=\"1\" id=\"cz_83306\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70649\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69956\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_76229\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60611\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_35106\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_45341\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61967\"][cz_content_box type=\"1\" id=\"cz_57508\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45644\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_93700\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_83743\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38746\"][cz_content_box type=\"1\" id=\"cz_45317\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60762\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_23778\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_84683\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65424\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_80370\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_49361\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45279\"][cz_content_box type=\"1\" id=\"cz_33115\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97729\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_82405\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_43598\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56218\"][cz_content_box type=\"1\" id=\"cz_54291\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96113\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_56906\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_28260\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19692\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_40212\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_87799\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78538\"][cz_content_box type=\"1\" id=\"cz_16441\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48410\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_13645\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_50671\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_99267\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_60042\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_85205\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_92967\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_43785\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_23952\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-08 16:33:40', '2018-07-08 14:33:40', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/08/4-revision-v1/', 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
(948, 4, '2018-07-08 16:58:14', '2018-07-08 14:58:14', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_96485\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_85962\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_75513\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_94600\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_15970\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_32515\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_57701\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_27326\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_49127\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_34988\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_34032\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_66850\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_83934\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_76663\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_44229\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_55628\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_98891\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_36441\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_19030\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_11938\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_40483\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_73077\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_25261\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_57832\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_90280\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_23589\"][cz_title id=\"cz_47522\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_96271\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83483\"][cz_title id=\"cz_72724\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17073\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_79968\"][cz_title id=\"cz_58687\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_81476\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_74569\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_63547\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13991\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_32270\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_79762\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52008\"][cz_content_box type=\"1\" id=\"cz_56147\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13795\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_18858\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_40082\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79348\"][cz_content_box type=\"1\" id=\"cz_51976\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84599\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_78239\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_77306\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92518\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_79067\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_17790\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65596\"][cz_content_box type=\"1\" id=\"cz_93217\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64511\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_55876\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_16807\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12034\"][cz_content_box type=\"1\" id=\"cz_52148\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89179\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_73648\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_58111\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69148\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_32335\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_39588\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43717\"][cz_content_box type=\"1\" id=\"cz_84771\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42468\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64876\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_64534\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83366\"][cz_content_box type=\"1\" id=\"cz_21023\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67218\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_91113\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_49995\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46567\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_43090\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_34595\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24806\"][cz_content_box type=\"1\" id=\"cz_20397\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27113\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92763\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_27076\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_81599\"][cz_content_box type=\"1\" id=\"cz_85981\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80477\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_37476\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_91678\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81400\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_78513\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_80858\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55048\"][cz_content_box type=\"1\" id=\"cz_36625\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50006\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76273\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_65102\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82613\"][cz_content_box type=\"1\" id=\"cz_61044\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96460\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_47489\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_25579\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79826\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_57402\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_81687\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70939\"][cz_content_box type=\"1\" id=\"cz_96287\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28254\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_14029\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_30882\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_41949\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_23316\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_46885\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_34713\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_39281\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_28484\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-08 16:58:14', '2018-07-08 14:58:14', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/08/4-revision-v1/', 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
(949, 4, '2018-07-08 16:58:14', '2018-07-08 14:58:14', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_20694\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_19758\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_54849\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_12372\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_90048\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore Our</span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"> Modules</span></span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_33363\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_82119\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_45097\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58877\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_32126\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_21370\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_23980\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_14739\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_71304\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_20440\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_51118\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85772\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_89155\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_97410\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_67460\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_60094\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_93697\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_84603\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_63013\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24579\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_26553\"][cz_title id=\"cz_75218\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60353\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_50155\"][cz_title id=\"cz_14500\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_77726\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_59738\"][cz_title id=\"cz_23148\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_32576\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_61000\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_13196\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_54829\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_43120\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_47183\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13706\"][cz_content_box type=\"1\" id=\"cz_64135\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57443\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_26575\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_67764\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28747\"][cz_content_box type=\"1\" id=\"cz_35904\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18882\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_14520\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_25060\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_16292\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_70869\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_74043\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98879\"][cz_content_box type=\"1\" id=\"cz_55473\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37057\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_23458\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_70915\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12276\"][cz_content_box type=\"1\" id=\"cz_72700\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21070\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15665\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_50427\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69698\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_27703\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_71892\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30699\"][cz_content_box type=\"1\" id=\"cz_29789\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26721\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_62708\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_65861\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29317\"][cz_content_box type=\"1\" id=\"cz_26844\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23304\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44782\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_83498\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_40941\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_69576\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_91270\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44351\"][cz_content_box type=\"1\" id=\"cz_83525\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96452\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15221\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_57569\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95331\"][cz_content_box type=\"1\" id=\"cz_59583\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83515\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_18789\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_30498\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84681\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_80378\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_40458\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89235\"][cz_content_box type=\"1\" id=\"cz_30805\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99046\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_16939\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_91587\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29745\"][cz_content_box type=\"1\" id=\"cz_35617\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18309\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_81343\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_90367\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36516\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_97076\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_13672\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70188\"][cz_content_box type=\"1\" id=\"cz_80575\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43503\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_39764\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_71845\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_76743\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_23290\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_68297\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_80854\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_69749\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_63628\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-08 16:58:14', '2018-07-08 14:58:14', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/08/4-revision-v1/', 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
(950, 4, '2018-07-09 14:35:52', '2018-07-09 12:35:52', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_56894\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_44382\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_61519\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_73723\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_19405\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_93430\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_69297\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_76639\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24676\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_48590\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_38512\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_11989\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_55450\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_30060\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_59752\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_95158\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_35921\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_23647\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_53052\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_14622\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_33018\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_84668\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_23900\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_77336\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_52283\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_20984\"][cz_title id=\"cz_17543\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24092\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_39087\"][cz_title id=\"cz_41945\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18330\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_84871\"][cz_title id=\"cz_75216\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_68738\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_58595\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_83510\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_62169\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_27892\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_60149\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75734\"][cz_content_box type=\"1\" id=\"cz_65371\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87551\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76613\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_20821\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17611\"][cz_content_box type=\"1\" id=\"cz_36366\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15980\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_42422\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_48902\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57921\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_45933\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_70810\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42590\"][cz_content_box type=\"1\" id=\"cz_58722\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48146\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_83762\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_68595\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54578\"][cz_content_box type=\"1\" id=\"cz_96743\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96572\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_85413\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_15074\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81444\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_60629\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_72701\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40039\"][cz_content_box type=\"1\" id=\"cz_44140\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34871\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_56821\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_93178\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99495\"][cz_content_box type=\"1\" id=\"cz_22192\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80729\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76108\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_31903\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87230\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_12475\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_36772\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29652\"][cz_content_box type=\"1\" id=\"cz_50266\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83583\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64475\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_21077\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26173\"][cz_content_box type=\"1\" id=\"cz_23197\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58113\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98824\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_80682\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12691\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_95568\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_77255\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86994\"][cz_content_box type=\"1\" id=\"cz_99531\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58699\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_47623\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_72233\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87628\"][cz_content_box type=\"1\" id=\"cz_80652\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95993\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44449\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_73831\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95488\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_55531\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_54561\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71597\"][cz_content_box type=\"1\" id=\"cz_76324\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41792\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_72961\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_13096\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_60334\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_23228\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_85569\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_24809\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_33194\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_11742\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 14:35:52', '2018-07-09 12:35:52', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(951, 4, '2018-07-09 14:35:52', '2018-07-09 12:35:52', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_36896\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_80196\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_99455\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_17578\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81777\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_95024\"]\n<h4>Workshop and labor</h4>\n<span style=\"color: #999999;\">Ability of an organization</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_83723\"]\n<h4>Parts purchases</h4>\n<span style=\"color: #999999;\">Group creativity technique</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_68772\"]\n<h4>Parts management</h4>\n<span style=\"color: #999999;\">Provision of all services</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94555\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_42423\"]\n<h4>Service and parts sales</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_16395\"]\n<h4>CRM</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_66789\"]\n<h4>Vehicles</h4>\n<span style=\"color: #999999;\">Develop finance knowledge</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_30051\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_85937\"]\n<h4>Business Intelligence</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_62783\"]\n<h4>Workflow</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_63389\"]\n<h4>Accounting</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59769\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_58272\"]\n<h4>Build-In Reporting server</h4>\n<span style=\"color: #999999;\">How to format CV form</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_18920\"]\n<h4>Centralized Data warehouse</h4>\n<span style=\"color: #999999;\">Online business &amp; finance</span>[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_14331\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_29869\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_84133\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_45012\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_91720\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_86119\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_94235\"][cz_title id=\"cz_14949\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_71688\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19044\"][cz_title id=\"cz_37033\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72319\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_44829\"][cz_title id=\"cz_17230\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_71775\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_51297\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_87897\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_66800\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_35021\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_56669\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61356\"][cz_content_box type=\"1\" id=\"cz_66333\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61954\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_28145\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_85273\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47891\"][cz_content_box type=\"1\" id=\"cz_79817\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48662\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_96550\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_38089\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56472\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_99770\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_56848\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40605\"][cz_content_box type=\"1\" id=\"cz_44782\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48569\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_26725\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_39018\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52407\"][cz_content_box type=\"1\" id=\"cz_87302\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46951\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_78330\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_59622\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80670\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_84449\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_31398\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31968\"][cz_content_box type=\"1\" id=\"cz_72346\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87087\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_55878\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_29015\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48443\"][cz_content_box type=\"1\" id=\"cz_22211\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79858\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_65478\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96373\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27750\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_45295\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_45036\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24300\"][cz_content_box type=\"1\" id=\"cz_72274\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90397\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_24071\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_29122\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31003\"][cz_content_box type=\"1\" id=\"cz_57743\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66581\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46617\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_85650\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18988\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_33919\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_32602\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86207\"][cz_content_box type=\"1\" id=\"cz_82431\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13272\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70657\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_13830\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34130\"][cz_content_box type=\"1\" id=\"cz_43004\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89806\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_78897\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_60909\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_38250\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_89997\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_40767\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92617\"][cz_content_box type=\"1\" id=\"cz_86371\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57407\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_37913\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_31407\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_70597\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_99076\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_21805\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_83557\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_28199\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_41697\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 14:35:52', '2018-07-09 12:35:52', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(952, 4, '2018-07-09 14:42:03', '2018-07-09 12:42:03', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_60280\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_83298\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_11828\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_31906\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_16762\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_66813\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_61006\" cz_title=\"\"]\n<h4>Parts purchases</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_24892\" cz_title=\"\"]\n<h4>Parts management</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_72075\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_59510\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_95542\" cz_title=\"\"]\n<h4>CRM</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_59916\" cz_title=\"\"]\n<h4>Vehicles</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_19506\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_74644\" cz_title=\"\"]\n<h4>Business Intelligence</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_64678\" cz_title=\"\"]\n<h4>Workflow</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_27243\" cz_title=\"\"]\n<h4>Accounting</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_29073\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_79894\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_96607\" cz_title=\"\"]\n<h4>Centralized Data warehouse</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_85727\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_70900\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_28433\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_63606\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_27862\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89135\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_34746\"][cz_title id=\"cz_89606\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12408\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_55634\"][cz_title id=\"cz_37914\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30877\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_15914\"][cz_title id=\"cz_21212\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_31594\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_36709\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_26864\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_87297\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_86604\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_40645\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59372\"][cz_content_box type=\"1\" id=\"cz_46115\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36188\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_19289\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_54511\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99721\"][cz_content_box type=\"1\" id=\"cz_72856\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70643\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_28795\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_52751\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67251\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_14522\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_23652\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84573\"][cz_content_box type=\"1\" id=\"cz_67017\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40403\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_73709\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_90653\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30010\"][cz_content_box type=\"1\" id=\"cz_75006\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46287\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_56813\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_94773\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51091\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_66915\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_26368\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76689\"][cz_content_box type=\"1\" id=\"cz_82669\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13665\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_63294\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_23315\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61927\"][cz_content_box type=\"1\" id=\"cz_98299\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48392\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70105\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_52810\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_48114\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_42962\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_23453\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65798\"][cz_content_box type=\"1\" id=\"cz_84603\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79593\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69209\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_97144\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64167\"][cz_content_box type=\"1\" id=\"cz_36227\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37548\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_37876\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_26880\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56448\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_12883\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_62057\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13261\"][cz_content_box type=\"1\" id=\"cz_96546\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13148\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69066\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_22914\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78727\"][cz_content_box type=\"1\" id=\"cz_51735\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25469\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_42021\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_63939\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76285\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_40321\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_12332\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46391\"][cz_content_box type=\"1\" id=\"cz_82020\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49335\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_78243\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_94362\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_15133\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_62846\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_73956\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_73231\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_59991\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_38123\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 14:42:04', '2018-07-09 12:42:04', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(953, 4, '2018-07-09 14:42:04', '2018-07-09 12:42:04', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_98347\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_86428\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_64889\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_25228\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_42876\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_66662\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_76174\" cz_title=\"\"]\n<h4>Parts purchases</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_45027\" cz_title=\"\"]\n<h4>Parts management</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_63208\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_78211\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_14093\" cz_title=\"\"]\n<h4>CRM</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_75012\" cz_title=\"\"]\n<h4>Vehicles</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56939\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_54718\" cz_title=\"\"]\n<h4>Business Intelligence</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_89370\" cz_title=\"\"]\n<h4>Workflow</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_87850\" cz_title=\"\"]\n<h4>Accounting</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_18657\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_65656\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_28171\" cz_title=\"\"]\n<h4>Centralized Data warehouse</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_19879\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_12047\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_99080\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_58103\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_79179\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_93442\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_62125\"][cz_title id=\"cz_42025\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67399\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_35357\"][cz_title id=\"cz_90906\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_94411\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33705\"][cz_title id=\"cz_77334\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_59301\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_47822\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_20211\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_25964\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_23997\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_54127\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78062\"][cz_content_box type=\"1\" id=\"cz_91098\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57110\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53074\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_48037\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_11828\"][cz_content_box type=\"1\" id=\"cz_42444\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35887\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_19375\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96990\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_52947\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_28143\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_97926\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52027\"][cz_content_box type=\"1\" id=\"cz_75136\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77106\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_45470\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_37262\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19132\"][cz_content_box type=\"1\" id=\"cz_12869\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61509\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98927\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96170\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84103\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_76262\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_55472\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31926\"][cz_content_box type=\"1\" id=\"cz_85362\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70325\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44812\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_39489\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48387\"][cz_content_box type=\"1\" id=\"cz_35911\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85489\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_90351\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_72837\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86206\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_32796\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_97614\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94471\"][cz_content_box type=\"1\" id=\"cz_29786\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50561\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_22615\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_27713\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91478\"][cz_content_box type=\"1\" id=\"cz_86640\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93708\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_36948\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_23902\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12841\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_38707\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_74300\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11768\"][cz_content_box type=\"1\" id=\"cz_34877\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58404\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76919\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79239\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79219\"][cz_content_box type=\"1\" id=\"cz_62282\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49564\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_24032\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_90660\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86841\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_48832\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_76149\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77192\"][cz_content_box type=\"1\" id=\"cz_21670\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62356\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98878\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_19284\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_56827\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_28664\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_58735\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_68331\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_45267\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_50213\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 14:42:04', '2018-07-09 12:42:04', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(954, 4, '2018-07-09 14:47:21', '2018-07-09 12:47:21', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_25091\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_85783\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_91327\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_13279\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_66289\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_29806\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_17944\" cz_title=\"\"]\n<h4>Parts purchases</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_64974\" cz_title=\"\"]\n<h4>Parts management</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_91609\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_39611\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_54202\" cz_title=\"\"]\n<h4>CRM</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_85595\" cz_title=\"\"]\n<h4>Vehicles</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_61929\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_93631\" cz_title=\"\"]\n<h4>Business Intelligence</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_13663\" cz_title=\"\"]\n<h4>Workflow</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_81915\" cz_title=\"\"]\n<h4>Accounting</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_36735\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_21362\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_93746\" cz_title=\"\"]\n<h4>Centralized Data warehouse</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" align=\"center\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140428271{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_53503\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_70998\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_78121\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_30373\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_84096\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_32174\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_36691\"][cz_title id=\"cz_33791\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_40875\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_16436\"][cz_title id=\"cz_82603\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_90353\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_30416\"][cz_title id=\"cz_68386\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_81681\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_32585\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_34676\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_11487\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_39419\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_88539\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91986\"][cz_content_box type=\"1\" id=\"cz_67920\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42741\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77581\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_29849\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36373\"][cz_content_box type=\"1\" id=\"cz_80134\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11765\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_61998\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_90386\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94400\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_15501\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_61384\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72522\"][cz_content_box type=\"1\" id=\"cz_34764\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45481\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_93585\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_60344\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68161\"][cz_content_box type=\"1\" id=\"cz_34461\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65669\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_50764\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_24814\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84975\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_19151\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_95385\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_17561\"][cz_content_box type=\"1\" id=\"cz_42716\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95761\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_45869\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_31256\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87747\"][cz_content_box type=\"1\" id=\"cz_13789\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62887\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_65329\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_32527\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88149\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_45463\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_33181\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50148\"][cz_content_box type=\"1\" id=\"cz_35849\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27582\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_54538\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_86123\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88993\"][cz_content_box type=\"1\" id=\"cz_78191\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31604\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_82579\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_38536\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88655\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_17041\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_93095\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39420\"][cz_content_box type=\"1\" id=\"cz_30745\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78070\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_47461\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_26130\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84520\"][cz_content_box type=\"1\" id=\"cz_79066\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21891\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30390\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_99211\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98528\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_33069\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_62099\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63857\"][cz_content_box type=\"1\" id=\"cz_54486\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50248\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98210\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_76557\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_89285\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_34060\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_93028\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_43824\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_20183\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_82022\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 14:47:21', '2018-07-09 12:47:21', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(955, 4, '2018-07-09 14:47:21', '2018-07-09 12:47:21', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_22016\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_40676\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_64601\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_49441\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_29332\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_70531\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_42537\" cz_title=\"\"]\n<h4>Parts purchases</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_57641\" cz_title=\"\"]\n<h4>Parts management</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90165\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_20607\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_93992\" cz_title=\"\"]\n<h4>CRM</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_16295\" cz_title=\"\"]\n<h4>Vehicles</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94017\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_73058\" cz_title=\"\"]\n<h4>Business Intelligence</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_27076\" cz_title=\"\"]\n<h4>Workflow</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_24408\" cz_title=\"\"]\n<h4>Accounting</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_72270\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_25604\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_46366\" cz_title=\"\"]\n<h4>Centralized Data warehouse</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" align=\"center\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140428271{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_34369\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_78350\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_89741\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_73507\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_76561\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_66298\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_62793\"][cz_title id=\"cz_99510\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59327\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_95507\"][cz_title id=\"cz_19693\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_41349\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_17523\"][cz_title id=\"cz_49259\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_94839\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_55854\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_67480\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_65371\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_87280\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_25122\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55537\"][cz_content_box type=\"1\" id=\"cz_96777\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19114\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_60722\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_90795\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_81062\"][cz_content_box type=\"1\" id=\"cz_76687\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15203\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53333\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_91181\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_50458\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_76592\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_69531\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40199\"][cz_content_box type=\"1\" id=\"cz_50100\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46092\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95387\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_12894\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_45603\"][cz_content_box type=\"1\" id=\"cz_54714\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97290\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_54185\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_84952\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14814\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_92333\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_79792\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59558\"][cz_content_box type=\"1\" id=\"cz_59814\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45163\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46839\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_73826\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89589\"][cz_content_box type=\"1\" id=\"cz_43616\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81830\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_50312\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_34411\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62892\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_26999\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_38503\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16226\"][cz_content_box type=\"1\" id=\"cz_18180\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77851\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_81707\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_76601\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18050\"][cz_content_box type=\"1\" id=\"cz_31808\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22694\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_13437\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_33591\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57186\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_57041\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_30882\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11372\"][cz_content_box type=\"1\" id=\"cz_41993\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34586\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92595\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_21785\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83034\"][cz_content_box type=\"1\" id=\"cz_52409\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55838\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_29873\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_26236\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45428\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_62379\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_96955\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84629\"][cz_content_box type=\"1\" id=\"cz_85679\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59847\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_11629\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_24183\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_64963\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_18698\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_90923\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_46670\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_84189\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_97863\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 14:47:21', '2018-07-09 12:47:21', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(956, 4, '2018-07-09 14:48:12', '2018-07-09 12:48:12', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_24252\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_50818\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_16373\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_43879\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81110\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_49990\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_87402\" cz_title=\"\"]\n<h4>Parts purchases</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_26394\" cz_title=\"\"]\n<h4>Parts management</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_33868\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_93967\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_99731\" cz_title=\"\"]\n<h4>CRM</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_68494\" cz_title=\"\"]\n<h4>Vehicles</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71818\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_43973\" cz_title=\"\"]\n<h4>Business Intelligence</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_14084\" cz_title=\"\"]\n<h4>Workflow</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_32228\" cz_title=\"\"]\n<h4>Accounting</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_77013\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_80630\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_61441\" cz_title=\"\"]\n<h4>Centralized Data warehouse</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_71376\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_33171\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_98526\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_57568\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_67916\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_78528\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_41336\"][cz_title id=\"cz_42474\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_94733\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_15488\"][cz_title id=\"cz_60812\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_81043\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28629\"][cz_title id=\"cz_11630\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_86306\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_61397\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_81629\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_36296\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_48800\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_96912\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59053\"][cz_content_box type=\"1\" id=\"cz_42767\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96644\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_27548\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_14586\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40617\"][cz_content_box type=\"1\" id=\"cz_30522\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35703\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_17631\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_11152\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86033\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_77897\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_33212\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84559\"][cz_content_box type=\"1\" id=\"cz_35466\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90018\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_63088\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_65691\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32492\"][cz_content_box type=\"1\" id=\"cz_57821\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70068\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_82193\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_38865\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87586\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_82713\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_25171\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48984\"][cz_content_box type=\"1\" id=\"cz_64342\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50356\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86674\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_61255\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98299\"][cz_content_box type=\"1\" id=\"cz_29441\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57900\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_25847\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_32916\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87406\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_45258\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_57509\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93927\"][cz_content_box type=\"1\" id=\"cz_45300\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43542\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_71824\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_67401\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28102\"][cz_content_box type=\"1\" id=\"cz_96179\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57420\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_80079\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61870\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78801\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_37900\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_31939\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60995\"][cz_content_box type=\"1\" id=\"cz_65655\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19526\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_43708\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79715\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57400\"][cz_content_box type=\"1\" id=\"cz_96940\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30071\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44074\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_58196\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28371\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_62405\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_16096\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43108\"][cz_content_box type=\"1\" id=\"cz_84211\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92392\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77255\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_41720\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_86319\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_22556\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_74151\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_58144\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_78846\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_91142\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 14:48:12', '2018-07-09 12:48:12', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(957, 4, '2018-07-09 14:48:12', '2018-07-09 12:48:12', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_54323\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_36266\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_71222\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_16194\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_15068\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_98012\" cz_title=\"\"]\n<h4>Workshop and labor</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_37023\" cz_title=\"\"]\n<h4>Parts purchases</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_64953\" cz_title=\"\"]\n<h4>Parts management</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_63667\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_45438\" cz_title=\"\"]\n<h4>Service and parts sales</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_97551\" cz_title=\"\"]\n<h4>CRM</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_43382\" cz_title=\"\"]\n<h4>Vehicles</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_91727\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_94492\" cz_title=\"\"]\n<h4>Business Intelligence</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_62343\" cz_title=\"\"]\n<h4>Workflow</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_35801\" cz_title=\"\"]\n<h4>Accounting</h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_52688\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_79603\" cz_title=\"\"]\n<h4>Build-In Reporting server</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_87095\" cz_title=\"\"]\n<h4>Centralized Data warehouse</h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_57673\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_22712\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_71306\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_50066\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_88856\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13026\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_36386\"][cz_title id=\"cz_11413\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76067\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83419\"][cz_title id=\"cz_79149\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67210\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_37743\"][cz_title id=\"cz_15415\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_38433\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_42826\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_19373\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_36445\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_68739\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_73216\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89001\"][cz_content_box type=\"1\" id=\"cz_14177\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70767\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_32384\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_94794\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65259\"][cz_content_box type=\"1\" id=\"cz_83617\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30595\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_17948\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_63220\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_17691\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_64511\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_74822\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77887\"][cz_content_box type=\"1\" id=\"cz_14577\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63678\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_79803\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_39852\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63981\"][cz_content_box type=\"1\" id=\"cz_55871\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23272\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_43130\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_23081\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49904\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_47435\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_50403\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81620\"][cz_content_box type=\"1\" id=\"cz_55697\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75738\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_50359\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_28914\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64740\"][cz_content_box type=\"1\" id=\"cz_53425\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88570\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86013\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_48219\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53830\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_69630\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_67704\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60667\"][cz_content_box type=\"1\" id=\"cz_32851\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74285\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_25178\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_96562\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52173\"][cz_content_box type=\"1\" id=\"cz_28645\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60241\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_31976\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_57386\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24222\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_76737\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_69548\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56242\"][cz_content_box type=\"1\" id=\"cz_88707\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19452\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92566\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_39111\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89961\"][cz_content_box type=\"1\" id=\"cz_48264\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14850\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_40320\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_66067\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68479\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_82635\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_54638\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54492\"][cz_content_box type=\"1\" id=\"cz_30855\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97357\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_24123\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_87448\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_58025\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_45864\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_61734\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_72092\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_42427\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_13907\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 14:48:12', '2018-07-09 12:48:12', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 0, 'revision', '', 0),
(958, 4, '2018-07-09 14:54:54', '2018-07-09 12:54:54', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_39152\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Tell us about your business needs, and we will contact you.  </span></h3>\n[/cz_title][cz_gap id=\"cz_48318\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_60117\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_49967\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_79433\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_48963\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_40563\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_78501\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\" cz_button=\"\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-09 14:54:54', '2018-07-09 12:54:54', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/09/18-revision-v1/', 0, 'revision', '', 0),
(959, 4, '2018-07-09 14:54:54', '2018-07-09 12:54:54', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_98071\"]\n<h3><span style=\"font-size: 24px; font-weight: 200; color: #282f39;\">Tell us about your business needs, and we will contact you.  </span></h3>\n[/cz_title][cz_gap id=\"cz_83075\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 1\" id=\"cz_89237\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_42615\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_36058\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_50216\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_72211\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_65001\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\" cz_button=\"\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-09 14:54:54', '2018-07-09 12:54:54', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/09/18-revision-v1/', 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
(967, 4, '2018-07-09 15:06:01', '2018-07-09 13:06:01', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_79026\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_96321\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_65958\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_23521\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_46165\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_72981\" cz_title=\"\"]\r\n<h4><a href=\"#modules_\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_76645\" cz_title=\"\"]\r\n<h4>Parts purchases</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_66727\" cz_title=\"\"]\r\n<h4>Parts management</h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_84914\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_92172\" cz_title=\"\"]\r\n<h4>Service and parts sales</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_88312\" cz_title=\"\"]\r\n<h4>CRM</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_41996\" cz_title=\"\"]\r\n<h4>Vehicles</h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57609\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_37287\" cz_title=\"\"]\r\n<h4>Business Intelligence</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_75352\" cz_title=\"\"]\r\n<h4>Workflow</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_92688\" cz_title=\"\"]\r\n<h4>Accounting</h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56287\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_76991\" cz_title=\"\"]\r\n<h4>Build-In Reporting server</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_36067\" cz_title=\"\"]\r\n<h4>Centralized Data warehouse</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_20366\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_59191\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_97441\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_98953\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_75155\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31152\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_34413\"][cz_title id=\"cz_39681\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50982\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93433\"][cz_title id=\"cz_95330\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22484\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_72459\"][cz_title id=\"cz_91651\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_77331\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_84869\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_37816\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_50312\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_61515\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_93432\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35226\"][cz_content_box type=\"1\" id=\"cz_53687\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81745\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66112\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_11297\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19033\"][cz_content_box type=\"1\" id=\"cz_41464\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92874\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_64209\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_18455\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28941\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_73465\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_66536\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26383\"][cz_content_box type=\"1\" id=\"cz_72419\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41691\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_46425\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_95721\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70262\"][cz_content_box type=\"1\" id=\"cz_86296\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89154\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_65592\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_97669\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61614\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_57243\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_75001\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46484\"][cz_content_box type=\"1\" id=\"cz_83948\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25313\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_96888\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_77381\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_49429\"][cz_content_box type=\"1\" id=\"cz_50575\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59127\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15541\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_50761\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67049\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_45895\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_43636\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31259\"][cz_content_box type=\"1\" id=\"cz_53240\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61466\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_93614\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_19776\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76739\"][cz_content_box type=\"1\" id=\"cz_66033\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50357\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_23164\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61754\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20619\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_98349\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_50909\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75100\"][cz_content_box type=\"1\" id=\"cz_96019\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12524\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_32344\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_71020\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47897\"][cz_content_box type=\"1\" id=\"cz_16293\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85223\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44785\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_82563\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34652\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_84250\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_41691\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39083\"][cz_content_box type=\"1\" id=\"cz_35011\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97629\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_73868\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_67537\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_28888\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_27108\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_29004\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_22502\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_35773\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_94632\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:06:01', '2018-07-09 13:06:01', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(968, 4, '2018-07-09 15:06:01', '2018-07-09 13:06:01', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_77425\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_75020\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_17796\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_39180\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_84528\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_16146\" cz_title=\"\"]\r\n<h4><a href=\"#modules_\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_78978\" cz_title=\"\"]\r\n<h4>Parts purchases</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_59629\" cz_title=\"\"]\r\n<h4>Parts management</h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_12165\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_80392\" cz_title=\"\"]\r\n<h4>Service and parts sales</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_80863\" cz_title=\"\"]\r\n<h4>CRM</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_72075\" cz_title=\"\"]\r\n<h4>Vehicles</h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28289\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_86045\" cz_title=\"\"]\r\n<h4>Business Intelligence</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_57298\" cz_title=\"\"]\r\n<h4>Workflow</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_61964\" cz_title=\"\"]\r\n<h4>Accounting</h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_68609\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_80840\" cz_title=\"\"]\r\n<h4>Build-In Reporting server</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_46214\" cz_title=\"\"]\r\n<h4>Centralized Data warehouse</h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_99189\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_19924\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_70115\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_96819\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_82681\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37652\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_25708\"][cz_title id=\"cz_98678\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_55545\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_37099\"][cz_title id=\"cz_34452\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50177\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_14525\"][cz_title id=\"cz_98361\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_56863\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_42594\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_82890\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_61898\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_21573\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_42520\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62953\"][cz_content_box type=\"1\" id=\"cz_90854\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23383\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_35028\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_19144\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98317\"][cz_content_box type=\"1\" id=\"cz_81215\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69997\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66927\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_62056\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_16211\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_66116\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_70869\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75216\"][cz_content_box type=\"1\" id=\"cz_62936\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53550\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_12868\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_77533\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52229\"][cz_content_box type=\"1\" id=\"cz_57302\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14633\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_75571\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96369\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18047\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_73933\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_53232\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49530\"][cz_content_box type=\"1\" id=\"cz_56823\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15131\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_59993\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_88233\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66973\"][cz_content_box type=\"1\" id=\"cz_50847\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11616\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_90890\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_58880\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98823\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_72106\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_28878\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65750\"][cz_content_box type=\"1\" id=\"cz_34162\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33978\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_31867\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_93920\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98083\"][cz_content_box type=\"1\" id=\"cz_83692\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47470\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_99841\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61225\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88589\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_57144\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_64748\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64160\"][cz_content_box type=\"1\" id=\"cz_53513\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71684\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_38093\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_95635\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_21215\"][cz_content_box type=\"1\" id=\"cz_83806\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99655\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70097\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_72039\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66628\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_20944\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_72544\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57518\"][cz_content_box type=\"1\" id=\"cz_68714\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71367\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_29624\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_86481\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_37118\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_52675\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_20460\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_57874\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_46595\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_18544\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:06:01', '2018-07-09 13:06:01', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(969, 4, '2018-07-09 15:11:50', '2018-07-09 13:11:50', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_64281\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_23156\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_23007\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_42070\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_28506\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_57311\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_86322\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_87367\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67453\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_40735\" cz_title=\"\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_32389\" cz_title=\"\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_30481\" cz_title=\"\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51511\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_41616\" cz_title=\"\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_63444\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_11135\" cz_title=\"\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59582\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_68569\" cz_title=\"\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_63865\" cz_title=\"\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_31820\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_80474\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_16785\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_85388\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_77114\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30266\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_96806\"][cz_title id=\"cz_92880\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_34156\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_29546\"][cz_title id=\"cz_66852\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22858\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82717\"][cz_title id=\"cz_78898\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_34755\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_24787\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_96294\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_80955\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_99999\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_83661\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48409\"][cz_content_box type=\"1\" id=\"cz_40734\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16051\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_67779\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_81134\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46557\"][cz_content_box type=\"1\" id=\"cz_31223\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81159\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95028\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_88682\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45024\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_26848\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_69156\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50699\"][cz_content_box type=\"1\" id=\"cz_12237\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46270\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69854\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_97932\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39150\"][cz_content_box type=\"1\" id=\"cz_92899\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27479\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94892\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_15758\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99085\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_73791\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_39402\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23873\"][cz_content_box type=\"1\" id=\"cz_70085\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20358\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_23872\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_53746\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57656\"][cz_content_box type=\"1\" id=\"cz_53496\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58687\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_25435\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_34631\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94133\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_45548\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_15790\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89162\"][cz_content_box type=\"1\" id=\"cz_34230\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49704\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_16010\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_92276\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89292\"][cz_content_box type=\"1\" id=\"cz_17137\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38546\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_59147\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_15069\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66586\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_52047\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_31438\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61479\"][cz_content_box type=\"1\" id=\"cz_56694\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30524\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_35270\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_84986\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43286\"][cz_content_box type=\"1\" id=\"cz_94244\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94233\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_56048\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_47991\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51889\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_98434\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_95567\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66214\"][cz_content_box type=\"1\" id=\"cz_33065\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89700\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_11762\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_37744\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_78863\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_34882\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_76338\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_83763\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_27158\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_65630\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:11:50', '2018-07-09 13:11:50', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(970, 4, '2018-07-09 15:11:50', '2018-07-09 13:11:50', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_89789\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_54594\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_24778\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_93747\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_21181\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_65714\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_25186\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_71549\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_22409\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_44599\" cz_title=\"\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_95708\" cz_title=\"\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_96284\" cz_title=\"\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_76775\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_89953\" cz_title=\"\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_90517\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_32824\" cz_title=\"\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_37944\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_42406\" cz_title=\"\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_31259\" cz_title=\"\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_33512\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_97510\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_53213\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_23213\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_98162\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_79847\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_90965\"][cz_title id=\"cz_33044\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56185\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_74728\"][cz_title id=\"cz_49092\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_21816\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_64517\"][cz_title id=\"cz_92576\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_35483\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_58265\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_13757\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_90087\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_72341\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_74195\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12496\"][cz_content_box type=\"1\" id=\"cz_16940\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69904\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_97669\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_82605\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_59858\"][cz_content_box type=\"1\" id=\"cz_88187\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15430\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86692\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_30594\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35578\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_20204\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_28104\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77681\"][cz_content_box type=\"1\" id=\"cz_32307\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26266\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57528\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_23272\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48200\"][cz_content_box type=\"1\" id=\"cz_13714\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86890\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86182\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_24420\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51407\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_78758\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_48792\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98562\"][cz_content_box type=\"1\" id=\"cz_81404\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38880\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70903\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_55600\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40265\"][cz_content_box type=\"1\" id=\"cz_76733\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25505\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_37935\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_59339\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74253\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_26122\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_63658\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60945\"][cz_content_box type=\"1\" id=\"cz_45605\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88126\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70039\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_62599\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65807\"][cz_content_box type=\"1\" id=\"cz_91235\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77754\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_23336\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_14508\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25955\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_25940\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_90287\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12137\"][cz_content_box type=\"1\" id=\"cz_39249\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41695\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_79785\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_76931\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40257\"][cz_content_box type=\"1\" id=\"cz_61190\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15811\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_11161\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_16791\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44966\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_76784\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_31185\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71791\"][cz_content_box type=\"1\" id=\"cz_36123\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94328\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_86803\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_88671\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_55273\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_32409\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_76798\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_25313\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_83897\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_42606\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:11:50', '2018-07-09 13:11:50', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(971, 4, '2018-07-09 15:12:35', '2018-07-09 13:12:35', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_95845\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_20463\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_32746\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_79064\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13452\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_39758\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_89628\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_33612\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_76272\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_93326\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_38387\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_75211\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_34305\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_55075\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_45323\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_65562\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21087\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_69012\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_39213\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_39962\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_43392\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_98947\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_77764\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_80205\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61679\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70919\"][cz_title id=\"cz_60831\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_52428\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_84785\"][cz_title id=\"cz_18105\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_45415\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_80631\"][cz_title id=\"cz_27457\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_67050\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_59695\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_29799\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95698\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_49323\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_52301\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71970\"][cz_content_box type=\"1\" id=\"cz_42650\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79577\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" class=\"modules_workshopandlabor\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_47182\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_65844\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34652\"][cz_content_box type=\"1\" id=\"cz_81394\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31407\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44629\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_50406\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59509\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_73480\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_82688\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58457\"][cz_content_box type=\"1\" id=\"cz_51245\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62893\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_20137\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_22165\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23724\"][cz_content_box type=\"1\" id=\"cz_61454\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95840\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30719\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_95758\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76471\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_47066\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_62809\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_36167\"][cz_content_box type=\"1\" id=\"cz_65754\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58507\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_74380\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_18055\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30478\"][cz_content_box type=\"1\" id=\"cz_17030\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86522\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66549\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_71764\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21175\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_47944\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_92060\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54694\"][cz_content_box type=\"1\" id=\"cz_87240\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51570\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_28174\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_69928\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98916\"][cz_content_box type=\"1\" id=\"cz_68309\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32822\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_19053\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_79363\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45435\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_69397\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_75203\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65044\"][cz_content_box type=\"1\" id=\"cz_65155\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51675\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_12110\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_27964\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76731\"][cz_content_box type=\"1\" id=\"cz_66754\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75361\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_51111\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_73699\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94728\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_57031\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_60221\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61278\"][cz_content_box type=\"1\" id=\"cz_28795\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70285\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98111\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_20856\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_24980\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_85351\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_61315\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_42044\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_55280\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_60232\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:12:35', '2018-07-09 13:12:35', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(972, 4, '2018-07-09 15:12:35', '2018-07-09 13:12:35', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_99242\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_76991\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_68175\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_78605\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_22427\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_37572\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_53809\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_76360\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_91617\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_94373\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_77359\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_19582\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71105\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_44113\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_83833\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_22217\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17812\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_78561\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_68137\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_66923\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_39840\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_85822\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_37209\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_37952\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_95568\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_51078\"][cz_title id=\"cz_23303\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56883\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82011\"][cz_title id=\"cz_67473\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17116\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81253\"][cz_title id=\"cz_44464\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_74180\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_59859\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_55780\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_11753\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_13668\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_32141\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92259\"][cz_content_box type=\"1\" id=\"cz_96931\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98389\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" class=\"modules_workshopandlabor\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_11842\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_68036\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42503\"][cz_content_box type=\"1\" id=\"cz_84564\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79142\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_49205\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_63126\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47280\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_16128\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_91855\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33102\"][cz_content_box type=\"1\" id=\"cz_42226\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29807\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_28670\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_82193\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42000\"][cz_content_box type=\"1\" id=\"cz_74443\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64205\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_98362\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_80449\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45458\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_42827\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_54629\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94207\"][cz_content_box type=\"1\" id=\"cz_87496\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55272\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_96764\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_19637\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47532\"][cz_content_box type=\"1\" id=\"cz_93696\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18027\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_48263\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61733\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49420\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_32827\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_40875\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87514\"][cz_content_box type=\"1\" id=\"cz_84843\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77044\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92532\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_76698\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99036\"][cz_content_box type=\"1\" id=\"cz_34758\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95395\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_27707\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_16952\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_37396\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_91040\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_70047\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35759\"][cz_content_box type=\"1\" id=\"cz_71489\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15505\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_67475\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_26119\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98601\"][cz_content_box type=\"1\" id=\"cz_54972\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70280\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95366\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_63499\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_17813\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_89063\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_70415\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54965\"][cz_content_box type=\"1\" id=\"cz_50796\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19836\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_76682\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_80561\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_96239\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_61526\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_57606\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_88771\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_38225\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_56642\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:12:35', '2018-07-09 13:12:35', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(973, 4, '2018-07-09 15:13:24', '2018-07-09 13:13:24', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_76665\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_42800\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_79429\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_11121\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_82685\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_45175\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_56950\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_16007\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_33932\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_42736\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_38583\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_53739\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92379\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_31990\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_24228\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_60979\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56080\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_12932\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_15839\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_48351\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_24150\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_50857\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13813\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_33692\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37538\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28620\"][cz_title id=\"cz_59054\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_92883\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_99678\"][cz_title id=\"cz_95412\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_35310\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76344\"][cz_title id=\"cz_38213\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_14739\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_76354\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_20898\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48803\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_33305\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_25795\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71625\"][cz_content_box type=\"1\" id=\"cz_64931\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53267\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" class=\"#modules_workshopandlabor\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_25364\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_57311\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74147\"][cz_content_box type=\"1\" id=\"cz_38481\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18290\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30227\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_40303\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23019\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_67468\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_53342\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62766\"][cz_content_box type=\"1\" id=\"cz_70170\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75923\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_89194\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_87680\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34977\"][cz_content_box type=\"1\" id=\"cz_82077\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87358\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30390\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_17387\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_63702\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_57492\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_21016\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40057\"][cz_content_box type=\"1\" id=\"cz_67280\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58708\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_62252\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_81964\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30333\"][cz_content_box type=\"1\" id=\"cz_27184\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35232\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44587\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_73384\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98268\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_71957\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_80563\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28496\"][cz_content_box type=\"1\" id=\"cz_12261\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92472\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_84853\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_54492\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_55239\"][cz_content_box type=\"1\" id=\"cz_55023\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30415\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44433\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_42703\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54282\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_26511\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_30062\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_73562\"][cz_content_box type=\"1\" id=\"cz_32788\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82654\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_31054\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_42693\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22712\"][cz_content_box type=\"1\" id=\"cz_87224\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90290\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_73853\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_69188\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20624\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_89927\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_93310\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54101\"][cz_content_box type=\"1\" id=\"cz_63311\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91579\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_26059\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_43875\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_20075\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_27209\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_36347\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_93818\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_70590\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_80475\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:13:24', '2018-07-09 13:13:24', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(974, 4, '2018-07-09 15:13:24', '2018-07-09 13:13:24', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_48841\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_89895\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_24908\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_80434\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_44178\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_40308\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_99386\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_17740\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_61985\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_82041\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_37684\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_93567\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_93642\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_24908\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_83858\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_67496\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_82986\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_93372\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_57423\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_76296\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_47473\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_20734\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_67876\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_62422\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_53499\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76840\"][cz_title id=\"cz_78520\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_78735\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70658\"][cz_title id=\"cz_49111\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59211\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19500\"][cz_title id=\"cz_39006\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_73009\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_88824\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_72073\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13318\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_88210\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_78703\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64193\"][cz_content_box type=\"1\" id=\"cz_70252\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16387\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" class=\"#modules_workshopandlabor\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57760\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_63894\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30185\"][cz_content_box type=\"1\" id=\"cz_41619\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31391\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_13171\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_34992\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77703\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_78357\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_71355\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87327\"][cz_content_box type=\"1\" id=\"cz_46233\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33777\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_40826\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_23074\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12298\"][cz_content_box type=\"1\" id=\"cz_19562\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82621\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_50298\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_67663\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91011\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_78193\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_40672\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79835\"][cz_content_box type=\"1\" id=\"cz_50267\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42879\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_68046\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_28971\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95961\"][cz_content_box type=\"1\" id=\"cz_38298\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34247\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_53722\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_91082\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53322\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_84231\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_22473\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55383\"][cz_content_box type=\"1\" id=\"cz_19223\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89066\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33741\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79468\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76394\"][cz_content_box type=\"1\" id=\"cz_68863\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13246\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_17221\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_80827\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14433\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_25672\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_63449\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53620\"][cz_content_box type=\"1\" id=\"cz_82224\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54460\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_31814\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_22897\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34296\"][cz_content_box type=\"1\" id=\"cz_70970\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54665\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_91232\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_88830\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_50626\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_29531\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_23078\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93238\"][cz_content_box type=\"1\" id=\"cz_20613\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65290\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77469\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_31976\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_20673\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_85582\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_21043\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_43303\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_65050\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_86326\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:13:24', '2018-07-09 13:13:24', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(975, 4, '2018-07-09 15:27:06', '2018-07-09 13:27:06', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_20644\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_61711\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_23551\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_68909\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_54301\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_50415\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_94828\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_55763\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56394\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_47759\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_41896\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_93903\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_68488\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_40713\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_66148\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_66528\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_91902\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_93940\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_45486\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_99383\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_63301\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_64108\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81111\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_65148\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64482\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_72850\"][cz_title id=\"cz_41786\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76024\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_26235\"][cz_title id=\"cz_24195\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_48145\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_35768\"][cz_title id=\"cz_74796\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_60585\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_93566\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_29098\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_99890\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_88395\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_73750\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56284\"][cz_content_box type=\"1\" id=\"cz_36155\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15647\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span class=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_50187\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_93532\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_45249\"][cz_content_box type=\"1\" id=\"cz_16336\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60060\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span class=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_37151\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_99165\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94436\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_36535\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_62467\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58544\"][cz_content_box type=\"1\" id=\"cz_17646\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27615\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_23026\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_79386\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58291\"][cz_content_box type=\"1\" id=\"cz_87940\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94511\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_71376\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_36085\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30279\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_46172\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_85560\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23846\"][cz_content_box type=\"1\" id=\"cz_64160\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85450\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_12242\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_37911\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41735\"][cz_content_box type=\"1\" id=\"cz_37286\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42447\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_80811\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_30818\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76586\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_86037\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_79768\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13738\"][cz_content_box type=\"1\" id=\"cz_85203\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74205\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_39162\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_47670\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32749\"][cz_content_box type=\"1\" id=\"cz_45698\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64175\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_44665\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_25085\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22467\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_32606\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_19596\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82732\"][cz_content_box type=\"1\" id=\"cz_57580\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38764\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_28905\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_43140\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51500\"][cz_content_box type=\"1\" id=\"cz_81954\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28591\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_52631\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_19866\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59215\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_78807\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_51202\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40027\"][cz_content_box type=\"1\" id=\"cz_98515\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27789\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_26064\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_78284\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_30416\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_11268\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_52489\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_58467\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_47827\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_74128\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:27:06', '2018-07-09 13:27:06', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(976, 4, '2018-07-09 15:27:06', '2018-07-09 13:27:06', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_93055\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_12003\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_18793\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_18140\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_23359\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_40288\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_26625\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_94981\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86758\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_54279\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_23886\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_29899\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94669\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_94730\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_47379\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_47300\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_14596\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_95484\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_26108\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_54688\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_35511\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_24623\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_71366\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_50465\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91796\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_90671\"][cz_title id=\"cz_50622\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_44285\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_49139\"][cz_title id=\"cz_87339\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18413\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_42195\"][cz_title id=\"cz_88231\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_26096\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_49224\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_11591\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_55274\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_64739\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_95461\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42033\"][cz_content_box type=\"1\" id=\"cz_19019\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19348\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span class=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_60822\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_13688\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14078\"][cz_content_box type=\"1\" id=\"cz_97090\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49878\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span class=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_17563\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_92575\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_64875\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_61140\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_28086\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78387\"][cz_content_box type=\"1\" id=\"cz_32507\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67440\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70184\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_23179\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18063\"][cz_content_box type=\"1\" id=\"cz_14470\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61208\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_94291\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_21772\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92292\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_82523\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_36758\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_41517\"][cz_content_box type=\"1\" id=\"cz_83004\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80922\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_95146\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_78465\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22955\"][cz_content_box type=\"1\" id=\"cz_14166\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86702\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_72666\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_16744\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89670\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_69757\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_55511\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96122\"][cz_content_box type=\"1\" id=\"cz_62332\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20387\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57263\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79308\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87664\"][cz_content_box type=\"1\" id=\"cz_78660\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46749\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57848\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_90728\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53701\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_61207\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_51936\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47993\"][cz_content_box type=\"1\" id=\"cz_71869\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44229\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30516\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_97517\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74635\"][cz_content_box type=\"1\" id=\"cz_13520\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78439\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69782\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_80875\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90284\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_72837\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_67578\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62950\"][cz_content_box type=\"1\" id=\"cz_78470\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57248\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_32708\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_33982\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_53371\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_83930\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_43258\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_99524\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_63238\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_30923\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:27:06', '2018-07-09 13:27:06', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(977, 4, '2018-07-09 15:29:15', '2018-07-09 13:29:15', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_55555\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_66739\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_60462\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_59099\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_57565\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_55436\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_47474\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_60655\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67121\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_56806\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_63921\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_39984\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_42010\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_17767\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_52974\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_20565\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_89857\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_90512\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_16790\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_18089\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_67066\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_65318\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_64687\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_39999\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18636\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_62990\"][cz_title id=\"cz_19229\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18429\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_35184\"][cz_title id=\"cz_85419\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61623\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_79628\"][cz_title id=\"cz_52159\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_22085\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_38727\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_98613\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_66410\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_75091\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_59269\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33531\"][cz_content_box type=\"1\" id=\"cz_31897\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23190\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_62405\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_62797\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29846\"][cz_content_box type=\"1\" id=\"cz_15379\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72251\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_19704\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_94780\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77931\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_26682\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_61847\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43249\"][cz_content_box type=\"1\" id=\"cz_80258\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90735\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_50774\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_43249\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98854\"][cz_content_box type=\"1\" id=\"cz_58092\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67322\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_84273\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_19715\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46950\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_36432\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_30690\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74566\"][cz_content_box type=\"1\" id=\"cz_35045\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85989\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_49658\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_83203\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19521\"][cz_content_box type=\"1\" id=\"cz_70444\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95283\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70815\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_33241\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25130\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_75084\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_94382\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33723\"][cz_content_box type=\"1\" id=\"cz_69865\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72313\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_49295\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_31712\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_15563\"][cz_content_box type=\"1\" id=\"cz_29554\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22447\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_55226\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61692\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21302\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_13319\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_29014\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94464\"][cz_content_box type=\"1\" id=\"cz_21924\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64853\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_30897\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_41503\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39420\"][cz_content_box type=\"1\" id=\"cz_54831\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27493\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_77967\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_38035\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35903\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_48412\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_33319\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95607\"][cz_content_box type=\"1\" id=\"cz_70543\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47338\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70692\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_64925\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_69950\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_40557\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_37239\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_19245\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_61158\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_41691\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:29:15', '2018-07-09 13:29:15', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(978, 4, '2018-07-09 15:29:15', '2018-07-09 13:29:15', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_37688\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_72495\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_85807\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_88270\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_82686\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_88016\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_17284\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_77150\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_98829\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_71026\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_96936\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_40333\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_99335\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_51768\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_56716\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_77303\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_78693\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_81508\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_25715\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_12012\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_77116\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_85147\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48239\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_47808\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50073\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18190\"][cz_title id=\"cz_77254\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76201\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_26325\"][cz_title id=\"cz_38412\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17892\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52903\"][cz_title id=\"cz_99796\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_92588\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_41173\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_82483\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_80604\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_47346\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_59633\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79434\"][cz_content_box type=\"1\" id=\"cz_18373\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56570\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_19768\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_17708\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97227\"][cz_content_box type=\"1\" id=\"cz_65373\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83900\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_75920\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_46882\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98505\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_76822\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_23999\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83652\"][cz_content_box type=\"1\" id=\"cz_25062\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60697\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_33726\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_32141\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_37952\"][cz_content_box type=\"1\" id=\"cz_98816\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47356\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_65253\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_16709\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89148\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_65050\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_98186\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30322\"][cz_content_box type=\"1\" id=\"cz_47533\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78791\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66558\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_96056\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58226\"][cz_content_box type=\"1\" id=\"cz_73820\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52626\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_66884\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_80418\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49854\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_32258\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_64318\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25775\"][cz_content_box type=\"1\" id=\"cz_68029\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62824\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_91486\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_80918\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46477\"][cz_content_box type=\"1\" id=\"cz_16549\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41615\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_69092\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_37580\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68456\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_67908\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_73825\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33710\"][cz_content_box type=\"1\" id=\"cz_73506\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62974\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_87650\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_71693\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82186\"][cz_content_box type=\"1\" id=\"cz_35184\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50485\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_48744\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_31240\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97601\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_22564\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_72756\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64485\"][cz_content_box type=\"1\" id=\"cz_91871\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22611\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_85632\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_56190\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_37275\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_53662\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_19014\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_28762\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_34580\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_54381\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:29:15', '2018-07-09 13:29:15', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(979, 4, '2018-07-09 15:34:55', '2018-07-09 13:34:55', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_57357\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_93679\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_16701\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_86415\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_87509\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_84351\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_78377\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_42487\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_98488\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_33599\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_33664\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_84013\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96954\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_60249\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_38977\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_25798\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_60524\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_23420\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_22260\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_61087\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_41625\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_52115\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_63617\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_99480\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_74764\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22805\"][cz_title id=\"cz_58300\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_78733\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_34945\"][cz_title id=\"cz_59844\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91510\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81192\"][cz_title id=\"cz_53524\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_97101\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_67607\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_41033\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81452\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_45985\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_72410\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79941\"][cz_content_box type=\"1\" id=\"cz_68473\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94963\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_63954\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_65428\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_55212\"][cz_content_box type=\"1\" id=\"cz_91821\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80115\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_15736\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_15242\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91264\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_65713\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_45756\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43379\"][cz_content_box type=\"1\" id=\"cz_29331\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45237\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_18143\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_41026\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92427\"][cz_content_box type=\"1\" id=\"cz_85766\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64860\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_52271\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_77277\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46053\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_94685\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_74378\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13661\"][cz_content_box type=\"1\" id=\"cz_35718\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55831\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_48535\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_97018\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35772\"][cz_content_box type=\"1\" id=\"cz_17008\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91981\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_88616\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_71325\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47194\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_80438\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_51441\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51820\"][cz_content_box type=\"1\" id=\"cz_84569\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42705\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_17534\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_30326\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74974\"][cz_content_box type=\"1\" id=\"cz_35754\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64452\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_82007\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_65669\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56879\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_67773\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_30530\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98040\"][cz_content_box type=\"1\" id=\"cz_45050\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65473\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_92725\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_19429\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68023\"][cz_content_box type=\"1\" id=\"cz_28444\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64149\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_16558\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_25462\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88811\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_22456\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_17444\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77427\"][cz_content_box type=\"1\" id=\"cz_82670\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53527\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_57866\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_34112\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_94236\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_42435\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_65706\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_11771\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_61650\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_40681\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:34:55', '2018-07-09 13:34:55', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(980, 4, '2018-07-09 15:34:55', '2018-07-09 13:34:55', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_36414\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_26103\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_22688\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_90973\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_71871\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_79350\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_21504\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_69912\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24401\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_75866\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_62637\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_32719\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_43889\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_79971\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_85758\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_49337\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94322\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_74569\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_60682\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_11767\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_51997\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_43353\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_54183\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_98752\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_66354\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_48420\"][cz_title id=\"cz_41188\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_32060\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_49080\"][cz_title id=\"cz_91727\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61630\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_74384\"][cz_title id=\"cz_17830\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_73208\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_65357\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_78591\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_52559\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_75751\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_48503\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65849\"][cz_content_box type=\"1\" id=\"cz_51617\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11141\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_87458\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_84396\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80002\"][cz_content_box type=\"1\" id=\"cz_73216\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33733\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_74325\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_47786\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83305\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_74981\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_88673\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26658\"][cz_content_box type=\"1\" id=\"cz_29164\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87426\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_81901\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_66474\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28615\"][cz_content_box type=\"1\" id=\"cz_13962\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15555\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_20342\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_64482\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78828\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_27062\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_37690\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44186\"][cz_content_box type=\"1\" id=\"cz_94543\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79138\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_19937\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_43047\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44987\"][cz_content_box type=\"1\" id=\"cz_60444\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43078\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_32446\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_44841\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23080\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_94552\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_67464\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86294\"][cz_content_box type=\"1\" id=\"cz_42339\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50769\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_61275\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_31012\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66316\"][cz_content_box type=\"1\" id=\"cz_79329\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18439\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_48217\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_45803\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35943\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_51068\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_50248\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45175\"][cz_content_box type=\"1\" id=\"cz_15550\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29076\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_61127\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_42129\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62151\"][cz_content_box type=\"1\" id=\"cz_55670\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21268\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_70977\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_87607\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55144\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_31422\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_30685\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76480\"][cz_content_box type=\"1\" id=\"cz_65152\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42654\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:%23|||\" id=\"cz_71032\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_32616\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_28948\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_13371\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_72274\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_79113\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_33273\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_38590\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 15:34:55', '2018-07-09 13:34:55', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 0, 'revision', '', 0),
(981, 4, '2018-07-09 15:44:10', '2018-07-09 13:44:10', '{\n    \"codevz_theme_options[meta_data_post]\": {\n        \"value\": [\n            \"image\",\n            \"date\",\n            \"cats\",\n            \"tags\",\n            \"author_box\",\n            \"next_prev\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-09 13:43:48\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1defd1be-cff6-4288-be66-f1be35ce795b', '', '', '2018-07-09 15:44:10', '2018-07-09 13:44:10', '', 0, 'http://ensabs.eu/idams/?p=981', 0, 'customize_changeset', '', 0),
(982, 4, '2018-07-09 15:45:11', '2018-07-09 13:45:11', '', 'News and blog', '', 'publish', 'closed', 'closed', '', 'news-and-blog', '', '', '2018-07-19 17:05:48', '2018-07-19 15:05:48', '', 0, 'http://ensabs.eu/idams/?p=982', 4, 'nav_menu_item', '', 0),
(983, 4, '2018-07-09 15:47:41', '2018-07-09 13:47:41', '{\n    \"codevz_theme_options[meta_data_post]\": {\n        \"value\": [\n            \"image\",\n            \"date\",\n            \"tags\",\n            \"next_prev\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-09 13:47:41\"\n    },\n    \"codevz_theme_options[template_style]\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-09 13:47:41\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '47b9ac06-4ce5-45bf-a7b7-a70b570623f7', '', '', '2018-07-09 15:47:41', '2018-07-09 13:47:41', '', 0, 'http://ensabs.eu/idams/?p=983', 0, 'customize_changeset', '', 0),
(984, 4, '2018-07-09 15:51:15', '2018-07-09 13:51:15', '[newsletter]', 'Newsletter', '', 'publish', 'closed', 'closed', '', 'newsletter', '', '', '2018-07-09 15:51:15', '2018-07-09 13:51:15', '', 0, 'http://ensabs.eu/idams/index.php/newsletter/', 0, 'page', '', 0),
(987, 4, '2018-07-09 22:29:12', '2018-07-09 20:29:12', '{\n    \"codevz_theme_options[social]\": {\n        \"value\": [\n            {\n                \"title\": \"Facebook\",\n                \"icon\": \"fa fa-facebook\",\n                \"link\": \"https://www.facebook.com/Ensabs-267557000656263/\"\n            },\n            {\n                \"title\": \"Twitter\",\n                \"icon\": \"fa fa-twitter\",\n                \"link\": \"https://twitter.com/ensabs\"\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-09 20:29:12\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '5bbd56ca-dc49-41e6-ac14-093f07eee8c1', '', '', '2018-07-09 22:29:12', '2018-07-09 20:29:12', '', 0, 'http://ensabs.eu/idams/?p=987', 0, 'customize_changeset', '', 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
(989, 4, '2018-07-09 22:48:23', '2018-07-09 20:48:23', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_32594\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Paid time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians\' productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving any task unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1379\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_24093\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine your required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications, bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_28221\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole <strong>sales conversion process</strong> in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work and performance.</p>\r\n<p>For sales executives: Management of action plans for control of quality standards in your client service, assignment and fulfillment of activities in <strong>your personalized activity board.</strong></p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will make it possible for you to develop better <strong>targeted marketing campaigns</strong>, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It\'s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from <strong>one integrated interface</strong>, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management of central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_40576\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1371\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on <strong>control of the supply chain</strong> of your products, for new and pre-owned vehicles, while giving support to trade-in activities.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Handling of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for <strong>IOS or Android</strong> devices for manipulation of vehicles on news or pre-owned level.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_70419\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automation of different <strong>processes</strong> such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as<strong> CRM, Vehicles and Services</strong>.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1372\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_41593\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Built-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological <strong>tools management</strong> such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company <strong>location and transactions’ needs</strong><br />\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_57412\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from <strong>one integrated platform</strong> to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1373\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_35019\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1374\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of <strong>reports and documents</strong>, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_90915\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a <strong>separate business unit</strong>.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_67398\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define<strong> your language</strong> and adapt it to your preferences</li>\r\n<li>Integration of all modules in <strong>one application</strong></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'publish', 'closed', 'closed', '', 'modules', '', '', '2018-07-23 19:25:26', '2018-07-23 17:25:26', '', 0, 'http://ensabs.eu/idams/?page_id=989', 0, 'page', '', 0),
(991, 4, '2018-07-09 22:48:23', '2018-07-09 20:48:23', '[vc_row][vc_column][cz_title id=\"cz_36537\" cz_title=\"\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:48:23', '2018-07-09 20:48:23', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(992, 4, '2018-07-09 22:48:23', '2018-07-09 20:48:23', '[vc_row][vc_column][cz_title id=\"cz_63045\" cz_title=\"\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:48:23', '2018-07-09 20:48:23', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(993, 4, '2018-07-21 01:25:37', '2018-07-20 23:25:37', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_77431\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\n<ul>\n<li>Assistance</li>\n<li>Payed time</li>\n<li>Invoiced hours</li>\n<li>Technicians productivity and efficiency</li>\n</ul>\n<p><!--more--></p>\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_41819\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\n<!--more--></p>\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_50115\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\n<ul>\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\n<p>It´s not rocket science.</p>\n<ul>\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\n</ul>\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_39290\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_46107\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\n<ul>\n<li>E-mails to leads, prospects and clients.</li>\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\n<li>Log records.</li>\n<li>High level language.</li>\n<li>Access to system business objects.</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_98181\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\n<ul>\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\n</ul>\n<p>Technological tools management such as:</p>\n<ul>\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\n</ul>\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\n<p>Currency management according to company location and transactions’ needs<br />\nRules for appearance.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_79148\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\n<ul>\n<li>Chart of accounts and journals of your daily transactions</li>\n<li>Cash accounts</li>\n<li>Bank accounts</li>\n<li>Credit card management</li>\n<li>Receivables and payables</li>\n<li>Vouchers</li>\n<li>Budgets definition and control</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_18958\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\n<ul>\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\n<li>WYSIWYG Designer</li>\n<li>Export and import of required XML files</li>\n<li>Direct access to Metadata</li>\n<li>Multiple bands available</li>\n<li>Sub-reports<br />\nValidation and appearance rules</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_34334\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\n<ul>\n<li>For dealership markets, installed as a separate business unit.</li>\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_75251\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\n<ul>\n<li>Customization of layouts</li>\n<li>Changes of themes</li>\n<li>Define your language and adapt it to your preferences</li>\n<li>Integration of all modules in one application</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-autosave-v1', '', '', '2018-07-21 01:25:37', '2018-07-20 23:25:37', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-autosave-v1/', 0, 'revision', '', 0),
(994, 4, '2018-07-09 22:50:52', '2018-07-09 20:50:52', '[vc_row][vc_column][cz_title id=\"cz_58356\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"863\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:50:52', '2018-07-09 20:50:52', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(995, 4, '2018-07-09 22:50:52', '2018-07-09 20:50:52', '[vc_row][vc_column][cz_title id=\"cz_97986\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"863\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:50:52', '2018-07-09 20:50:52', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(996, 4, '2018-07-09 22:51:14', '2018-07-09 20:51:14', '[vc_row][vc_column][cz_title id=\"cz_18331\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][vc_single_image image=\"863\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:51:14', '2018-07-09 20:51:14', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(997, 4, '2018-07-09 22:51:14', '2018-07-09 20:51:14', '[vc_row][vc_column][cz_title id=\"cz_26291\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][vc_single_image image=\"863\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:51:14', '2018-07-09 20:51:14', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(998, 4, '2018-07-09 22:51:41', '2018-07-09 20:51:41', '[vc_row][vc_column][cz_title id=\"cz_52196\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][vc_single_image image=\"863\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:51:41', '2018-07-09 20:51:41', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(999, 4, '2018-07-09 22:51:41', '2018-07-09 20:51:41', '[vc_row][vc_column][cz_title id=\"cz_50161\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][vc_single_image image=\"863\" img_size=\"full\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:51:41', '2018-07-09 20:51:41', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 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
(1000, 4, '2018-07-09 22:54:41', '2018-07-09 20:54:41', '[vc_row][vc_column][cz_title id=\"cz_42617\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:54:41', '2018-07-09 20:54:41', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1001, 4, '2018-07-09 22:54:41', '2018-07-09 20:54:41', '[vc_row][vc_column][cz_title id=\"cz_90749\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:54:41', '2018-07-09 20:54:41', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1002, 4, '2018-07-09 22:55:13', '2018-07-09 20:55:13', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_95870\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:55:13', '2018-07-09 20:55:13', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1003, 4, '2018-07-09 22:55:13', '2018-07-09 20:55:13', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_20562\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"line-height: 1;\"><span style=\"font-weight: 500;\"> <span style=\"font-weight: bold; font-size: 30px;\"><span style=\"color: #999999;\">modules</span></span></span><span style=\"display: block; font-weight: 200; font-size: 7em; color: #38e7ff;\">WORKSHOP</span></span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:55:13', '2018-07-09 20:55:13', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1004, 4, '2018-07-09 22:58:28', '2018-07-09 20:58:28', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_12479\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator id=\"cz_99854\" top_color=\"#1e73be\" bottom_color=\"rgba(78,127,191,0.32)\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:58:28', '2018-07-09 20:58:28', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1005, 4, '2018-07-09 22:58:28', '2018-07-09 20:58:28', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_66520\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator id=\"cz_32395\" top_color=\"#1e73be\" bottom_color=\"rgba(78,127,191,0.32)\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:58:28', '2018-07-09 20:58:28', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1006, 4, '2018-07-09 22:58:49', '2018-07-09 20:58:49', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_21864\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_25\" id=\"cz_12307\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:58:49', '2018-07-09 20:58:49', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1007, 4, '2018-07-09 22:58:49', '2018-07-09 20:58:49', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_98076\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_25\" id=\"cz_88636\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:58:49', '2018-07-09 20:58:49', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1008, 4, '2018-07-09 22:59:24', '2018-07-09 20:59:24', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_87189\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_26\" id=\"cz_14581\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:59:24', '2018-07-09 20:59:24', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1009, 4, '2018-07-09 22:59:24', '2018-07-09 20:59:24', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_32263\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_26\" id=\"cz_66989\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:59:24', '2018-07-09 20:59:24', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1010, 4, '2018-07-09 22:59:56', '2018-07-09 20:59:56', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_39150\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_27\" id=\"cz_25070\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:59:56', '2018-07-09 20:59:56', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1011, 4, '2018-07-09 22:59:56', '2018-07-09 20:59:56', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_33268\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_27\" id=\"cz_38266\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 22:59:56', '2018-07-09 20:59:56', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1012, 4, '2018-07-09 23:00:17', '2018-07-09 21:00:17', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_87017\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_28\" id=\"cz_33882\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:00:17', '2018-07-09 21:00:17', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1013, 4, '2018-07-09 23:00:17', '2018-07-09 21:00:17', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_87065\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_28\" id=\"cz_28684\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:00:17', '2018-07-09 21:00:17', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1014, 4, '2018-07-09 23:00:43', '2018-07-09 21:00:43', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_50991\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_15530\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:00:43', '2018-07-09 21:00:43', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1015, 4, '2018-07-09 23:00:43', '2018-07-09 21:00:43', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_78178\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_84455\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:00:43', '2018-07-09 21:00:43', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 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
(1016, 4, '2018-07-09 23:02:09', '2018-07-09 21:02:09', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_89649\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_45530\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_75094\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_44412\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_22465\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_68820\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_39190\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_28379\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_49468\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_15176\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_36767\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_62953\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_69030\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_98319\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_64411\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_51217\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_76201\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_32212\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_46899\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_81974\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:02:09', '2018-07-09 21:02:09', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1017, 4, '2018-07-09 23:02:09', '2018-07-09 21:02:09', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_76699\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_12801\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_84980\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_60776\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_92617\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_97073\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_12288\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_60274\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_43099\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_16242\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_14520\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_32749\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_50662\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_78504\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_66050\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_62017\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_47324\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_94130\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_79285\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_85681\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:02:09', '2018-07-09 21:02:09', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1018, 4, '2018-07-09 23:15:58', '2018-07-09 21:15:58', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_24575\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_50229\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_55474\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">PARTS MANAGEMENT</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"full\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_74274\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_40194\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_30919\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_84586\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"full\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_66381\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_57736\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"full\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_17683\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_62717\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"full\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_29214\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_66027\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"full\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_31366\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_15556\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_33650\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_15502\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_14318\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_31030\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_91666\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:15:58', '2018-07-09 21:15:58', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 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
(1019, 4, '2018-07-09 23:15:58', '2018-07-09 21:15:58', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_41157\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_26741\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_84718\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">PARTS MANAGEMENT</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"full\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_67742\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_45801\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_29766\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_67457\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"full\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_11207\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_36011\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"full\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_49561\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_19070\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"full\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_49475\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_88680\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"full\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_63433\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_23750\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_28874\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_83242\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_97225\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_84145\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_40978\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:15:58', '2018-07-09 21:15:58', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1020, 4, '2018-07-09 23:25:13', '2018-07-09 21:25:13', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_97896\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_36159\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_15581\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_partsmanagement\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">PARTS MANAGEMENT</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"full\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27457\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_26679\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_49100\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_39253\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"full\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_57240\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_58418\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"full\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_56918\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_91729\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"full\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27602\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_42962\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"full\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_75481\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_13917\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_23777\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_55168\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_76794\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_93730\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_76904\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:25:13', '2018-07-09 21:25:13', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1021, 4, '2018-07-09 23:25:13', '2018-07-09 21:25:13', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_18342\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_58704\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_68643\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_partsmanagement\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">PARTS MANAGEMENT</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"full\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_29630\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_26553\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_85647\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_97259\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"full\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_58892\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_43385\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"full\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_97401\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_51351\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"full\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41281\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_33561\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"full\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_55822\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_57628\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_49130\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_93811\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_85770\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_95259\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_52230\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:25:13', '2018-07-09 21:25:13', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 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
(1022, 4, '2018-07-09 23:32:07', '2018-07-09 21:32:07', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_31635\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_43227\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_29340\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_57860\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_26574\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_42695\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_77181\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_14825\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_80678\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_84802\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_21107\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_66380\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57139\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_31189\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_72837\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_36064\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_37216\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_54248\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_45185\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_57606\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_52171\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_48335\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81732\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_66089\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67987\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_14952\"][cz_title id=\"cz_91113\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33041\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_98475\"][cz_title id=\"cz_73934\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_27862\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_30111\"][cz_title id=\"cz_17161\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_46092\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_76860\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_32625\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_77677\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_54041\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_36340\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58355\"][cz_content_box type=\"1\" id=\"cz_38843\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46336\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23workshop|||\" id=\"cz_24736\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_84872\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66414\"][cz_content_box type=\"1\" id=\"cz_86462\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20936\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_92520\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_40711\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55010\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_50126\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_81772\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92235\"][cz_content_box type=\"1\" id=\"cz_31859\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47861\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_60223\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_35701\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38974\"][cz_content_box type=\"1\" id=\"cz_82153\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34177\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_12909\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_98905\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53177\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_18960\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_44997\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30037\"][cz_content_box type=\"1\" id=\"cz_40474\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22674\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_72967\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_65704\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69919\"][cz_content_box type=\"1\" id=\"cz_11811\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12040\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_83544\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_85572\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67344\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_70007\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_95397\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59864\"][cz_content_box type=\"1\" id=\"cz_99607\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50408\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_98880\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_81380\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42644\"][cz_content_box type=\"1\" id=\"cz_30739\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29241\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bi|||\" id=\"cz_91756\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_55329\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57105\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_73909\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_78395\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58903\"][cz_content_box type=\"1\" id=\"cz_72814\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31572\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_66752\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_17812\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50499\"][cz_content_box type=\"1\" id=\"cz_96116\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29376\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_birs|||\" id=\"cz_23467\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_61820\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88184\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_24167\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_62750\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71729\"][cz_content_box type=\"1\" id=\"cz_98629\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30094\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_41736\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_94026\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_78848\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_41344\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_44435\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_77728\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_22725\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_75968\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 23:32:08', '2018-07-09 21:32:08', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(1023, 4, '2018-07-09 23:32:08', '2018-07-09 21:32:08', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_97356\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_40856\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_67724\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_52686\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_86850\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_41634\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_31081\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_45754\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_14449\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_51543\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_12507\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_21151\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90931\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_97513\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_39416\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_14399\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59334\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_27601\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_27455\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_22084\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_88220\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_26084\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_41068\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_29956\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_20111\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19916\"][cz_title id=\"cz_60190\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_53436\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_86533\"][cz_title id=\"cz_71804\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_29404\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83890\"][cz_title id=\"cz_12661\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_86018\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_36576\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_88400\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_27653\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_56546\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_34155\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30992\"][cz_content_box type=\"1\" id=\"cz_96979\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35552\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23workshop|||\" id=\"cz_41032\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_87911\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33065\"][cz_content_box type=\"1\" id=\"cz_69338\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91199\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_81289\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_85828\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18655\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_92263\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_74049\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33629\"][cz_content_box type=\"1\" id=\"cz_33331\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92895\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_42630\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_42137\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53085\"][cz_content_box type=\"1\" id=\"cz_84955\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28670\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_24890\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_14360\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12560\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_26440\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_89268\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38026\"][cz_content_box type=\"1\" id=\"cz_14841\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16921\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_83461\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_37886\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36802\"][cz_content_box type=\"1\" id=\"cz_80441\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62327\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_66724\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_68352\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84282\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_36062\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_59552\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65571\"][cz_content_box type=\"1\" id=\"cz_21891\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67097\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_57835\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_84829\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89615\"][cz_content_box type=\"1\" id=\"cz_80055\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77724\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bi|||\" id=\"cz_32245\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_22193\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30810\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_17201\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_39752\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44590\"][cz_content_box type=\"1\" id=\"cz_20451\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41202\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_59920\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_98608\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68117\"][cz_content_box type=\"1\" id=\"cz_63650\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15529\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_birs|||\" id=\"cz_51579\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_90426\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41221\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_32021\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_52753\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96835\"][cz_content_box type=\"1\" id=\"cz_89262\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37036\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_32897\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_48815\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_91497\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_43678\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_15912\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_49332\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_28507\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_94417\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 23:32:08', '2018-07-09 21:32:08', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 0, 'revision', '', 0),
(1024, 4, '2018-07-09 23:34:10', '2018-07-09 21:34:10', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_20984\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_74391\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_42315\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_partsmanagement\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">PARTS MANAGEMENT</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"full\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_74812\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_18376\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_31273\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_78682\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"full\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_17874\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_98472\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"full\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_92550\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_23600\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"full\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_39321\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_77920\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"full\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_37084\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_31181\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_85111\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_70910\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_30720\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_13677\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_71913\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:34:10', '2018-07-09 21:34:10', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 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
(1025, 4, '2018-07-09 23:35:27', '2018-07-09 21:35:27', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_78833\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_46068\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_39486\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_63633\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_83401\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_38575\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_74702\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_49601\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_50624\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_45030\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_37059\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_50929\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_78113\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_86757\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_67637\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_15954\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17657\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_50273\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_26777\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_97427\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_89519\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_61611\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13379\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_21028\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_88457\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_84492\"][cz_title id=\"cz_53792\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51511\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46419\"][cz_title id=\"cz_77623\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_32175\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_25253\"][cz_title id=\"cz_23692\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_60550\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_77776\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_95982\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_88015\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_52478\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_45584\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38639\"][cz_content_box type=\"1\" id=\"cz_86398\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71532\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_78458\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_64511\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58290\"][cz_content_box type=\"1\" id=\"cz_46095\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69354\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_64836\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_85258\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_85021\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_62264\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_74777\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46632\"][cz_content_box type=\"1\" id=\"cz_64532\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84694\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35090\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_49025\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38487\"][cz_content_box type=\"1\" id=\"cz_75491\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84334\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16111\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96555\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98476\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_28692\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_57105\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76252\"][cz_content_box type=\"1\" id=\"cz_24674\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45121\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_28731\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_59148\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_72649\"][cz_content_box type=\"1\" id=\"cz_15130\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30681\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_51107\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_68530\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77860\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_86092\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_37885\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42697\"][cz_content_box type=\"1\" id=\"cz_71350\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22906\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_93850\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_46127\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58428\"][cz_content_box type=\"1\" id=\"cz_58383\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30822\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bi|||\" id=\"cz_82407\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96298\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58199\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_57898\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_80632\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63199\"][cz_content_box type=\"1\" id=\"cz_54454\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79109\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_80781\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_11559\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_55362\"][cz_content_box type=\"1\" id=\"cz_94345\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45570\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_birs|||\" id=\"cz_72982\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_53493\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18219\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_77001\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_73063\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58216\"][cz_content_box type=\"1\" id=\"cz_45532\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50923\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_44308\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_72307\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_82510\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_15659\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_84102\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_76360\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_50676\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_42530\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 23:35:27', '2018-07-09 21:35:27', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(1026, 4, '2018-07-09 23:35:27', '2018-07-09 21:35:27', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_34744\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_70387\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_24938\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_31042\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_28587\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_71726\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_11675\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_80676\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_26180\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_79673\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_61457\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_26629\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_35035\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_55802\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_61088\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_96907\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_98185\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_68196\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_73909\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_71249\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_26412\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_19442\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_22173\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_59610\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_80638\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93572\"][cz_title id=\"cz_64158\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64741\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_69933\"][cz_title id=\"cz_14834\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_96161\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93567\"][cz_title id=\"cz_74111\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_21099\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_24609\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_91588\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81714\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_25174\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_72264\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96783\"][cz_content_box type=\"1\" id=\"cz_93736\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33722\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_23412\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_28772\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78414\"][cz_content_box type=\"1\" id=\"cz_73389\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25680\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_76599\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_41586\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88479\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_47849\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_56888\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96810\"][cz_content_box type=\"1\" id=\"cz_58911\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16499\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_77448\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_52483\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69546\"][cz_content_box type=\"1\" id=\"cz_42190\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22416\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_73270\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_38351\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_15984\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_47382\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_48340\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29482\"][cz_content_box type=\"1\" id=\"cz_38970\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30054\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_43546\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_11235\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26838\"][cz_content_box type=\"1\" id=\"cz_37283\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33846\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_39140\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_54944\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12261\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_12530\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_69514\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77750\"][cz_content_box type=\"1\" id=\"cz_43005\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57993\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_25599\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_88783\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54803\"][cz_content_box type=\"1\" id=\"cz_73399\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94171\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bi|||\" id=\"cz_32252\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_25883\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_63718\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_63332\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_37189\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_36988\"][cz_content_box type=\"1\" id=\"cz_90572\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42062\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_73260\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_38913\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60434\"][cz_content_box type=\"1\" id=\"cz_12231\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57856\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_birs|||\" id=\"cz_92869\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_12355\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73584\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_30152\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_35091\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12724\"][cz_content_box type=\"1\" id=\"cz_73986\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36241\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_14144\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_43501\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_13991\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_46038\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_90383\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_28480\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_34822\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_45187\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 23:35:27', '2018-07-09 21:35:27', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(1027, 4, '2018-07-09 23:38:36', '2018-07-09 21:38:36', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_48779\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_23909\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_12261\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_72092\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_23799\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_71170\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_13431\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_94664\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86861\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_97077\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_72053\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_73627\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_11685\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_70971\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_16685\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_38871\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_47233\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_47388\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_63003\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_63752\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_77690\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_87997\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_26960\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_47858\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30153\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33626\"][cz_title id=\"cz_86402\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_78986\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_85543\"][cz_title id=\"cz_39855\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_90541\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_34323\"][cz_title id=\"cz_52653\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_91692\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_95304\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_65341\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_62862\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_97625\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_60005\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49724\"][cz_content_box type=\"1\" id=\"cz_94702\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32059\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_23351\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_95276\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91919\"][cz_content_box type=\"1\" id=\"cz_28926\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34148\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_39153\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_65203\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86040\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_91795\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_42893\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74037\"][cz_content_box type=\"1\" id=\"cz_18755\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79641\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_93079\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_41270\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66043\"][cz_content_box type=\"1\" id=\"cz_72066\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26813\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_94787\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_62608\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_50026\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_47440\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_54300\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45330\"][cz_content_box type=\"1\" id=\"cz_12782\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17163\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_42955\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_61677\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_55776\"][cz_content_box type=\"1\" id=\"cz_37658\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82625\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_68017\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_32935\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74544\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_85832\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_55972\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13698\"][cz_content_box type=\"1\" id=\"cz_51036\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42013\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_94382\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_82819\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16051\"][cz_content_box type=\"1\" id=\"cz_13137\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62460\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_98020\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_43297\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28503\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_70086\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_58999\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23290\"][cz_content_box type=\"1\" id=\"cz_32694\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97915\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_59620\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_75884\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43245\"][cz_content_box type=\"1\" id=\"cz_61292\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81936\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_75090\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_22969\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_37713\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_12749\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_94483\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94619\"][cz_content_box type=\"1\" id=\"cz_34573\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69028\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_80452\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79435\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_71615\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_31488\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_21449\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_65998\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_14307\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_26389\"][/vc_column][/vc_row]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 23:38:36', '2018-07-09 21:38:36', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 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
(1028, 4, '2018-07-09 23:38:36', '2018-07-09 21:38:36', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_68024\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_65656\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_24409\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_11321\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_83049\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"767\" id=\"cz_83385\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"410\" id=\"cz_59210\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"412\" id=\"cz_95229\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_16080\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"769\" id=\"cz_57125\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_54849\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"765\" id=\"cz_80853\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_89260\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_16141\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_62790\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"762\" id=\"cz_64350\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28000\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"766\" id=\"cz_89392\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"419\" id=\"cz_65989\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_22483\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_84012\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_89452\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_80401\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_64464\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_68888\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52017\"][cz_title id=\"cz_84841\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_79226\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18015\"][cz_title id=\"cz_88038\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_94505\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_74929\"][cz_title id=\"cz_53695\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_18914\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_75139\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_36744\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_91189\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_34350\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_31973\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96158\"][cz_content_box type=\"1\" id=\"cz_80364\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75712\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_77012\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_69625\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80743\"][cz_content_box type=\"1\" id=\"cz_39802\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33976\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_97632\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_29194\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88854\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_20116\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_13206\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78306\"][cz_content_box type=\"1\" id=\"cz_89406\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66560\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47194\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_41423\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51402\"][cz_content_box type=\"1\" id=\"cz_26421\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48328\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_39440\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_20926\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23257\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_82025\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_28729\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87285\"][cz_content_box type=\"1\" id=\"cz_18770\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19919\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_21636\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_39633\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16077\"][cz_content_box type=\"1\" id=\"cz_90890\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15345\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_81978\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_60515\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84978\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_21780\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_83381\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82610\"][cz_content_box type=\"1\" id=\"cz_39864\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72235\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_91615\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_41960\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50542\"][cz_content_box type=\"1\" id=\"cz_81022\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97409\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_86626\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_22445\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_48811\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_13047\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_59663\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77141\"][cz_content_box type=\"1\" id=\"cz_22862\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71809\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_59167\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_40481\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_59095\"][cz_content_box type=\"1\" id=\"cz_66826\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49289\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_69620\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_95348\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54256\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_60510\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_99583\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_36234\"][cz_content_box type=\"1\" id=\"cz_21026\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84561\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_46904\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_93296\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_67171\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_75658\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_65532\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_58787\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_17618\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_16074\"][/vc_column][/vc_row]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-09 23:38:36', '2018-07-09 21:38:36', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/09/4-revision-v1/', 0, 'revision', '', 0),
(1029, 4, '2018-07-09 23:40:44', '2018-07-09 21:40:44', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_34514\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_48714\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_27854\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"full\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_56085\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_78239\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27472\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_42717\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"full\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_23618\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_31489\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"full\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_32700\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_15136\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"full\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_83822\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_79820\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"full\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_93242\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_82610\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_55067\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_81444\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_33739\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_19714\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_35079\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:40:44', '2018-07-09 21:40:44', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 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
(1030, 4, '2018-07-09 23:40:44', '2018-07-09 21:40:44', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_75358\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_63636\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_56619\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"full\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_77501\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_36911\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_22765\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_44297\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"full\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_91303\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_75113\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"full\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_96109\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_12930\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"full\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_98517\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_44824\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"full\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_29673\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_54603\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_23064\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_46035\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_86209\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_35571\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"full\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_66413\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-09 23:40:44', '2018-07-09 21:40:44', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/09/989-revision-v1/', 0, 'revision', '', 0),
(1031, 4, '2018-07-10 02:44:43', '2018-07-10 00:44:43', '', 'accounting', '', 'inherit', 'open', 'closed', '', 'accounting', '', '', '2018-07-10 02:44:43', '2018-07-10 00:44:43', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/accounting.png', 0, 'attachment', 'image/png', 0),
(1032, 4, '2018-07-10 02:44:44', '2018-07-10 00:44:44', '', 'Build-in_reporting', '', 'inherit', 'open', 'closed', '', 'build-in_reporting', '', '', '2018-07-10 02:44:44', '2018-07-10 00:44:44', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Build-in_reporting.png', 0, 'attachment', 'image/png', 0),
(1033, 4, '2018-07-10 02:44:45', '2018-07-10 00:44:45', '', 'Business_intelligence', '', 'inherit', 'open', 'closed', '', 'business_intelligence', '', '', '2018-07-10 02:44:45', '2018-07-10 00:44:45', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Business_intelligence.png', 0, 'attachment', 'image/png', 0),
(1034, 4, '2018-07-10 02:44:46', '2018-07-10 00:44:46', '', 'CRM', '', 'inherit', 'open', 'closed', '', 'crm', '', '', '2018-07-10 02:44:46', '2018-07-10 00:44:46', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/CRM.png', 0, 'attachment', 'image/png', 0),
(1035, 4, '2018-07-10 02:44:48', '2018-07-10 00:44:48', '', 'Part_purchases', '', 'inherit', 'open', 'closed', '', 'part_purchases', '', '', '2018-07-10 02:44:48', '2018-07-10 00:44:48', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Part_purchases.png', 0, 'attachment', 'image/png', 0),
(1036, 4, '2018-07-10 02:44:49', '2018-07-10 00:44:49', '', 'Parts_management', '', 'inherit', 'open', 'closed', '', 'parts_management', '', '', '2018-07-10 02:44:49', '2018-07-10 00:44:49', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Parts_management.png', 0, 'attachment', 'image/png', 0),
(1037, 4, '2018-07-10 02:44:50', '2018-07-10 00:44:50', '', 'Service_and_parts', '', 'inherit', 'open', 'closed', '', 'service_and_parts', '', '', '2018-07-10 02:44:50', '2018-07-10 00:44:50', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Service_and_parts.png', 0, 'attachment', 'image/png', 0),
(1038, 4, '2018-07-10 02:44:51', '2018-07-10 00:44:51', '', 'system_generalities', '', 'inherit', 'open', 'closed', '', 'system_generalities', '', '', '2018-07-10 02:44:51', '2018-07-10 00:44:51', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/system_generalities.png', 0, 'attachment', 'image/png', 0),
(1039, 4, '2018-07-10 02:44:52', '2018-07-10 00:44:52', '', 'Vehicles', '', 'inherit', 'open', 'closed', '', 'vehicles', '', '', '2018-07-10 02:44:52', '2018-07-10 00:44:52', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Vehicles.png', 0, 'attachment', 'image/png', 0),
(1040, 4, '2018-07-10 02:44:53', '2018-07-10 00:44:53', '', 'workflow', '', 'inherit', 'open', 'closed', '', 'workflow', '', '', '2018-07-10 02:44:53', '2018-07-10 00:44:53', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/workflow.png', 0, 'attachment', 'image/png', 0),
(1041, 4, '2018-07-10 02:44:54', '2018-07-10 00:44:54', '', 'Workshop', '', 'inherit', 'open', 'closed', '', 'workshop-2', '', '', '2018-07-10 02:44:54', '2018-07-10 00:44:54', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Workshop.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1042, 4, '2018-07-10 02:53:43', '2018-07-10 00:53:43', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_33975\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_28249\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_93753\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_22465\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_45607\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1041\" id=\"cz_72522\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1035\" id=\"cz_59289\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1036\" id=\"cz_17601\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_74197\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1037\" id=\"cz_22563\" cz_title=\"\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1034\" id=\"cz_17666\" cz_title=\"\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1039\" id=\"cz_92291\" cz_title=\"\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_48830\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1033\" id=\"cz_28300\" cz_title=\"\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1040\" id=\"cz_50492\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1031\" id=\"cz_94774\" cz_title=\"\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_23320\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1032\" id=\"cz_42268\" cz_title=\"\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_69693\" cz_title=\"\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_33968\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_60638\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_42527\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95833\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_36669\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_38100\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_73919\"][cz_title id=\"cz_20114\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_94147\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52947\"][cz_title id=\"cz_20197\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_40871\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_75812\"][cz_title id=\"cz_37336\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_34625\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_87167\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_71832\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_96036\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_46456\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_78323\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70234\"][cz_content_box type=\"1\" id=\"cz_57909\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84879\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_62526\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_95628\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13180\"][cz_content_box type=\"1\" id=\"cz_13018\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90403\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_25390\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_44175\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60097\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_48248\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_93703\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91513\"][cz_content_box type=\"1\" id=\"cz_44081\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30372\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_29614\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_18001\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39376\"][cz_content_box type=\"1\" id=\"cz_23762\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59838\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_48463\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_53522\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35651\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_74688\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_77036\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22818\"][cz_content_box type=\"1\" id=\"cz_46521\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73073\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_58164\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_24845\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43307\"][cz_content_box type=\"1\" id=\"cz_16073\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98614\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_94722\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_11701\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11795\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_96630\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_90994\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26074\"][cz_content_box type=\"1\" id=\"cz_40805\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51091\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_63211\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_34508\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42605\"][cz_content_box type=\"1\" id=\"cz_96182\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53770\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_61109\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_14183\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_82036\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_73760\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_62910\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30499\"][cz_content_box type=\"1\" id=\"cz_27283\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87450\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_94077\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_93209\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99158\"][cz_content_box type=\"1\" id=\"cz_40598\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66282\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_57322\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_54333\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98479\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_62284\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_52947\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93202\"][cz_content_box type=\"1\" id=\"cz_62875\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53632\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_89832\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_53869\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_68595\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_30638\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_93850\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_31807\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_54035\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_36456\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 02:53:43', '2018-07-10 00:53:43', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1043, 4, '2018-07-10 02:53:43', '2018-07-10 00:53:43', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_27990\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_96695\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_86455\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_31062\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_78732\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1041\" id=\"cz_60216\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1035\" id=\"cz_82862\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1036\" id=\"cz_98120\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_76388\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1037\" id=\"cz_70313\" cz_title=\"\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1034\" id=\"cz_92198\" cz_title=\"\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1039\" id=\"cz_69597\" cz_title=\"\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_69471\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1033\" id=\"cz_32797\" cz_title=\"\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1040\" id=\"cz_35880\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1031\" id=\"cz_26793\" cz_title=\"\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_76019\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1032\" id=\"cz_34359\" cz_title=\"\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_77967\" cz_title=\"\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_28967\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_27562\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_40842\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_71488\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_17394\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_83601\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_40084\"][cz_title id=\"cz_36921\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_77452\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60780\"][cz_title id=\"cz_79846\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13909\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_77659\"][cz_title id=\"cz_76542\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_89253\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_97611\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_55274\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_49470\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_80474\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_53394\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25858\"][cz_content_box type=\"1\" id=\"cz_50787\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45593\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_84345\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_20259\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67279\"][cz_content_box type=\"1\" id=\"cz_20225\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35942\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_43298\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_43474\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13909\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_61155\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_59925\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43641\"][cz_content_box type=\"1\" id=\"cz_32643\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66209\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_27243\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_61616\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92019\"][cz_content_box type=\"1\" id=\"cz_93585\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22397\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71865\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96383\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88945\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_48408\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_85637\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86557\"][cz_content_box type=\"1\" id=\"cz_92571\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35107\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_67031\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_45966\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_49855\"][cz_content_box type=\"1\" id=\"cz_17818\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80448\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_34200\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_26967\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47727\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_43315\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_51798\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79915\"][cz_content_box type=\"1\" id=\"cz_75679\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54596\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_41070\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_35604\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87127\"][cz_content_box type=\"1\" id=\"cz_62602\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90702\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_14370\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_24219\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_82722\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_96844\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_35505\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54588\"][cz_content_box type=\"1\" id=\"cz_93228\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24451\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_91885\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_78865\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99897\"][cz_content_box type=\"1\" id=\"cz_84456\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13973\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_66929\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_30422\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_52717\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_73637\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_99760\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75806\"][cz_content_box type=\"1\" id=\"cz_89493\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47487\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_19122\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_41291\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_27402\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_83690\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_84777\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_57362\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_19295\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_71905\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 02:53:43', '2018-07-10 00:53:43', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 0, 'revision', '', 0),
(1044, 4, '2018-07-10 03:02:40', '2018-07-10 01:02:40', '', 'accounting', '', 'inherit', 'open', 'closed', '', 'accounting-2', '', '', '2018-07-10 03:02:40', '2018-07-10 01:02:40', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/accounting-1.png', 0, 'attachment', 'image/png', 0),
(1045, 4, '2018-07-10 03:02:42', '2018-07-10 01:02:42', '', 'Build-in_reporting', '', 'inherit', 'open', 'closed', '', 'build-in_reporting-2', '', '', '2018-07-10 03:02:42', '2018-07-10 01:02:42', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Build-in_reporting-1.png', 0, 'attachment', 'image/png', 0),
(1046, 4, '2018-07-10 03:02:42', '2018-07-10 01:02:42', '', 'Business_intelligence', '', 'inherit', 'open', 'closed', '', 'business_intelligence-2', '', '', '2018-07-10 03:02:42', '2018-07-10 01:02:42', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Business_intelligence-1.png', 0, 'attachment', 'image/png', 0),
(1047, 4, '2018-07-10 03:02:43', '2018-07-10 01:02:43', '', 'CRM', '', 'inherit', 'open', 'closed', '', 'crm-2', '', '', '2018-07-10 03:02:43', '2018-07-10 01:02:43', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/CRM-1.png', 0, 'attachment', 'image/png', 0),
(1048, 4, '2018-07-10 03:02:44', '2018-07-10 01:02:44', '', 'Parts_management', '', 'inherit', 'open', 'closed', '', 'parts_management-2', '', '', '2018-07-10 03:02:44', '2018-07-10 01:02:44', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Parts_management-1.png', 0, 'attachment', 'image/png', 0),
(1049, 4, '2018-07-10 03:02:44', '2018-07-10 01:02:44', '', 'Parts_purchases', '', 'inherit', 'open', 'closed', '', 'parts_purchases', '', '', '2018-07-10 03:02:44', '2018-07-10 01:02:44', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Parts_purchases.png', 0, 'attachment', 'image/png', 0),
(1050, 4, '2018-07-10 03:02:46', '2018-07-10 01:02:46', '', 'Service_and_parts', '', 'inherit', 'open', 'closed', '', 'service_and_parts-2', '', '', '2018-07-10 03:02:46', '2018-07-10 01:02:46', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Service_and_parts-1.png', 0, 'attachment', 'image/png', 0),
(1051, 4, '2018-07-10 03:02:47', '2018-07-10 01:02:47', '', 'system_generalities', '', 'inherit', 'open', 'closed', '', 'system_generalities-2', '', '', '2018-07-10 03:02:47', '2018-07-10 01:02:47', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/system_generalities-1.png', 0, 'attachment', 'image/png', 0),
(1052, 4, '2018-07-10 03:02:47', '2018-07-10 01:02:47', '', 'Vehicles', '', 'inherit', 'open', 'closed', '', 'vehicles-2', '', '', '2018-07-10 03:02:47', '2018-07-10 01:02:47', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Vehicles-1.png', 0, 'attachment', 'image/png', 0),
(1053, 4, '2018-07-10 03:02:48', '2018-07-10 01:02:48', '', 'workflow', '', 'inherit', 'open', 'closed', '', 'workflow-2', '', '', '2018-07-10 03:02:48', '2018-07-10 01:02:48', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/workflow-1.png', 0, 'attachment', 'image/png', 0),
(1054, 4, '2018-07-10 03:02:49', '2018-07-10 01:02:49', '', 'Workshop', '', 'inherit', 'open', 'closed', '', 'workshop-3', '', '', '2018-07-10 03:02:49', '2018-07-10 01:02:49', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Workshop-1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1055, 4, '2018-07-10 03:14:51', '2018-07-10 01:14:51', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_93243\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_30796\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_40440\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_57926\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13460\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_58027\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_54057\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_38618\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17679\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_38767\" cz_title=\"\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_60464\" cz_title=\"\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_39440\" cz_title=\"\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_80687\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_97168\" cz_title=\"\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_68671\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_35916\" cz_title=\"\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_54357\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_80746\" cz_title=\"\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_64668\" cz_title=\"\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_78597\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_53879\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_37933\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_17031\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_18451\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31748\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_75968\"][cz_title id=\"cz_36984\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31613\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61369\"][cz_title id=\"cz_34741\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_96996\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_54612\"][cz_title id=\"cz_54427\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_37437\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_12539\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_56776\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_84353\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_55485\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_84284\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90922\"][cz_content_box type=\"1\" id=\"cz_83142\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44748\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_30362\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_63829\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41916\"][cz_content_box type=\"1\" id=\"cz_87923\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88635\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_85163\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_68670\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53303\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_63761\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_22549\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80125\"][cz_content_box type=\"1\" id=\"cz_69681\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29890\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_11874\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_45649\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_55764\"][cz_content_box type=\"1\" id=\"cz_32376\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95907\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_79395\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_29372\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_50520\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_33822\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_55698\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51949\"][cz_content_box type=\"1\" id=\"cz_79488\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40052\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_96324\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_63772\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30974\"][cz_content_box type=\"1\" id=\"cz_79466\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97409\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_50226\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_43296\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39326\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_38149\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_31931\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24490\"][cz_content_box type=\"1\" id=\"cz_95708\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74124\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_77140\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_18258\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54250\"][cz_content_box type=\"1\" id=\"cz_46821\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37038\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_55013\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_81360\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81692\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_76279\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_77268\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61087\"][cz_content_box type=\"1\" id=\"cz_94541\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27789\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_83799\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_50239\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68627\"][cz_content_box type=\"1\" id=\"cz_63287\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79180\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_64951\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_27060\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99044\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_44418\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_24469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49270\"][cz_content_box type=\"1\" id=\"cz_76603\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52685\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_76309\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_97424\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_66064\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_72018\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_71549\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_43205\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_79166\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_25799\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 03:14:52', '2018-07-10 01:14:52', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1056, 4, '2018-07-10 03:14:52', '2018-07-10 01:14:52', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_78916\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_16204\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_69702\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_60276\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_86786\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_45981\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_37545\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_47873\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40522\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_54223\" cz_title=\"\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_31673\" cz_title=\"\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_79651\" cz_title=\"\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_22850\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_83849\" cz_title=\"\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_58832\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_76691\" cz_title=\"\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_99798\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_57876\" cz_title=\"\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_21109\" cz_title=\"\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_24268\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_96036\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_86602\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_65843\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_72345\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84027\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_31908\"][cz_title id=\"cz_44364\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_55576\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_64002\"][cz_title id=\"cz_23530\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_70265\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_42919\"][cz_title id=\"cz_28624\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_39968\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_92085\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" id=\"cz_15410\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_74839\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_29630\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_52172\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15362\"][cz_content_box type=\"1\" id=\"cz_72742\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72734\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_83902\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_84482\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56584\"][cz_content_box type=\"1\" id=\"cz_42735\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61173\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_56383\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_89501\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71171\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_69541\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_85537\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57774\"][cz_content_box type=\"1\" id=\"cz_35385\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57883\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_41801\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_56182\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91136\"][cz_content_box type=\"1\" id=\"cz_86267\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20185\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_14666\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_56532\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51993\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_32179\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_85390\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44078\"][cz_content_box type=\"1\" id=\"cz_36479\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60229\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_62597\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_77540\"][vc_icon icon_fontawesome=\"fa fa-handshake-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510353296537{padding: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64480\"][cz_content_box type=\"1\" id=\"cz_35340\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50275\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_48383\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_19823\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95749\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_80007\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_69885\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52133\"][cz_content_box type=\"1\" id=\"cz_69508\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41057\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_21674\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_55046\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87720\"][cz_content_box type=\"1\" id=\"cz_45949\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12929\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_29522\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_91020\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92955\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_15789\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_11206\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96511\"][cz_content_box type=\"1\" id=\"cz_61211\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52088\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_28691\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_46601\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85056\"][cz_content_box type=\"1\" id=\"cz_54059\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95719\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_47653\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_31600\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1510008072209{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60200\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_71883\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_70764\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97472\"][cz_content_box type=\"1\" id=\"cz_80595\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66514\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_77480\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_50481\"][vc_icon icon_fontawesome=\"fa fa-picture-o\" color=\"white\" align=\"center\" css=\".vc_custom_1510008078384{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_18647\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_46988\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_80428\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_29211\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_90924\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_68149\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 03:14:52', '2018-07-10 01:14:52', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1057, 4, '2018-07-10 03:28:07', '2018-07-10 01:28:07', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_38569\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_79697\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_97403\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_89889\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_28177\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_38352\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_35136\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_45887\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_31068\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_25414\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_71865\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_82395\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_82852\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_26426\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_24327\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_87305\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66152\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_86383\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_80917\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_65799\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_97064\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_31059\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_30459\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_47782\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_92457\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_37086\"][cz_title id=\"cz_46400\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_77384\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_67064\"][cz_title id=\"cz_30638\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51286\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_94522\"][cz_title id=\"cz_99225\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_48689\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_84412\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_27403\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_75931\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_19549\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_62179\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95888\"][cz_content_box type=\"1\" id=\"cz_33852\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34044\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_78283\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_16705\"][cz_image size=\"thumbnail\" id=\"cz_49359\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91500\"][cz_content_box type=\"1\" id=\"cz_92899\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15512\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_77883\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_73817\"][cz_image size=\"thumbnail\" id=\"cz_70200\" image=\"1035\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74947\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_93765\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_89548\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22730\"][cz_content_box type=\"1\" id=\"cz_86222\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26635\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_58019\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_63606\"][cz_image size=\"thumbnail\" id=\"cz_82588\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77547\"][cz_content_box type=\"1\" id=\"cz_14893\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77111\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_76773\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_52471\"][cz_image size=\"thumbnail\" id=\"cz_61523\" image=\"1037\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93065\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_28402\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_69961\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55244\"][cz_content_box type=\"1\" id=\"cz_24291\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92703\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_78178\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_91463\"][cz_image size=\"thumbnail\" id=\"cz_98297\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27538\"][cz_content_box type=\"1\" id=\"cz_82964\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91197\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_31939\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_60847\"][cz_image size=\"thumbnail\" id=\"cz_65014\" image=\"1039\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91029\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_35794\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_58779\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80577\"][cz_content_box type=\"1\" id=\"cz_47414\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45002\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_96102\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_94323\"][cz_image size=\"thumbnail\" id=\"cz_97497\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78690\"][cz_content_box type=\"1\" id=\"cz_71871\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12390\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_55802\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_48644\"][cz_image size=\"thumbnail\" id=\"cz_53751\" image=\"1033\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_17325\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_41709\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_71043\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76176\"][cz_content_box type=\"1\" id=\"cz_85843\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84223\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_68879\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_64022\"][cz_image size=\"thumbnail\" id=\"cz_75687\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67177\"][cz_content_box type=\"1\" id=\"cz_80450\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58651\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_58375\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_12389\"][cz_image size=\"thumbnail\" id=\"cz_19498\" image=\"1032\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23389\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_92307\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_44182\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71058\"][cz_content_box type=\"1\" id=\"cz_72885\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80486\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_16060\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_68988\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_74809\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_13558\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_47679\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_46680\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_14837\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_92370\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 03:28:07', '2018-07-10 01:28:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1058, 4, '2018-07-10 03:28:07', '2018-07-10 01:28:07', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_84213\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_57478\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_98585\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_25923\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_28522\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_74761\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_11767\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_12746\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_43641\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_64679\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_77322\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_99707\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_45129\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_35974\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_58083\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_46407\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_44362\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_70361\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_38715\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_77433\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_41420\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_11601\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_57920\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_46369\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_69478\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_32729\"][cz_title id=\"cz_48816\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17157\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_68298\"][cz_title id=\"cz_52543\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_98417\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52512\"][cz_title id=\"cz_98911\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_97002\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_67325\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_27433\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_71763\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_67982\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_29068\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15405\"][cz_content_box type=\"1\" id=\"cz_32661\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95280\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_15113\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_66679\"][cz_image size=\"thumbnail\" id=\"cz_31254\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62085\"][cz_content_box type=\"1\" id=\"cz_13087\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64505\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_32446\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_40692\"][cz_image size=\"thumbnail\" id=\"cz_41939\" image=\"1035\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62755\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_41182\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_88748\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98014\"][cz_content_box type=\"1\" id=\"cz_99550\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21478\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_46831\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_16708\"][cz_image size=\"thumbnail\" id=\"cz_78666\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88263\"][cz_content_box type=\"1\" id=\"cz_15125\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31178\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_87175\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_12127\"][cz_image size=\"thumbnail\" id=\"cz_87393\" image=\"1037\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14608\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_72780\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_55375\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32566\"][cz_content_box type=\"1\" id=\"cz_77074\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76925\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_27846\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_81077\"][cz_image size=\"thumbnail\" id=\"cz_43604\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47990\"][cz_content_box type=\"1\" id=\"cz_43162\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45581\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_12496\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_64498\"][cz_image size=\"thumbnail\" id=\"cz_75162\" image=\"1039\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_43324\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_27253\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_16345\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32073\"][cz_content_box type=\"1\" id=\"cz_25268\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15895\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_42440\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_60988\"][cz_image size=\"thumbnail\" id=\"cz_21493\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_21106\"][cz_content_box type=\"1\" id=\"cz_49252\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25508\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_41174\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_36427\"][cz_image size=\"thumbnail\" id=\"cz_26524\" image=\"1033\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28568\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_39925\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_88194\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72832\"][cz_content_box type=\"1\" id=\"cz_61380\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65269\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_49758\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_78116\"][cz_image size=\"thumbnail\" id=\"cz_46346\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82252\"][cz_content_box type=\"1\" id=\"cz_26107\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78398\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_27833\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_27492\"][cz_image size=\"thumbnail\" id=\"cz_42896\" image=\"1032\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91884\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_59705\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_59039\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97118\"][cz_content_box type=\"1\" id=\"cz_80668\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73196\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_13014\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_23109\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_34185\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_23396\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_33105\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_72326\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_37793\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_63169\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 03:28:07', '2018-07-10 01:28:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1059, 4, '2018-07-10 03:59:34', '2018-07-10 01:59:34', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_83328\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_29450\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_11115\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_56536\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_91594\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_22496\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_60620\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_29636\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58278\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_18710\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_38218\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_78720\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57005\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_56197\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_46599\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_72936\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_32557\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_12979\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_67434\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_51600\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_99072\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_31117\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_75849\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_33391\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_92552\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_79290\"][cz_title id=\"cz_91129\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_69616\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_42463\"][cz_title id=\"cz_45565\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30016\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_25792\"][cz_title id=\"cz_63905\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_30021\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_71218\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_55499\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_41406\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_31839\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_74024\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_88574\"][cz_content_box type=\"1\" id=\"cz_39438\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12243\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_67294\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_85332\"][cz_image size=\"thumbnail\" id=\"cz_57329\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13894\"][cz_content_box type=\"1\" id=\"cz_58268\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78775\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_15762\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_25702\"][cz_image size=\"thumbnail\" id=\"cz_30375\" image=\"1035\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14835\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_45709\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_95114\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37115\"][cz_content_box type=\"1\" id=\"cz_38262\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74405\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_28244\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_96768\"][cz_image size=\"thumbnail\" id=\"cz_16868\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62698\"][cz_content_box type=\"1\" id=\"cz_26785\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31550\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_26604\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"86%\" id=\"cz_45695\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_91657\" image=\"1037\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_70992\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_75991\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_23496\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45017\"][cz_content_box type=\"1\" id=\"cz_64565\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51824\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_46149\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_31860\"][cz_image size=\"thumbnail\" id=\"cz_37156\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92367\"][cz_content_box type=\"1\" id=\"cz_34644\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84314\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_71143\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_39296\"][cz_image size=\"thumbnail\" id=\"cz_98906\" image=\"1039\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90408\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_43020\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_44616\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85522\"][cz_content_box type=\"1\" id=\"cz_69024\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71768\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_59927\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_86157\"][cz_image size=\"thumbnail\" id=\"cz_68536\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65685\"][cz_content_box type=\"1\" id=\"cz_48856\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84211\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_86125\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_64349\"][cz_image size=\"thumbnail\" id=\"cz_29906\" image=\"1033\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77782\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_35342\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_94787\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90168\"][cz_content_box type=\"1\" id=\"cz_69248\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59352\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_41993\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_15398\"][cz_image size=\"thumbnail\" id=\"cz_80102\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68039\"][cz_content_box type=\"1\" id=\"cz_96654\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14746\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_52353\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_67798\"][cz_image size=\"thumbnail\" id=\"cz_42931\" image=\"1032\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51260\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_58206\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_74840\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84765\"][cz_content_box type=\"1\" id=\"cz_43728\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43864\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_56534\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_92545\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_30022\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_25071\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_58230\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_67767\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_98171\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_44355\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 03:59:34', '2018-07-10 01:59:34', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1060, 4, '2018-07-10 03:59:34', '2018-07-10 01:59:34', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_32117\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_28078\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_22138\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_56348\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_22865\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_12307\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_25596\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_71107\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_43189\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_29883\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_51209\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_11228\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_26538\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_54845\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_52471\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_83225\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86666\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_92621\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_41432\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_61506\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_77387\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_74049\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_94260\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_33921\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_66594\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_24283\"][cz_title id=\"cz_47881\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24825\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_80940\"][cz_title id=\"cz_46053\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_58070\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_13057\"][cz_title id=\"cz_63020\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_69098\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_58294\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_74774\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_70294\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_72780\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_45882\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13484\"][cz_content_box type=\"1\" id=\"cz_91553\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85980\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_13602\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_18092\"][cz_image size=\"thumbnail\" id=\"cz_40826\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54962\"][cz_content_box type=\"1\" id=\"cz_90207\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27492\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47583\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_31639\"][cz_image size=\"thumbnail\" id=\"cz_77888\" image=\"1035\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24971\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_94578\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_72149\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47781\"][cz_content_box type=\"1\" id=\"cz_61173\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85321\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_84552\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_74888\"][cz_image size=\"thumbnail\" id=\"cz_66261\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30605\"][cz_content_box type=\"1\" id=\"cz_32958\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68207\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_82514\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"86%\" id=\"cz_90945\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_26502\" image=\"1037\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57289\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_61240\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_88172\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92060\"][cz_content_box type=\"1\" id=\"cz_63613\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79726\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_78041\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_66104\"][cz_image size=\"thumbnail\" id=\"cz_86708\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18868\"][cz_content_box type=\"1\" id=\"cz_21067\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76916\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_35249\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_57540\"][cz_image size=\"thumbnail\" id=\"cz_97445\" image=\"1039\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13138\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_71400\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_92023\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74176\"][cz_content_box type=\"1\" id=\"cz_19182\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53197\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_59497\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_92623\"][cz_image size=\"thumbnail\" id=\"cz_28085\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25759\"][cz_content_box type=\"1\" id=\"cz_23228\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49933\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_82856\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_94632\"][cz_image size=\"thumbnail\" id=\"cz_40878\" image=\"1033\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98248\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_51922\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_91008\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86420\"][cz_content_box type=\"1\" id=\"cz_43982\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54621\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_66147\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_22024\"][cz_image size=\"thumbnail\" id=\"cz_20726\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52855\"][cz_content_box type=\"1\" id=\"cz_29781\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30682\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_29772\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_53920\"][cz_image size=\"thumbnail\" id=\"cz_77112\" image=\"1032\"][/cz_free_position_element][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27217\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_55947\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_48512\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19240\"][cz_content_box type=\"1\" id=\"cz_30123\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56583\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_61327\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_78510\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_49207\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_78301\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_93158\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_61325\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_28234\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_76015\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 03:59:34', '2018-07-10 01:59:34', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1061, 4, '2018-07-10 04:09:13', '2018-07-10 02:09:13', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_32487\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_44412\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_70463\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_59880\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_45105\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_65522\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_96066\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_61627\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_84917\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_77941\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_39309\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_69374\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_29733\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_71193\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_43142\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_73136\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86224\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_32605\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_87099\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_35080\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_59165\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_90180\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_97840\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_65355\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17113\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76035\"][cz_title id=\"cz_48147\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84793\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_12131\"][cz_title id=\"cz_25065\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_96870\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33507\"][cz_title id=\"cz_58367\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_67334\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_82276\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_92361\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_32856\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_78343\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_53989\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_17774\"][cz_content_box type=\"1\" id=\"cz_56284\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82188\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_76037\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_74907\"][cz_image size=\"thumbnail\" id=\"cz_53382\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19180\"][cz_content_box type=\"1\" id=\"cz_48043\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39606\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_40674\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35143\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_63576\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_88729\"][cz_image size=\"thumbnail\" id=\"cz_25323\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_61416\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54084\"][cz_content_box type=\"1\" id=\"cz_31326\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37451\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_91120\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_16119\"][cz_image size=\"thumbnail\" id=\"cz_38471\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16186\"][cz_content_box type=\"1\" id=\"cz_12990\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60868\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63443\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69214\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_43145\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"86%\" id=\"cz_55805\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_90960\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_21488\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98683\"][cz_content_box type=\"1\" id=\"cz_97623\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66662\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_80872\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_73661\"][cz_image size=\"thumbnail\" id=\"cz_41569\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34254\"][cz_content_box type=\"1\" id=\"cz_81730\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78502\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_62750\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22405\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_13645\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_26326\"][cz_image size=\"thumbnail\" id=\"cz_11134\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_27858\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76631\"][cz_content_box type=\"1\" id=\"cz_54107\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48073\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_14083\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_45228\"][cz_image size=\"thumbnail\" id=\"cz_53082\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41444\"][cz_content_box type=\"1\" id=\"cz_50304\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54961\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_91201\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13747\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_24175\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_34346\"][cz_image size=\"thumbnail\" id=\"cz_58441\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_15135\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44724\"][cz_content_box type=\"1\" id=\"cz_57125\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12759\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_11386\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_37997\"][cz_image size=\"thumbnail\" id=\"cz_75310\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41844\"][cz_content_box type=\"1\" id=\"cz_61141\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57040\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_20347\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23891\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_68334\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_22881\"][cz_image size=\"thumbnail\" id=\"cz_39106\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_68358\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39629\"][cz_content_box type=\"1\" id=\"cz_15738\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22465\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_76592\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_18710\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_56582\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_29674\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_49043\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_95775\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_73525\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_40245\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:09:14', '2018-07-10 02:09:14', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1062, 4, '2018-07-10 04:09:14', '2018-07-10 02:09:14', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_98412\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_86590\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_63481\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_56853\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_90614\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_97094\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_13978\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_92263\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_97369\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_40865\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_67573\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_39214\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90895\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_24614\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_48450\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_14786\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_81838\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_60221\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_42782\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_50196\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_88740\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_47410\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_61550\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_65332\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_55010\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18133\"][cz_title id=\"cz_83896\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_92943\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_13908\"][cz_title id=\"cz_57421\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33189\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_12320\"][cz_title id=\"cz_44011\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_85559\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_58063\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_34626\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_82653\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_60931\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_26889\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80023\"][cz_content_box type=\"1\" id=\"cz_90686\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83352\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_19237\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_81581\"][cz_image size=\"thumbnail\" id=\"cz_96856\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56577\"][cz_content_box type=\"1\" id=\"cz_85257\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78694\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16798\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28040\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_28890\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_94427\"][cz_image size=\"thumbnail\" id=\"cz_64339\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_79330\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59760\"][cz_content_box type=\"1\" id=\"cz_19350\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86352\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_43656\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_12294\"][cz_image size=\"thumbnail\" id=\"cz_89150\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89966\"][cz_content_box type=\"1\" id=\"cz_34372\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90360\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_33978\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19931\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_48424\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"86%\" id=\"cz_57493\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_91473\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_98244\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_73272\"][cz_content_box type=\"1\" id=\"cz_71496\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88930\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_56624\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_79623\"][cz_image size=\"thumbnail\" id=\"cz_70512\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53480\"][cz_content_box type=\"1\" id=\"cz_36200\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55769\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_32175\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41887\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_72699\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_49954\"][cz_image size=\"thumbnail\" id=\"cz_36315\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_37039\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29285\"][cz_content_box type=\"1\" id=\"cz_84964\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45278\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_15637\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_28621\"][cz_image size=\"thumbnail\" id=\"cz_46461\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_93677\"][cz_content_box type=\"1\" id=\"cz_18588\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69722\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_84037\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41455\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_78542\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_32461\"][cz_image size=\"thumbnail\" id=\"cz_87837\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_70016\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30706\"][cz_content_box type=\"1\" id=\"cz_61109\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41513\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_19636\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_17734\"][cz_image size=\"thumbnail\" id=\"cz_21136\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79038\"][cz_content_box type=\"1\" id=\"cz_60104\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46225\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_34808\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81168\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_77002\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"107.83333333333334%\" id=\"cz_96396\"][cz_image size=\"thumbnail\" id=\"cz_31123\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_13317\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33435\"][cz_content_box type=\"1\" id=\"cz_49297\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87171\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_67603\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_53823\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_15793\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_14064\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_47500\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_23270\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_72676\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_31538\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:09:14', '2018-07-10 02:09:14', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1063, 4, '2018-07-10 04:14:14', '2018-07-10 02:14:14', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_65346\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_47977\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_55271\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_14056\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_94481\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_33800\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_92532\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_28830\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_83185\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_34024\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_71704\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_57760\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90309\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_56658\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_66632\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_94791\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_12613\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_42835\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_19495\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_30641\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_49816\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_77183\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_78527\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_38695\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31043\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_73023\"][cz_title id=\"cz_18360\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_42208\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60572\"][cz_title id=\"cz_74875\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_70134\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_25918\"][cz_title id=\"cz_22852\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_25405\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_28864\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_17334\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48095\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_21396\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_35054\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31281\"][cz_content_box type=\"1\" id=\"cz_44310\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95647\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_77930\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_34619\"][cz_image size=\"thumbnail\" id=\"cz_52305\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44563\"][cz_content_box type=\"1\" id=\"cz_29411\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53808\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_76288\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_37795\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_73338\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"20%\" id=\"cz_26104\"][cz_image size=\"thumbnail\" id=\"cz_14979\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_51865\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53689\"][cz_content_box type=\"1\" id=\"cz_34912\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24888\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_60938\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_66010\"][cz_image size=\"thumbnail\" id=\"cz_74350\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35813\"][cz_content_box type=\"1\" id=\"cz_36144\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89158\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47555\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_50439\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_18022\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"20%\" id=\"cz_53778\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_87423\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_28308\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77722\"][cz_content_box type=\"1\" id=\"cz_18704\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61507\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_73369\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_85524\"][cz_image size=\"thumbnail\" id=\"cz_85016\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25675\"][cz_content_box type=\"1\" id=\"cz_30088\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14427\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_68372\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95265\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_41112\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"20%\" id=\"cz_41711\"][cz_image size=\"thumbnail\" id=\"cz_21369\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_44981\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82466\"][cz_content_box type=\"1\" id=\"cz_63947\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68782\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_96243\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_24885\"][cz_image size=\"thumbnail\" id=\"cz_34792\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70594\"][cz_content_box type=\"1\" id=\"cz_49588\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59826\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_59752\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86032\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_99154\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"20%\" id=\"cz_66663\"][cz_image size=\"thumbnail\" id=\"cz_39811\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_86577\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83860\"][cz_content_box type=\"1\" id=\"cz_17533\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94171\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_45368\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_79792\"][cz_image size=\"thumbnail\" id=\"cz_79696\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30384\"][cz_content_box type=\"1\" id=\"cz_94356\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98673\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_33701\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62729\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_93938\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"20%\" id=\"cz_63702\"][cz_image size=\"thumbnail\" id=\"cz_93329\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_15308\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97573\"][cz_content_box type=\"1\" id=\"cz_75795\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68145\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_66355\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_72039\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_81919\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_90037\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_42634\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_31508\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_49863\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_91275\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:14:14', '2018-07-10 02:14:14', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1064, 4, '2018-07-10 04:14:14', '2018-07-10 02:14:14', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_17541\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_49018\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_57939\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_46242\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_35596\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_41800\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_52665\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_29768\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_76057\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_32457\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_98353\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_95331\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_26814\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_97026\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_29032\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_78432\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90965\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_81624\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_71762\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_95162\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_79197\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_47558\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_63308\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_45552\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19598\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_45228\"][cz_title id=\"cz_35590\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51121\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_65625\"][cz_title id=\"cz_74343\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_42396\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_72055\"][cz_title id=\"cz_23361\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_89224\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_18298\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_47847\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_31024\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_59852\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_66504\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95971\"][cz_content_box type=\"1\" id=\"cz_81198\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64858\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_91302\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_96901\"][cz_image size=\"thumbnail\" id=\"cz_61885\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20335\"][cz_content_box type=\"1\" id=\"cz_75334\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52850\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_90848\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47097\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_48013\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"20%\" id=\"cz_70045\"][cz_image size=\"thumbnail\" id=\"cz_83544\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_11321\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15598\"][cz_content_box type=\"1\" id=\"cz_92031\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45438\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_40078\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_43152\"][cz_image size=\"thumbnail\" id=\"cz_99952\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14422\"][cz_content_box type=\"1\" id=\"cz_74438\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72008\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_26673\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_63662\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_79195\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"20%\" id=\"cz_63409\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_83576\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_39047\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29913\"][cz_content_box type=\"1\" id=\"cz_79547\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20246\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_83661\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_70850\"][cz_image size=\"thumbnail\" id=\"cz_17148\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_45546\"][cz_content_box type=\"1\" id=\"cz_80074\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81372\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_87285\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_70923\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_28469\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"20%\" id=\"cz_35298\"][cz_image size=\"thumbnail\" id=\"cz_40969\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_12014\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35509\"][cz_content_box type=\"1\" id=\"cz_45456\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92934\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_69836\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_74424\"][cz_image size=\"thumbnail\" id=\"cz_36087\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69789\"][cz_content_box type=\"1\" id=\"cz_77735\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99414\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_41798\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93297\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_63077\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"20%\" id=\"cz_20994\"][cz_image size=\"thumbnail\" id=\"cz_56706\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_46653\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48931\"][cz_content_box type=\"1\" id=\"cz_75509\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26201\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_58067\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_59170\"][cz_image size=\"thumbnail\" id=\"cz_85941\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64104\"][cz_content_box type=\"1\" id=\"cz_93605\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66015\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_45476\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80891\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_36939\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"20%\" id=\"cz_62835\"][cz_image size=\"thumbnail\" id=\"cz_16190\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_66797\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63738\"][cz_content_box type=\"1\" id=\"cz_40588\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12254\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_56673\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_99314\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_75567\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_81649\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_69104\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_53302\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_81063\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_99792\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:14:14', '2018-07-10 02:14:14', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1065, 4, '2018-07-10 04:21:34', '2018-07-10 02:21:34', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_48370\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_70991\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_30838\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_84855\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_29149\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_12011\"]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_30753\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_49538\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_87219\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_48304\"]\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_96839\"]\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_70889\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_52791\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_12304\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_23614\"]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_82401\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_63734\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_16396\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_24855\"]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_81915\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_70610\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_15964\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_31193\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_65407\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_25388\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_98263\"][cz_title id=\"cz_43454\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_69606\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_43822\"][cz_title id=\"cz_77952\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76281\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81082\"][cz_title id=\"cz_48943\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_96008\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_65937\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_66981\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_96909\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_85580\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_16520\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84128\"][cz_content_box type=\"1\" id=\"cz_33885\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13359\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_55017\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_75565\"][cz_image size=\"thumbnail\" id=\"cz_14552\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67521\"][cz_content_box type=\"1\" id=\"cz_57967\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67176\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_72806\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71712\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_49092\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_43416\"][cz_image size=\"thumbnail\" id=\"cz_76565\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_69174\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97713\"][cz_content_box type=\"1\" id=\"cz_90842\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67438\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_41168\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_60448\"][cz_image size=\"thumbnail\" id=\"cz_11260\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19120\"][cz_content_box type=\"1\" id=\"cz_36729\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81232\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_56952\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_32738\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_47169\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_23934\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_29647\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_32750\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29343\"][cz_content_box type=\"1\" id=\"cz_13776\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55524\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_31592\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_57683\"][cz_image size=\"thumbnail\" id=\"cz_31089\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35034\"][cz_content_box type=\"1\" id=\"cz_25204\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77945\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_91099\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86899\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_49658\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_40191\"][cz_image size=\"thumbnail\" id=\"cz_30316\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_26223\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98255\"][cz_content_box type=\"1\" id=\"cz_28030\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17065\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_65693\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"22.%\" css_left=\"-20.5%\" id=\"cz_58087\"][cz_image size=\"thumbnail\" id=\"cz_66403\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65843\"][cz_content_box type=\"1\" id=\"cz_66097\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92022\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_47075\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23049\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_24760\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_83134\"][cz_image size=\"thumbnail\" id=\"cz_35872\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_43297\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15885\"][cz_content_box type=\"1\" id=\"cz_54105\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45962\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_60298\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"36.%\" css_left=\"-17.%\" id=\"cz_74586\"][cz_image size=\"thumbnail\" id=\"cz_92534\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80277\"][cz_content_box type=\"1\" id=\"cz_98510\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17739\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_58223\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89609\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_93527\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_96770\"][cz_image size=\"thumbnail\" id=\"cz_29801\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_23844\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22993\"][cz_content_box type=\"1\" id=\"cz_28057\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40764\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_28948\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_82639\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_87741\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_84240\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_48483\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_53838\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_76262\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_84447\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:21:34', '2018-07-10 02:21:34', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1066, 4, '2018-07-10 04:21:34', '2018-07-10 02:21:34', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_65776\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_89912\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_67582\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_90538\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_33209\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_72356\"]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_44644\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_68061\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_32655\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_19231\"]\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_60596\"]\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_12932\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17741\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_67224\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_60045\"]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_96240\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_60752\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_56815\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_26041\"]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_73486\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_68698\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_42988\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_14250\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_86536\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_25627\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_90880\"][cz_title id=\"cz_70776\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_63000\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_44719\"][cz_title id=\"cz_47039\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_47448\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_99384\"][cz_title id=\"cz_36951\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_15030\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_89923\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_59050\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_76276\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_34568\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_27112\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97820\"][cz_content_box type=\"1\" id=\"cz_42688\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76597\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_99642\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_49319\"][cz_image size=\"thumbnail\" id=\"cz_43822\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_59687\"][cz_content_box type=\"1\" id=\"cz_45559\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93464\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16503\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60490\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_66951\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_74091\"][cz_image size=\"thumbnail\" id=\"cz_92367\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_70091\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60627\"][cz_content_box type=\"1\" id=\"cz_17995\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60971\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_31404\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_69884\"][cz_image size=\"thumbnail\" id=\"cz_94580\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67332\"][cz_content_box type=\"1\" id=\"cz_17332\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93964\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_93173\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21251\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_83888\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_52223\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_86417\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_18457\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68224\"][cz_content_box type=\"1\" id=\"cz_84237\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50034\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_44822\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_83880\"][cz_image size=\"thumbnail\" id=\"cz_88242\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77534\"][cz_content_box type=\"1\" id=\"cz_43568\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33802\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_70999\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_48961\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_83181\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_37950\"][cz_image size=\"thumbnail\" id=\"cz_23052\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_75549\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96930\"][cz_content_box type=\"1\" id=\"cz_72569\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82433\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_57902\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"22.%\" css_left=\"-20.5%\" id=\"cz_92862\"][cz_image size=\"thumbnail\" id=\"cz_52317\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52482\"][cz_content_box type=\"1\" id=\"cz_60195\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58538\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_46447\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53368\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_68679\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_30336\"][cz_image size=\"thumbnail\" id=\"cz_94481\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_55097\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37682\"][cz_content_box type=\"1\" id=\"cz_62705\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39335\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_76606\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"36.%\" css_left=\"-17.%\" id=\"cz_96417\"][cz_image size=\"thumbnail\" id=\"cz_23215\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64849\"][cz_content_box type=\"1\" id=\"cz_73952\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55672\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_87540\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44951\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_93522\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_70721\"][cz_image size=\"thumbnail\" id=\"cz_71791\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_16575\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46270\"][cz_content_box type=\"1\" id=\"cz_68722\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78034\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_28704\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_26624\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_70896\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_69910\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_67996\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_31092\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_28449\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_14444\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:21:34', '2018-07-10 02:21:34', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1067, 4, '2018-07-10 04:21:36', '2018-07-10 02:21:36', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_44606\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_41007\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_22656\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_69598\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_24876\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_27869\"]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_57027\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_44660\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_73863\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_24311\"]\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_23498\"]\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_63414\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_52414\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_90028\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_32114\"]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_71509\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92538\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_12800\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_91466\"]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_74067\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_20421\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_98377\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_32322\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_51680\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_85861\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52910\"][cz_title id=\"cz_54317\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89906\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_88579\"][cz_title id=\"cz_26096\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_14299\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33186\"][cz_title id=\"cz_55993\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_25844\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_91674\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_69758\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_42603\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_48701\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_14418\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16466\"][cz_content_box type=\"1\" id=\"cz_61902\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26806\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_68769\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_14317\"][cz_image size=\"thumbnail\" id=\"cz_16834\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89773\"][cz_content_box type=\"1\" id=\"cz_74715\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98262\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_91462\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66182\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_72330\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_11884\"][cz_image size=\"thumbnail\" id=\"cz_64559\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_93542\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52454\"][cz_content_box type=\"1\" id=\"cz_50421\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46452\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_95661\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_40327\"][cz_image size=\"thumbnail\" id=\"cz_35032\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_21757\"][cz_content_box type=\"1\" id=\"cz_43516\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57108\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_66639\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58249\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_48782\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_36398\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_89742\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_86373\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39706\"][cz_content_box type=\"1\" id=\"cz_95098\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48275\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_55401\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_63867\"][cz_image size=\"thumbnail\" id=\"cz_51482\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61125\"][cz_content_box type=\"1\" id=\"cz_53640\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26197\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_59388\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45103\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_81268\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_31718\"][cz_image size=\"thumbnail\" id=\"cz_45877\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_45828\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25260\"][cz_content_box type=\"1\" id=\"cz_87220\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85138\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_60601\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"22.%\" css_left=\"-20.5%\" id=\"cz_82881\"][cz_image size=\"thumbnail\" id=\"cz_25466\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84522\"][cz_content_box type=\"1\" id=\"cz_93528\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57871\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_41630\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60168\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_16121\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_79302\"][cz_image size=\"thumbnail\" id=\"cz_85456\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_94752\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65675\"][cz_content_box type=\"1\" id=\"cz_25162\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89850\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_13951\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"36.%\" css_left=\"-17.%\" id=\"cz_69453\"][cz_image size=\"thumbnail\" id=\"cz_53718\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54322\"][cz_content_box type=\"1\" id=\"cz_30578\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96248\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_69408\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78855\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_41352\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_50677\"][cz_image size=\"thumbnail\" id=\"cz_99463\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_76118\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85394\"][cz_content_box type=\"1\" id=\"cz_24723\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63339\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_70532\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_74214\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_46221\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_84887\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_58737\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_39749\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_42759\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_89257\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:21:36', '2018-07-10 02:21:36', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1068, 4, '2018-07-10 04:21:37', '2018-07-10 02:21:37', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_88807\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_47769\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_68559\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_74263\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_42522\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_34235\"]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_88315\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_32373\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_37075\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_57768\"]\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_74980\"]\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_80287\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_77235\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_71229\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_49695\"]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_56091\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_12581\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_89262\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_55554\"]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_77588\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_74656\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_69167\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_40928\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_45189\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_43382\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76038\"][cz_title id=\"cz_30077\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91009\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_15788\"][cz_title id=\"cz_61725\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_80266\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93485\"][cz_title id=\"cz_98383\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_48826\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_67748\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_40906\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_71951\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_56063\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_62168\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97915\"][cz_content_box type=\"1\" id=\"cz_13832\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37148\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_78202\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_79956\"][cz_image size=\"thumbnail\" id=\"cz_97266\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27898\"][cz_content_box type=\"1\" id=\"cz_36048\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98737\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17160\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80492\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_76326\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_80706\"][cz_image size=\"thumbnail\" id=\"cz_49660\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_17254\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25895\"][cz_content_box type=\"1\" id=\"cz_81931\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82182\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_44861\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_72940\"][cz_image size=\"thumbnail\" id=\"cz_86860\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95476\"][cz_content_box type=\"1\" id=\"cz_53207\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80345\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_93859\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90922\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_48094\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_34766\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_62873\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_93047\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85823\"][cz_content_box type=\"1\" id=\"cz_60789\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95768\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_22972\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_38992\"][cz_image size=\"thumbnail\" id=\"cz_75725\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20239\"][cz_content_box type=\"1\" id=\"cz_55780\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11773\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_18976\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61829\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_81154\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_84191\"][cz_image size=\"thumbnail\" id=\"cz_42535\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_30815\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90335\"][cz_content_box type=\"1\" id=\"cz_57320\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12746\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_72518\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"22.%\" css_left=\"-20.5%\" id=\"cz_91070\"][cz_image size=\"thumbnail\" id=\"cz_74576\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_59378\"][cz_content_box type=\"1\" id=\"cz_86546\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27783\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_39723\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80406\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_18706\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_76707\"][cz_image size=\"thumbnail\" id=\"cz_15173\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_70469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69755\"][cz_content_box type=\"1\" id=\"cz_89885\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31259\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_65523\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"36.%\" css_left=\"-17.%\" id=\"cz_12858\"][cz_image size=\"thumbnail\" id=\"cz_59140\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41249\"][cz_content_box type=\"1\" id=\"cz_21986\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14920\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_41911\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29852\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_65639\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_23066\"][cz_image size=\"thumbnail\" id=\"cz_14044\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_97064\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42770\"][cz_content_box type=\"1\" id=\"cz_93268\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54384\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_44406\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_65786\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_45455\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_18982\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_25165\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_32002\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_35655\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_53778\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:21:37', '2018-07-10 02:21:37', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1069, 4, '2018-07-10 04:24:36', '2018-07-10 02:24:36', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_60584\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_82658\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_73334\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_62788\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_97070\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_76159\"]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_24273\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_24087\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_33624\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_23527\"]\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_98648\"]\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_99475\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_14461\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_55862\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_88572\"]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_16575\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_33271\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_58896\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_25763\"]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_68949\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_81917\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_93620\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_67502\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_30045\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_26762\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_98148\"][cz_title id=\"cz_51522\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60634\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83073\"][cz_title id=\"cz_23803\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_63909\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_43658\"][cz_title id=\"cz_95350\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_37243\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_95336\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_92421\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13402\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_19609\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_16509\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35916\"][cz_content_box type=\"1\" id=\"cz_32026\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15157\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_35391\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_35376\"][cz_image size=\"thumbnail\" id=\"cz_59909\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23964\"][cz_content_box type=\"1\" id=\"cz_40841\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82070\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71749\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55493\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_51019\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_53666\"][cz_image size=\"thumbnail\" id=\"cz_49114\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_18522\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72600\"][cz_content_box type=\"1\" id=\"cz_64766\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16670\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_24123\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_25401\"][cz_image size=\"thumbnail\" id=\"cz_88632\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36815\"][cz_content_box type=\"1\" id=\"cz_78199\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32291\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_32166\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_15442\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_27627\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_24588\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_17734\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_36126\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29986\"][cz_content_box type=\"1\" id=\"cz_42539\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57041\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_34032\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_66820\"][cz_image size=\"thumbnail\" id=\"cz_81307\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82830\"][cz_content_box type=\"1\" id=\"cz_79673\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22148\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_64900\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51423\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_66531\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_15919\"][cz_image size=\"thumbnail\" id=\"cz_93979\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_15645\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23330\"][cz_content_box type=\"1\" id=\"cz_66579\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69300\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_28890\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"25.%\" css_left=\"-12.%\" id=\"cz_79592\"][cz_image size=\"thumbnail\" id=\"cz_83591\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17523\"][cz_content_box type=\"1\" id=\"cz_16408\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61790\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_38703\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_37464\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_66122\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_55220\"][cz_image size=\"thumbnail\" id=\"cz_50941\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_72745\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80235\"][cz_content_box type=\"1\" id=\"cz_69816\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15284\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_37277\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-31.%\" id=\"cz_92737\"][cz_image size=\"thumbnail\" id=\"cz_70993\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18584\"][cz_content_box type=\"1\" id=\"cz_75568\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50667\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_29622\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_40468\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_90979\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_85042\"][cz_image size=\"thumbnail\" id=\"cz_45277\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_84958\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89577\"][cz_content_box type=\"1\" id=\"cz_57497\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51538\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_58878\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_75276\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_31130\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_42469\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_81689\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_36428\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_93148\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_20393\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:24:36', '2018-07-10 02:24:36', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1070, 4, '2018-07-10 04:24:36', '2018-07-10 02:24:36', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_62781\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_59270\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_64502\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_13722\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_32016\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_44738\"]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_72427\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_36189\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_70904\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_65165\"]\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_96072\"]\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_78378\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40733\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_46739\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_96890\"]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_70091\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_37718\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_81932\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_15369\"]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_22677\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_71510\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_61755\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_63104\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_30388\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37032\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83124\"][cz_title id=\"cz_61746\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18722\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19552\"][cz_title id=\"cz_54895\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28004\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_71222\"][cz_title id=\"cz_14166\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_81396\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_73834\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_35072\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_26134\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_46262\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_60150\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85928\"][cz_content_box type=\"1\" id=\"cz_11427\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56223\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_64307\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_41050\"][cz_image size=\"thumbnail\" id=\"cz_91851\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61197\"][cz_content_box type=\"1\" id=\"cz_11142\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29570\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_43130\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_15400\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_41137\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_14640\"][cz_image size=\"thumbnail\" id=\"cz_66045\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_93130\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33917\"][cz_content_box type=\"1\" id=\"cz_91967\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76255\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_84553\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_99578\"][cz_image size=\"thumbnail\" id=\"cz_84696\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39449\"][cz_content_box type=\"1\" id=\"cz_27583\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55919\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_42505\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97868\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_29753\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_66466\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_24003\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_64904\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26617\"][cz_content_box type=\"1\" id=\"cz_98820\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65221\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_71730\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_63127\"][cz_image size=\"thumbnail\" id=\"cz_95160\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63581\"][cz_content_box type=\"1\" id=\"cz_24325\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95192\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_82041\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56344\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_99482\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_23178\"][cz_image size=\"thumbnail\" id=\"cz_59873\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_65527\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16309\"][cz_content_box type=\"1\" id=\"cz_82680\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57495\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_81453\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"25.%\" css_left=\"-12.%\" id=\"cz_67234\"][cz_image size=\"thumbnail\" id=\"cz_57074\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66150\"][cz_content_box type=\"1\" id=\"cz_95573\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73546\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_22069\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_38079\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_71414\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_40711\"][cz_image size=\"thumbnail\" id=\"cz_93434\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_84306\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94505\"][cz_content_box type=\"1\" id=\"cz_20052\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83127\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_59726\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-31.%\" id=\"cz_80671\"][cz_image size=\"thumbnail\" id=\"cz_46255\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54887\"][cz_content_box type=\"1\" id=\"cz_44253\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59469\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_50079\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26295\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_15814\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_49561\"][cz_image size=\"thumbnail\" id=\"cz_38362\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_64577\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15089\"][cz_content_box type=\"1\" id=\"cz_43561\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47258\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_61473\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_25014\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_14493\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_18547\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_80053\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_98955\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_80983\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_91011\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:24:36', '2018-07-10 02:24:36', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1071, 4, '2018-07-10 04:27:46', '2018-07-10 02:27:46', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_99978\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_15450\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_75992\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_28799\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_94769\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_59431\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_58286\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_90512\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_81166\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_50789\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_68304\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_13958\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_23035\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_48221\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_28258\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_84002\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_82867\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_45979\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_80547\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_52925\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_73617\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_96652\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_67250\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_93717\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31633\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91334\"][cz_title id=\"cz_69084\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_93149\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_69560\"][cz_title id=\"cz_15620\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24529\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_69538\"][cz_title id=\"cz_19959\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_89411\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_87226\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_14729\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48842\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_45513\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_94130\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30008\"][cz_content_box type=\"1\" id=\"cz_85192\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62435\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_32856\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_97116\"][cz_image size=\"thumbnail\" id=\"cz_99545\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50003\"][cz_content_box type=\"1\" id=\"cz_81119\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82413\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_84872\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61666\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_35338\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_58489\"][cz_image size=\"thumbnail\" id=\"cz_58319\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_91478\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52207\"][cz_content_box type=\"1\" id=\"cz_78841\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82812\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21291\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_71990\"][cz_image size=\"thumbnail\" id=\"cz_52372\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25801\"][cz_content_box type=\"1\" id=\"cz_85409\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21911\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_34650\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74820\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_98027\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_38268\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_23662\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_43541\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32399\"][cz_content_box type=\"1\" id=\"cz_42560\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28733\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_83723\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_64305\"][cz_image size=\"thumbnail\" id=\"cz_25849\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83269\"][cz_content_box type=\"1\" id=\"cz_14309\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95858\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_65682\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88070\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_57525\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_89910\"][cz_image size=\"thumbnail\" id=\"cz_46560\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_15844\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81388\"][cz_content_box type=\"1\" id=\"cz_87657\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83575\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_64201\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_97837\"][cz_image size=\"thumbnail\" id=\"cz_55566\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16573\"][cz_content_box type=\"1\" id=\"cz_23639\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40975\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_27374\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47178\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_15795\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_25401\"][cz_image size=\"thumbnail\" id=\"cz_74336\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_28346\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57831\"][cz_content_box type=\"1\" id=\"cz_95624\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59796\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_75454\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_79347\"][cz_image size=\"thumbnail\" id=\"cz_24101\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_90192\"][cz_content_box type=\"1\" id=\"cz_62616\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27299\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_86050\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28299\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_15370\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_43576\"][cz_image size=\"thumbnail\" id=\"cz_18209\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_50820\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48309\"][cz_content_box type=\"1\" id=\"cz_88486\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38477\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_31884\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_52688\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_36315\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_76340\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_58150\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_48843\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_17315\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_74414\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:27:46', '2018-07-10 02:27:46', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1072, 4, '2018-07-10 04:27:46', '2018-07-10 02:27:46', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_84911\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_22000\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_88705\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_59247\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_39236\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_46537\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_54871\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_87921\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21991\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_34219\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_12022\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_12183\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85724\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_28211\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_87123\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_14024\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_32471\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_30699\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_21122\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_72181\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_67898\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_98498\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_99547\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_88672\"][vc_row_inner][vc_column_inner css=\".vc_custom_1514561288282{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51186\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_35863\"][cz_title id=\"cz_65012\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_98226\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_73595\"][cz_title id=\"cz_71216\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72640\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_58507\"][cz_title id=\"cz_82106\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_61345\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_17754\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_21342\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_96771\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_61514\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_98152\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_18763\"][cz_content_box type=\"1\" id=\"cz_84622\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99064\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_19835\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_70347\"][cz_image size=\"thumbnail\" id=\"cz_27275\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95848\"][cz_content_box type=\"1\" id=\"cz_73261\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48635\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_26548\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83272\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_20816\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_83335\"][cz_image size=\"thumbnail\" id=\"cz_81771\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_20364\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72007\"][cz_content_box type=\"1\" id=\"cz_32957\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45117\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_37020\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_31184\"][cz_image size=\"thumbnail\" id=\"cz_18713\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97126\"][cz_content_box type=\"1\" id=\"cz_92714\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66109\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_79232\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54059\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_72752\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_89463\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_50831\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_34267\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87616\"][cz_content_box type=\"1\" id=\"cz_58483\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18890\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_86680\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_67208\"][cz_image size=\"thumbnail\" id=\"cz_78127\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13955\"][cz_content_box type=\"1\" id=\"cz_63057\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51388\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_51480\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78495\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_34660\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_61186\"][cz_image size=\"thumbnail\" id=\"cz_61830\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_16431\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70440\"][cz_content_box type=\"1\" id=\"cz_33838\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38278\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_15557\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_59747\"][cz_image size=\"thumbnail\" id=\"cz_58351\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23159\"][cz_content_box type=\"1\" id=\"cz_56874\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51065\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_78158\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36106\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_94014\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_50910\"][cz_image size=\"thumbnail\" id=\"cz_25569\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_44846\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74066\"][cz_content_box type=\"1\" id=\"cz_13186\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92219\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_81846\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_88755\"][cz_image size=\"thumbnail\" id=\"cz_59428\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_59973\"][cz_content_box type=\"1\" id=\"cz_91599\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22486\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_11361\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_43080\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_89870\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_34910\"][cz_image size=\"thumbnail\" id=\"cz_93156\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_51701\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40231\"][cz_content_box type=\"1\" id=\"cz_63596\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74428\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_67399\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_68042\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_34176\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_25751\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1510007723297{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_80091\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_79939\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_65706\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_58249\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 04:27:46', '2018-07-10 02:27:46', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1073, 4, '2018-07-10 05:27:27', '2018-07-10 03:27:27', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_14406\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_66696\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_33283\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_40994\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_66776\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_74129\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_11628\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_93879\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_68460\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_60969\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_70702\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_12992\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_22796\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_63555\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_20910\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_41307\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_34002\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_18947\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_78574\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_23389\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_64550\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_54101\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_69081\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_16170\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28442\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_53518\"][cz_title css_animation=\"fadeInUp\" id=\"cz_67014\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_41161\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82604\"][cz_title css_animation=\"fadeInUp\" id=\"cz_85569\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49653\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_85900\"][cz_title css_animation=\"fadeInUp\" id=\"cz_52265\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_71825\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_26895\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_19041\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_45955\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_27412\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_12920\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14415\"][cz_content_box type=\"1\" id=\"cz_77271\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72512\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_16297\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_88957\"][cz_image size=\"thumbnail\" id=\"cz_36067\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26097\"][cz_content_box type=\"1\" css_animation=\"none\" id=\"cz_30264\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58958\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_33933\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97727\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_71237\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_87373\"][cz_image size=\"thumbnail\" id=\"cz_51829\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_40318\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92432\"][cz_content_box type=\"1\" id=\"cz_69160\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82725\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_59446\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_99210\"][cz_image size=\"thumbnail\" id=\"cz_65330\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_45015\"][cz_content_box type=\"1\" id=\"cz_48864\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51230\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_86169\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20690\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_67014\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_94100\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_55535\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_83316\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95910\"][cz_content_box type=\"1\" id=\"cz_58839\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60588\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_68422\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_64026\"][cz_image size=\"thumbnail\" id=\"cz_49546\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_93379\"][cz_content_box type=\"1\" id=\"cz_79012\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68699\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_52338\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12946\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_66427\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_23575\"][cz_image size=\"thumbnail\" id=\"cz_89208\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_18256\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52783\"][cz_content_box type=\"1\" id=\"cz_81640\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76306\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_35508\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_41086\"][cz_image size=\"thumbnail\" id=\"cz_75516\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89728\"][cz_content_box type=\"1\" id=\"cz_74991\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24380\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_40958\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61161\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_33960\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_96862\"][cz_image size=\"thumbnail\" id=\"cz_55261\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_78384\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80179\"][cz_content_box type=\"1\" id=\"cz_51171\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37224\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_40767\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_19594\"][cz_image size=\"thumbnail\" id=\"cz_90139\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79202\"][cz_content_box type=\"1\" id=\"cz_12973\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69152\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_47902\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54201\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_70987\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14329\"][cz_image size=\"thumbnail\" id=\"cz_66665\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_60196\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21475\"][cz_content_box type=\"1\" id=\"cz_19448\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41836\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_86671\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_43846\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_71812\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_62187\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_33574\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_46804\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_75457\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_63422\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 05:27:27', '2018-07-10 03:27:27', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1074, 4, '2018-07-10 05:27:28', '2018-07-10 03:27:28', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_96854\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_98306\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_60285\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_52115\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_76691\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_40464\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_92176\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_13915\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_70121\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_11770\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_92943\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_49324\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_13633\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_62095\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_86115\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_56723\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_33083\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_89334\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_23388\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_82168\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_99699\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_31726\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_24005\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_86370\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64461\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_84707\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48558\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_86925\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_31511\"][cz_title css_animation=\"fadeInUp\" id=\"cz_24015\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50348\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28365\"][cz_title css_animation=\"fadeInUp\" id=\"cz_22322\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_99523\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_69370\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_87902\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_39987\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_61546\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_90706\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98998\"][cz_content_box type=\"1\" id=\"cz_62205\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83650\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_48322\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_64727\"][cz_image size=\"thumbnail\" id=\"cz_45746\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34437\"][cz_content_box type=\"1\" css_animation=\"none\" id=\"cz_21451\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67719\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_23772\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_33728\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_49887\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_23471\"][cz_image size=\"thumbnail\" id=\"cz_54344\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_62782\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98730\"][cz_content_box type=\"1\" id=\"cz_18806\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47490\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47288\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_94621\"][cz_image size=\"thumbnail\" id=\"cz_67890\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60193\"][cz_content_box type=\"1\" id=\"cz_44969\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85145\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71405\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44492\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_54515\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_59307\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_73369\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_16061\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50014\"][cz_content_box type=\"1\" id=\"cz_72367\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67156\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_33665\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_20690\"][cz_image size=\"thumbnail\" id=\"cz_31884\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68300\"][cz_content_box type=\"1\" id=\"cz_44017\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42224\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_36019\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56678\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_64842\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_74796\"][cz_image size=\"thumbnail\" id=\"cz_69038\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_19186\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37579\"][cz_content_box type=\"1\" id=\"cz_67769\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26882\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_73958\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_15058\"][cz_image size=\"thumbnail\" id=\"cz_21503\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41849\"][cz_content_box type=\"1\" id=\"cz_64140\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55362\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_26995\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35545\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_88743\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_70400\"][cz_image size=\"thumbnail\" id=\"cz_83742\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_62113\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75350\"][cz_content_box type=\"1\" id=\"cz_33757\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34481\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_42507\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_56312\"][cz_image size=\"thumbnail\" id=\"cz_44060\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63280\"][cz_content_box type=\"1\" id=\"cz_24612\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76966\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_94394\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49521\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_33645\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_59236\"][cz_image size=\"thumbnail\" id=\"cz_24318\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_91572\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_67312\"][cz_content_box type=\"1\" id=\"cz_50787\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59342\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_83083\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_24746\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_63289\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_93475\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_55484\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_27430\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_48837\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_71369\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 05:27:28', '2018-07-10 03:27:28', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1075, 4, '2018-07-10 05:35:55', '2018-07-10 03:35:55', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_87545\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_21695\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_47179\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_95203\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_29030\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_46054\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_74589\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_77231\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_34928\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_95309\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_45895\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_80094\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_79372\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_28047\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_91736\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_65133\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_36790\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_70223\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_70653\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_65537\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_45340\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_19053\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_37623\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_76196\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_16484\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_29923\"][cz_title css_animation=\"fadeInUp\" id=\"cz_70534\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_81940\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_77369\"][cz_title css_animation=\"fadeInUp\" id=\"cz_45448\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28007\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_64915\"][cz_title css_animation=\"fadeInUp\" id=\"cz_56033\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_64076\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_60118\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_73952\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_99019\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_34708\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_51184\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33948\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_30017\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85969\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_14042\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_98279\"][cz_image size=\"thumbnail\" id=\"cz_14017\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94667\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_63412\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39697\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_64891\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34066\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_94123\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_99120\"][cz_image size=\"thumbnail\" id=\"cz_42009\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_31747\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75317\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_47382\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50559\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_45852\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_29323\"][cz_image size=\"thumbnail\" id=\"cz_27929\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80189\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_46220\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81733\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_36223\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99185\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_41852\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_99065\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_98205\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_65449\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50249\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_32153\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84356\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_36218\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_35085\"][cz_image size=\"thumbnail\" id=\"cz_82635\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39124\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_29753\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46047\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_67710\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83533\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_69003\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_61833\"][cz_image size=\"thumbnail\" id=\"cz_82654\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_99901\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82469\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_57972\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47283\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_33029\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_92713\"][cz_image size=\"thumbnail\" id=\"cz_65496\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_49847\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_72903\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11716\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_31580\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98015\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_99791\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_62322\"][cz_image size=\"thumbnail\" id=\"cz_97080\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_97997\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27771\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_47329\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30150\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_12127\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_72437\"][cz_image size=\"thumbnail\" id=\"cz_54125\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83652\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_11561\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72767\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_29700\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68161\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_56300\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_87592\"][cz_image size=\"thumbnail\" id=\"cz_29995\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_38955\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87493\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_12465\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85817\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_34777\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_34383\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_78530\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_89163\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_73120\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_51433\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_89768\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_93590\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 05:35:55', '2018-07-10 03:35:55', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1076, 4, '2018-07-10 05:35:55', '2018-07-10 03:35:55', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_49448\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_89560\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_55912\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_46529\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_87557\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_72572\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_82747\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_17708\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_73589\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_55185\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_60723\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_57242\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_55636\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_33490\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_75831\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_23797\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_78680\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_63423\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_42682\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_17635\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_50917\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_44036\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_92341\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_74584\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67308\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70872\"][cz_title css_animation=\"fadeInUp\" id=\"cz_63747\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_40429\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22305\"][cz_title css_animation=\"fadeInUp\" id=\"cz_53516\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_34019\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60643\"][cz_title css_animation=\"fadeInUp\" id=\"cz_43077\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_78820\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_96062\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_30634\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_51393\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_78809\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_37232\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24982\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_33994\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86844\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_71113\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_78520\"][cz_image size=\"thumbnail\" id=\"cz_20334\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46945\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_91206\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87904\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_99258\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_33888\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_94428\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_50175\"][cz_image size=\"thumbnail\" id=\"cz_66813\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_86770\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24760\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_34122\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57643\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_77396\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_63440\"][cz_image size=\"thumbnail\" id=\"cz_68838\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30912\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_86349\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29481\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_62878\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65169\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_25544\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_82402\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_16562\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_93242\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19635\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_30434\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27237\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_95369\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_90437\"][cz_image size=\"thumbnail\" id=\"cz_94646\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_15704\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_37382\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85853\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_92497\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36640\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_19742\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_86926\"][cz_image size=\"thumbnail\" id=\"cz_75705\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_75445\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_73697\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_89354\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98457\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_31340\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_66750\"][cz_image size=\"thumbnail\" id=\"cz_61898\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89067\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_86552\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48247\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_18549\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49431\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_13416\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_32982\"][cz_image size=\"thumbnail\" id=\"cz_31833\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_18868\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26224\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_40358\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38191\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_42351\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_35727\"][cz_image size=\"thumbnail\" id=\"cz_28628\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36998\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_40320\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54900\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_22852\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_32817\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_80429\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_31483\"][cz_image size=\"thumbnail\" id=\"cz_19744\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_56134\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95817\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_82330\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45488\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_94274\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_13670\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_12238\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_56172\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_91626\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_87680\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_93309\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_99064\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 05:35:55', '2018-07-10 03:35:55', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1077, 4, '2018-07-10 18:43:47', '2018-07-10 16:43:47', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_42327\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_29085\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_47828\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_23137\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_69268\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_15679\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_97048\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_95300\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96855\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_91729\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_36263\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_63988\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_42575\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_49561\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_47429\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_17047\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_47565\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_52848\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_54679\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_33208\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_57245\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_49005\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_32505\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_86670\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31485\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_67542\"][cz_title css_animation=\"fadeInUp\" id=\"cz_67389\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_32488\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_42384\"][cz_title css_animation=\"fadeInUp\" id=\"cz_69447\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49275\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_73601\"][cz_title css_animation=\"fadeInUp\" id=\"cz_87421\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_85992\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_85627\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_56690\"][cz_title id=\"cz_90561\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<h3 style=\"color: #38e7ff; text-align: center;\"><span style=\"font-size: 38px;\"><strong>Product <span style=\"color: #00a6be;\">Offers</span> ?</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">On any model  <strong>accounting</strong> and its <strong>different levels</strong> can be <strong>added</strong></span></p>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"0\" title=\"Model 0\" separator=\"line\" id=\"cz_82676\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" title=\"Model 1\" separator=\"line\" id=\"cz_51991\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales Sale</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"1.1\" title=\"Model 1.1\" separator=\"line\" id=\"cz_87416\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"2\" title=\"Model 2\" separator=\"line\" id=\"cz_74406\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.1\" title=\"Model 3.1\" separator=\"line\" id=\"cz_77143\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM Accounting (Cash, Bank, receivables, payables, credit control)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.2\" title=\"Model 3.2\" separator=\"line\" id=\"cz_51405\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (All levels)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_16982\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_26705\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_87724\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_22919\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63159\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_40573\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66487\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_85257\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_86707\"][cz_image size=\"thumbnail\" id=\"cz_15493\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17762\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_73378\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35868\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_74194\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_40767\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_57245\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_16579\"][cz_image size=\"thumbnail\" id=\"cz_99104\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_95409\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79069\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_86526\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81402\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_64697\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_43217\"][cz_image size=\"thumbnail\" id=\"cz_71964\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47373\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_84097\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59380\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21780\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61241\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_99675\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_27651\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_76836\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_87399\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39459\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_39995\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27972\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_94836\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_25252\"][cz_image size=\"thumbnail\" id=\"cz_14680\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99219\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_31904\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76947\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_35087\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94987\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_17714\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_81222\"][cz_image size=\"thumbnail\" id=\"cz_11566\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_16818\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76632\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_79525\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92233\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_58034\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_44222\"][cz_image size=\"thumbnail\" id=\"cz_35450\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29998\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_80485\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19548\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_78268\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91154\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_69679\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_77944\"][cz_image size=\"thumbnail\" id=\"cz_18806\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_46515\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65343\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_47154\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75400\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_82205\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_41991\"][cz_image size=\"thumbnail\" id=\"cz_89541\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85774\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_41211\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21446\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_62722\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65187\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_16433\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_69325\"][cz_image size=\"thumbnail\" id=\"cz_46409\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_16889\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75033\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_23041\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85303\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_67266\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_69965\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_29526\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_91606\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_88853\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_98900\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_11155\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 18:43:47', '2018-07-10 16:43:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1078, 4, '2018-07-10 18:43:47', '2018-07-10 16:43:47', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_67122\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_90054\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_69723\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_45066\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_97749\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_16238\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_99298\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_44904\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_80527\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_81504\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_75785\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_70069\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67279\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_16996\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_80404\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_30001\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71073\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_85727\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_88216\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_17483\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_91506\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_63249\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_29414\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_76810\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30516\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_88268\"][cz_title css_animation=\"fadeInUp\" id=\"cz_95225\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22123\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_77121\"][cz_title css_animation=\"fadeInUp\" id=\"cz_94125\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22167\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_44244\"][cz_title css_animation=\"fadeInUp\" id=\"cz_84180\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_80780\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_78199\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_81930\"][cz_title id=\"cz_85907\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<h3 style=\"color: #38e7ff; text-align: center;\"><span style=\"font-size: 38px;\"><strong>Product <span style=\"color: #00a6be;\">Offers</span> ?</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">On any model  <strong>accounting</strong> and its <strong>different levels</strong> can be <strong>added</strong></span></p>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"0\" title=\"Model 0\" separator=\"line\" id=\"cz_77498\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" title=\"Model 1\" separator=\"line\" id=\"cz_26834\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales Sale</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"1.1\" title=\"Model 1.1\" separator=\"line\" id=\"cz_66435\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"2\" title=\"Model 2\" separator=\"line\" id=\"cz_59002\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.1\" title=\"Model 3.1\" separator=\"line\" id=\"cz_91509\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM Accounting (Cash, Bank, receivables, payables, credit control)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.2\" title=\"Model 3.2\" separator=\"line\" id=\"cz_36505\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (All levels)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_26282\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_97394\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_16910\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_45173\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68467\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_91527\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33389\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_74839\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_83033\"][cz_image size=\"thumbnail\" id=\"cz_85528\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_93142\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_59844\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16045\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_81411\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55069\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_27057\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_58533\"][cz_image size=\"thumbnail\" id=\"cz_49195\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_38114\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91666\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_33375\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18894\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_69865\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_15305\"][cz_image size=\"thumbnail\" id=\"cz_93691\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47363\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_31029\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60127\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_95255\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22539\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_85522\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_21538\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_19933\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_91321\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55600\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_77290\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82849\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_77879\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_52130\"][cz_image size=\"thumbnail\" id=\"cz_65883\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63407\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_45273\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25727\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_68342\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26684\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_69686\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_84289\"][cz_image size=\"thumbnail\" id=\"cz_74107\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_18881\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22403\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_65773\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41145\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_30187\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_35639\"][cz_image size=\"thumbnail\" id=\"cz_45340\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23879\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_71892\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65259\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_72895\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67148\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_76687\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_58418\"][cz_image size=\"thumbnail\" id=\"cz_77575\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_85510\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49739\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_33175\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62800\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_32588\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_99943\"][cz_image size=\"thumbnail\" id=\"cz_14930\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87361\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_63351\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49093\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_13088\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31694\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_64667\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_71663\"][cz_image size=\"thumbnail\" id=\"cz_15983\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_38774\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79433\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_27276\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93437\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_20579\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_46352\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_29077\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_54809\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_59121\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_89858\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_20069\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 18:43:47', '2018-07-10 16:43:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1079, 4, '2018-07-10 18:45:25', '2018-07-10 16:45:25', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_15195\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_81950\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_57582\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_94896\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_30138\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_40409\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_44571\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_24160\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_73928\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_98974\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_87681\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_15548\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_48663\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_85068\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_91983\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_71049\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_52345\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_48590\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_49854\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_45727\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_50765\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_92770\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_36864\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_31018\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_14664\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_57559\"][cz_title css_animation=\"fadeInUp\" id=\"cz_13463\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_81817\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_54917\"][cz_title css_animation=\"fadeInUp\" id=\"cz_27153\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50452\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_59001\"][cz_title css_animation=\"fadeInUp\" id=\"cz_97992\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_96923\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_53898\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_28131\"][cz_title id=\"cz_37332\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"color: #38e7ff; text-align: center;\"><span style=\"font-size: 38px;\"><strong>Product <span style=\"color: #00a6be;\">Offers</span> ?</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">On any model  <strong>accounting</strong> and its <strong>different levels</strong> can be <strong>added</strong></span></p>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"0\" title=\"Model 0\" separator=\"line\" id=\"cz_87358\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" title=\"Model 1\" separator=\"line\" id=\"cz_41180\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales Sale</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"1.1\" title=\"Model 1.1\" separator=\"line\" id=\"cz_11261\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"2\" title=\"Model 2\" separator=\"line\" id=\"cz_86333\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.1\" title=\"Model 3.1\" separator=\"line\" id=\"cz_28862\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (Cash, Bank, receivables, payables, credit control)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.2\" title=\"Model 3.2\" separator=\"line\" id=\"cz_15699\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (All levels)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_34996\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_13930\" top_color=\"#ffffff\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_96572\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_94935\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_55165\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45163\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_44789\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89782\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_84817\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_37560\"][cz_image size=\"thumbnail\" id=\"cz_26647\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_15835\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_41114\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73096\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_18188\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22931\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_28013\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_34230\"][cz_image size=\"thumbnail\" id=\"cz_62273\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_75904\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32222\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_59196\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29802\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_49243\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_85418\"][cz_image size=\"thumbnail\" id=\"cz_17161\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79312\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_85569\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92383\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_97064\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90158\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_27380\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_99884\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_86730\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_22315\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55050\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_31893\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55994\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_44832\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_16711\"][cz_image size=\"thumbnail\" id=\"cz_82444\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60368\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_21435\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23558\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_33465\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28512\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_35379\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_50367\"][cz_image size=\"thumbnail\" id=\"cz_51631\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_86541\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26271\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_72743\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45738\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_44962\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_21986\"][cz_image size=\"thumbnail\" id=\"cz_31157\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51012\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_90188\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16726\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_43396\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87252\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_95774\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_59665\"][cz_image size=\"thumbnail\" id=\"cz_87136\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_82504\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70870\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_42186\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14398\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_26864\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_75908\"][cz_image size=\"thumbnail\" id=\"cz_19998\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98198\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_36277\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30323\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_21757\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58631\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_47725\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_46025\"][cz_image size=\"thumbnail\" id=\"cz_97888\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_88245\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32566\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_24159\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60989\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_67193\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_58011\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_71865\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_87239\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_97913\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_62053\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_92855\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 18:45:25', '2018-07-10 16:45:25', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1080, 4, '2018-07-10 18:45:25', '2018-07-10 16:45:25', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_41309\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_49306\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_88629\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_89864\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_36443\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_71134\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_60734\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_67518\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_74422\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_76488\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_43427\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_83310\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_74687\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_68593\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_13633\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_85333\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_27225\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_50247\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_31358\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_25113\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_38493\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_52813\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_38162\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_88372\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_20007\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_85062\"][cz_title css_animation=\"fadeInUp\" id=\"cz_60237\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_96136\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82976\"][cz_title css_animation=\"fadeInUp\" id=\"cz_22290\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_88992\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_24285\"][cz_title css_animation=\"fadeInUp\" id=\"cz_60486\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_77621\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_14150\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_85818\"][cz_title id=\"cz_48756\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"color: #38e7ff; text-align: center;\"><span style=\"font-size: 38px;\"><strong>Product <span style=\"color: #00a6be;\">Offers</span> ?</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">On any model  <strong>accounting</strong> and its <strong>different levels</strong> can be <strong>added</strong></span></p>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"0\" title=\"Model 0\" separator=\"line\" id=\"cz_63774\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" title=\"Model 1\" separator=\"line\" id=\"cz_53337\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales Sale</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"1.1\" title=\"Model 1.1\" separator=\"line\" id=\"cz_23178\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"2\" title=\"Model 2\" separator=\"line\" id=\"cz_40263\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.1\" title=\"Model 3.1\" separator=\"line\" id=\"cz_85653\" cz_service_box=\"\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (Cash, Bank, receivables, payables, credit control)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.2\" title=\"Model 3.2\" separator=\"line\" id=\"cz_95377\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (All levels)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_14950\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_54247\" top_color=\"#ffffff\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_97900\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_89172\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_70361\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48148\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_20530\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84364\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_75531\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_62233\"][cz_image size=\"thumbnail\" id=\"cz_22526\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63903\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_71130\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96477\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_24141\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67267\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_79454\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_35321\"][cz_image size=\"thumbnail\" id=\"cz_56259\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_92628\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84696\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_33881\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95668\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_70514\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_71526\"][cz_image size=\"thumbnail\" id=\"cz_59442\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23851\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_83593\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88594\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_98394\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78971\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_92434\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_52641\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_76871\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_81606\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23003\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_25020\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91026\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_96256\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_89440\"][cz_image size=\"thumbnail\" id=\"cz_53260\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18783\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_53344\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24390\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_15261\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66374\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_80547\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_83604\"][cz_image size=\"thumbnail\" id=\"cz_90584\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_36806\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76233\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_75280\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59576\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_71901\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_45794\"][cz_image size=\"thumbnail\" id=\"cz_31102\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31344\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_58535\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14696\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_19939\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56929\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_82556\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_12373\"][cz_image size=\"thumbnail\" id=\"cz_98460\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_59428\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82869\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_21463\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73337\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_73895\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_17720\"][cz_image size=\"thumbnail\" id=\"cz_62778\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27156\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_25393\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16122\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_40436\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29543\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_71386\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_20983\"][cz_image size=\"thumbnail\" id=\"cz_13147\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_61970\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46678\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_78270\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37251\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_95144\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_50171\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_71935\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_26247\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_70405\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_30470\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_29832\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 18:45:25', '2018-07-10 16:45:25', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1081, 4, '2018-07-10 18:47:52', '2018-07-10 16:47:52', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_95589\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_33589\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_19756\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_77986\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_26527\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_50809\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_53344\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_97506\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_76823\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_24499\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_53134\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_87399\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_22439\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_72681\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_64905\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_62650\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92594\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_34579\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_48910\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_50151\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_79331\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_59536\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_76077\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_16609\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30452\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_30200\"][cz_title css_animation=\"fadeInUp\" id=\"cz_80141\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28178\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_45376\"][cz_title css_animation=\"fadeInUp\" id=\"cz_15593\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_23604\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_40965\"][cz_title css_animation=\"fadeInUp\" id=\"cz_38072\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_32249\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_18952\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_53488\"][cz_title id=\"cz_71948\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"color: #38e7ff; text-align: center;\"><span style=\"font-size: 38px;\"><strong>Product <span style=\"color: #00a6be;\">Offers</span> ?</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">On any model  <strong>accounting</strong> and its <strong>different levels</strong> can be <strong>added</strong></span></p>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"0\" title=\"Model 0\" separator=\"line\" id=\"cz_61185\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" title=\"Model 1\" separator=\"line\" id=\"cz_50994\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales Sale</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"1.1\" title=\"Model 1.1\" separator=\"line\" id=\"cz_48771\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"2\" title=\"Model 2\" separator=\"line\" id=\"cz_74574\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.1\" title=\"Model 3.1\" separator=\"line\" id=\"cz_93018\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (Cash, Bank, receivables, payables, credit control)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.2\" title=\"Model 3.2\" separator=\"line\" id=\"cz_36171\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (All levels)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column][cz_separator style=\"cz_sep_28\" id=\"cz_85903\" top_color=\"rgba(35,221,215,0.51)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_65700\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_89966\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_48553\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_58295\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24546\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_86353\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97335\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_92767\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_45890\"][cz_image size=\"thumbnail\" id=\"cz_73413\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98265\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_65231\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92503\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_78406\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_82299\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_37880\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_82889\"][cz_image size=\"thumbnail\" id=\"cz_94793\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_67734\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_20962\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_27042\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75576\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63340\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_87880\"][cz_image size=\"thumbnail\" id=\"cz_36761\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14334\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_36652\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11336\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_96242\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61713\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_86128\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_61942\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_51679\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_34682\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_20238\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_65114\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21036\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_17573\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_57881\"][cz_image size=\"thumbnail\" id=\"cz_55815\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79876\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_56147\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21047\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_72380\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34554\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_92235\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_99149\"][cz_image size=\"thumbnail\" id=\"cz_17444\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_87028\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66883\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_27295\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14071\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_42460\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_79524\"][cz_image size=\"thumbnail\" id=\"cz_90841\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68110\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_82748\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27493\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_68336\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78991\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_78096\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_54465\"][cz_image size=\"thumbnail\" id=\"cz_40933\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_29775\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78036\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_50060\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83779\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_87962\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_56523\"][cz_image size=\"thumbnail\" id=\"cz_41661\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43777\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_36400\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86697\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_53714\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97670\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_21252\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_45949\"][cz_image size=\"thumbnail\" id=\"cz_96819\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_27585\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32978\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_63703\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43770\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_35938\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_95052\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_23295\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_26779\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_63163\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_94932\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_43162\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 18:47:52', '2018-07-10 16:47:52', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1082, 4, '2018-07-10 18:47:52', '2018-07-10 16:47:52', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_31499\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_73923\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_21258\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_74853\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_14857\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_39923\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_52890\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_53807\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_23703\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_40852\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_99220\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_54253\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_73519\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_35621\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_40951\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_27233\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_33291\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_51093\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_62072\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_30110\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_67567\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_83939\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_82703\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_11338\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19877\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_77755\"][cz_title css_animation=\"fadeInUp\" id=\"cz_23522\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_35546\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_40918\"][cz_title css_animation=\"fadeInUp\" id=\"cz_18455\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67598\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61307\"][cz_title css_animation=\"fadeInUp\" id=\"cz_81268\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_77746\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_36161\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_85015\"][cz_title id=\"cz_17670\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"color: #38e7ff; text-align: center;\"><span style=\"font-size: 38px;\"><strong>Product <span style=\"color: #00a6be;\">Offers</span> ?</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">On any model  <strong>accounting</strong> and its <strong>different levels</strong> can be <strong>added</strong></span></p>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"0\" title=\"Model 0\" separator=\"line\" id=\"cz_77940\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" title=\"Model 1\" separator=\"line\" id=\"cz_38822\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales Sale</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"1.1\" title=\"Model 1.1\" separator=\"line\" id=\"cz_30262\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"2\" title=\"Model 2\" separator=\"line\" id=\"cz_18792\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.1\" title=\"Model 3.1\" separator=\"line\" id=\"cz_38043\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (Cash, Bank, receivables, payables, credit control)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.2\" title=\"Model 3.2\" separator=\"line\" id=\"cz_73405\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (All levels)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column][cz_separator style=\"cz_sep_28\" id=\"cz_81201\" top_color=\"rgba(35,221,215,0.51)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_62553\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_14356\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_97323\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_84733\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54339\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_59396\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14844\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_21906\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_43335\"][cz_image size=\"thumbnail\" id=\"cz_86436\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22134\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_52102\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64191\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_34545\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76538\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_93999\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_41890\"][cz_image size=\"thumbnail\" id=\"cz_44136\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_55307\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23158\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_21883\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80357\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_97062\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_28442\"][cz_image size=\"thumbnail\" id=\"cz_58297\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35885\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_47593\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65979\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_62817\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20998\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_47180\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_25370\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_24244\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_44504\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98993\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_67472\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92790\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_13837\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_78268\"][cz_image size=\"thumbnail\" id=\"cz_36125\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89162\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_89291\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77117\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_53354\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23837\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_53655\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_47354\"][cz_image size=\"thumbnail\" id=\"cz_54617\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_86681\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91550\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_66665\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97453\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_71907\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_63727\"][cz_image size=\"thumbnail\" id=\"cz_25896\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30205\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_88502\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62378\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_85073\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51320\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_72266\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_32254\"][cz_image size=\"thumbnail\" id=\"cz_65580\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_85400\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65648\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_64573\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52873\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_58438\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_67299\"][cz_image size=\"thumbnail\" id=\"cz_31141\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83453\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_56462\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20433\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_60570\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98705\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_33160\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14225\"][cz_image size=\"thumbnail\" id=\"cz_46060\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_76666\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89796\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_37610\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43331\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_87249\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_98406\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_95948\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_13145\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_28612\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_84451\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_64413\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 18:47:52', '2018-07-10 16:47:52', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1083, 4, '2018-07-10 18:49:38', '2018-07-10 16:49:38', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_20280\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_34632\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_90040\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_79990\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_90848\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_21773\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_17417\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_12032\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_26325\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_51958\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_94761\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_93122\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_15862\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_18683\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_87482\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_30441\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_34252\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_39982\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_32247\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_99204\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_31241\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_43303\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_23578\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_42288\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_29344\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19839\"][cz_title css_animation=\"fadeInUp\" id=\"cz_69117\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31801\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_95437\"][cz_title css_animation=\"fadeInUp\" id=\"cz_35158\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_90544\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_15717\"][cz_title css_animation=\"fadeInUp\" id=\"cz_58680\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_80584\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_84597\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_49529\"][cz_title id=\"cz_91246\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"color: #38e7ff; text-align: center;\"><span style=\"font-size: 38px;\"><strong>Product <span style=\"color: #00a6be;\">Offers</span> ?</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">On any model  <strong>accounting</strong> and its <strong>different levels</strong> can be <strong>added</strong></span></p>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"0\" title=\"Model 0\" separator=\"line\" id=\"cz_90903\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" title=\"Model 1\" separator=\"line\" id=\"cz_50450\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales Sale</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"1.1\" title=\"Model 1.1\" separator=\"line\" id=\"cz_17572\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"2\" title=\"Model 2\" separator=\"line\" id=\"cz_42861\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.1\" title=\"Model 3.1\" separator=\"line\" id=\"cz_45211\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (Cash, Bank, receivables, payables, credit control)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.2\" title=\"Model 3.2\" separator=\"line\" id=\"cz_99584\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (All levels)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column][cz_separator style=\"cz_sep_25\" id=\"cz_47613\" top_color=\"rgba(35,221,215,0.51)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_52783\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_87066\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_66944\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_75925\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27049\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_88081\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75129\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_47180\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_31385\"][cz_image size=\"thumbnail\" id=\"cz_87596\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78357\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_49619\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96324\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47474\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_70309\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_91762\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_71522\"][cz_image size=\"thumbnail\" id=\"cz_60854\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_96369\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30203\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_41438\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80966\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_68621\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_32685\"][cz_image size=\"thumbnail\" id=\"cz_71870\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19071\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_39146\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14732\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_53172\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_38730\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_51235\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_94845\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_25797\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_18179\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70770\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_41736\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95150\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_45899\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_77805\"][cz_image size=\"thumbnail\" id=\"cz_26535\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33496\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_56162\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65043\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_29820\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92526\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_35353\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_21583\"][cz_image size=\"thumbnail\" id=\"cz_64049\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_85096\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_17952\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_83142\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26534\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_87808\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_51763\"][cz_image size=\"thumbnail\" id=\"cz_48109\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_59678\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_59724\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76144\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_63300\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12897\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_14875\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14536\"][cz_image size=\"thumbnail\" id=\"cz_96631\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_29562\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21605\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_67401\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60187\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_16755\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_13301\"][cz_image size=\"thumbnail\" id=\"cz_37992\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32179\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_35686\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83044\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_86112\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54396\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_75570\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_21465\"][cz_image size=\"thumbnail\" id=\"cz_64869\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_39619\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95451\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_71710\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22761\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_21986\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_59518\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_63414\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_58984\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_19197\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_23139\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_35129\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 18:49:38', '2018-07-10 16:49:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 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
(1084, 4, '2018-07-10 18:49:38', '2018-07-10 16:49:38', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_71386\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_24925\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_38893\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_74812\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_21556\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_57344\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_85306\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_77847\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17532\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_90950\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_80037\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_44413\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_23130\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_15724\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_27458\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_98132\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59010\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_91917\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_19597\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_23879\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_31537\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_15049\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_84478\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_43188\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_25924\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_43997\"][cz_title css_animation=\"fadeInUp\" id=\"cz_95492\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_73797\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52083\"][cz_title css_animation=\"fadeInUp\" id=\"cz_18631\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_97815\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_23470\"][cz_title css_animation=\"fadeInUp\" id=\"cz_32446\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_36709\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_87171\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_42891\"][cz_title id=\"cz_82943\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"color: #38e7ff; text-align: center;\"><span style=\"font-size: 38px;\"><strong>Product <span style=\"color: #00a6be;\">Offers</span> ?</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">On any model  <strong>accounting</strong> and its <strong>different levels</strong> can be <strong>added</strong></span></p>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"0\" title=\"Model 0\" separator=\"line\" id=\"cz_72477\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" title=\"Model 1\" separator=\"line\" id=\"cz_20739\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales Sale</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"1.1\" title=\"Model 1.1\" separator=\"line\" id=\"cz_89364\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"2\" title=\"Model 2\" separator=\"line\" id=\"cz_63428\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n</ul>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.1\" title=\"Model 3.1\" separator=\"line\" id=\"cz_89666\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (Cash, Bank, receivables, payables, credit control)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column width=\"1/6\"][cz_service_box style=\"style10\" type=\"vertical\" number=\"3.2\" title=\"Model 3.2\" separator=\"line\" id=\"cz_33778\" sk_num=\"border-radius:100%;border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-width:2px 2px 2px 2px;font-size:48px;font-weight:700;color:#38e7ff;\" sk_title=\"color:#00a6be;font-size:24px;border-bottom-style:solid;\"]\r\n<div style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">\r\n<ul>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">After sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Sales</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">CRM</li>\r\n 	<li style=\"line-height: 1.5; font-size: 13px; color: #666666; font-weight: 300; text-align: center;\">Accounting (All levels)</li>\r\n</ul>\r\n</div>\r\n[/cz_service_box][/vc_column][vc_column][cz_separator style=\"cz_sep_25\" id=\"cz_75447\" top_color=\"rgba(35,221,215,0.51)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_94279\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_50125\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_73579\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_53290\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42043\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_82066\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66059\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_62469\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_86004\"][cz_image size=\"thumbnail\" id=\"cz_50538\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94547\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_11929\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83424\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_90039\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74616\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_35507\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_97560\"][cz_image size=\"thumbnail\" id=\"cz_72431\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_47866\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30006\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_98030\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35038\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_61787\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_80973\"][cz_image size=\"thumbnail\" id=\"cz_96404\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71415\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_70337\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59832\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_61081\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93005\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_35280\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_55361\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_43130\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_97749\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97541\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_74063\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79815\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_63600\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_36532\"][cz_image size=\"thumbnail\" id=\"cz_65820\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14138\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_31080\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66639\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_86452\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21119\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_41255\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_21959\"][cz_image size=\"thumbnail\" id=\"cz_18679\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_13686\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58715\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_37575\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11717\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_82642\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_88251\"][cz_image size=\"thumbnail\" id=\"cz_81579\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79047\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_59666\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51917\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_38880\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20748\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_44922\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_63049\"][cz_image size=\"thumbnail\" id=\"cz_64998\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_76942\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60798\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_62539\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51005\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_40614\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_26140\"][cz_image size=\"thumbnail\" id=\"cz_76427\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95323\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_29167\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96397\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_61962\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_15619\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_17516\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_92107\"][cz_image size=\"thumbnail\" id=\"cz_26468\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_25085\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94682\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_74073\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51549\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_95289\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_56716\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_39800\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_76868\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_35763\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_88356\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_28785\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-10 18:49:38', '2018-07-10 16:49:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/10/4-revision-v1/', 0, 'revision', '', 0),
(1085, 4, '2018-07-18 07:08:04', '2018-07-18 05:08:04', '<p>[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_34271\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n<p>[/cz_title][cz_gap id=\"cz_89326\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_11577\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_97942\" image=\"1159\"][/vc_column][/vc_row]</p>\r\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-autosave-v1', '', '', '2018-07-18 07:08:04', '2018-07-18 05:08:04', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-autosave-v1/', 0, 'revision', '', 0),
(1086, 4, '2018-07-11 06:52:20', '2018-07-11 04:52:20', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title shape=\"image\" id=\"cz_85208\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\" image=\"931\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_36012\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_42498\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_69446\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\r\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_64636\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\r\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_67064\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\r\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_71169\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_31402\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-11 06:52:20', '2018-07-11 04:52:20', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-revision-v1/', 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
(1087, 4, '2018-07-11 06:52:20', '2018-07-11 04:52:20', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title shape=\"image\" id=\"cz_88447\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\" image=\"931\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_70682\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_53951\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_18147\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\r\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_16044\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\r\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_87216\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\r\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_98752\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_91238\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-11 06:52:20', '2018-07-11 04:52:20', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-revision-v1/', 0, 'revision', '', 0),
(1088, 4, '2018-07-11 06:57:25', '2018-07-11 04:57:25', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_15242\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_13181\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_20290\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_75277\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\r\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_81497\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\r\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_81096\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\r\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_27638\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_61613\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-11 06:57:25', '2018-07-11 04:57:25', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-revision-v1/', 0, 'revision', '', 0),
(1089, 4, '2018-07-11 06:57:25', '2018-07-11 04:57:25', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_82589\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_45580\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_94542\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_88653\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\r\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_13680\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\r\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_50125\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\r\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_94060\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"text-align:center;font-size:24px;color:#ffffff;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_37412\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-11 06:57:25', '2018-07-11 04:57:25', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-revision-v1/', 0, 'revision', '', 0),
(1090, 4, '2018-07-11 06:59:31', '2018-07-11 04:59:31', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_19366\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_42312\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_73928\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_67947\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\r\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_17566\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\r\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_26140\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\r\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_99586\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"font-size:24px;color:#38e7ff;text-align:center;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_74887\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\" cz_button=\"\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-11 06:59:31', '2018-07-11 04:59:31', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-revision-v1/', 0, 'revision', '', 0),
(1091, 4, '2018-07-11 06:59:31', '2018-07-11 04:59:31', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_34934\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_53279\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_60739\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_40953\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\r\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_38867\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\r\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_14718\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\r\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_89397\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"font-size:24px;color:#38e7ff;text-align:center;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_69593\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\" cz_button=\"\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-11 06:59:31', '2018-07-11 04:59:31', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-revision-v1/', 0, 'revision', '', 0),
(1092, 4, '2018-07-11 07:01:10', '2018-07-11 05:01:10', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_45025\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_67506\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_44604\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#38e7ff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_79260\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\r\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#38e7ff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_18653\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\r\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#38e7ff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_93323\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\r\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_87641\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"font-size:24px;color:#38e7ff;text-align:center;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_81750\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-11 07:01:10', '2018-07-11 05:01:10', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-revision-v1/', 0, 'revision', '', 0),
(1093, 4, '2018-07-11 07:01:10', '2018-07-11 05:01:10', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_41962\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_73228\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_22727\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#38e7ff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_20883\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\r\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#38e7ff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_83877\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\r\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#38e7ff;background-color:#282f39;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_52976\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\r\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_17944\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"font-size:24px;color:#38e7ff;text-align:center;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_41290\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-11 07:01:10', '2018-07-11 05:01:10', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-revision-v1/', 0, 'revision', '', 0),
(1094, 4, '2018-07-11 07:06:02', '2018-07-11 05:06:02', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_51138\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_96322\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_61874\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_72053\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\r\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_86789\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\r\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_61214\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\r\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_13964\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"font-size:24px;color:#38e7ff;text-align:center;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_33883\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-11 07:06:02', '2018-07-11 05:06:02', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-revision-v1/', 0, 'revision', '', 0),
(1095, 4, '2018-07-11 07:06:02', '2018-07-11 05:06:02', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_89679\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_45790\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_99973\" sk_input=\"color:#282f39;border-style:solid;border-width:2px;border-color:#282f39;border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_78335\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\r\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_92659\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\r\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_45259\" cz_title=\"\"]\r\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\r\n<span style=\"color: #999999;\">Camino Nuevo de Pincanya 31, Esc. Izq. 2-4, 46014 Valencia, Spain</span>[/cz_title][cz_google_map lat=\"39.455658\" long=\"-0.405082\" zoom=\"15\" marker=\"default\" color=\"custom\" custom_color=\"#282f39\" grayscale=\"yes\" height=\"600\" apikey=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\" id=\"cz_92087\" sk_map=\"height:340px;margin-right:10px;margin-bottom:50px;margin-left:5px;border-style:solid;border-width:2px;border-color:#282f39;\" sk_map_mobile=\"margin-right:0px;margin-left:5px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"font-size:24px;color:#38e7ff;text-align:center;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_65375\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-11 07:06:02', '2018-07-11 05:06:02', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/11/18-revision-v1/', 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
(1101, 4, '2018-07-11 07:31:19', '2018-07-11 05:31:19', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_27217\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_57419\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_48343\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_55426\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48524\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_25838\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_91570\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_43333\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_34920\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_42367\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_54785\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_50037\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_44611\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_71136\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_26393\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_90195\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_80243\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_80428\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_26360\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_62739\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_39105\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_71872\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_73578\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_20081\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_75582\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_67259\"][cz_title css_animation=\"fadeInUp\" id=\"cz_20218\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_41131\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_59222\"][cz_title css_animation=\"fadeInUp\" id=\"cz_49000\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_47342\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_75329\"][cz_title css_animation=\"fadeInUp\" id=\"cz_95309\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_84575\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_30755\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_43833\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_99302\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<h3>Title Element</h3>\r\n[/cz_title][vc_row][/vc_row][vc_column][/vc_column][cz_gap height=\"80px\" id=\"cz_22326\" height_tablet=\"50px\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_76056\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose The Service You Want</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">Our Business Resource Centers <span style=\"color: #38e7ff;\">Increase Engagement</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_34223\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_53582\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_30841\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_73149\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87082\"][/cz_content_box][/vc_column][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90866\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_88432\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_77277\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_71109\"][/cz_content_box][/vc_column][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_68860\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_92527\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_33849\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96855\"][/cz_content_box][/vc_column][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64400\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_96316\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_16936\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_39982\"][/cz_content_box][/vc_column][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_63576\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_26044\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_70003\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_22799\"][/cz_content_box][/vc_column][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_63933\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_17346\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_87017\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_59243\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_90811\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_17773\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_91965\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_90113\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28988\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_68021\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24337\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_71460\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_87752\"][cz_image size=\"thumbnail\" id=\"cz_86376\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58542\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_78619\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74808\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35820\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49729\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_43668\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_28348\"][cz_image size=\"thumbnail\" id=\"cz_72467\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_40524\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81637\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_68784\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46350\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21620\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_32361\"][cz_image size=\"thumbnail\" id=\"cz_61283\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80513\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_44049\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25217\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_86748\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31067\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_73349\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_77559\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_37729\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_65315\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_67673\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_55607\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33337\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_80899\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_27067\"][cz_image size=\"thumbnail\" id=\"cz_21089\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67275\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_74498\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88597\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_42084\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99208\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_38326\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_74641\"][cz_image size=\"thumbnail\" id=\"cz_27557\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_99683\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15166\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_98084\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68468\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_50405\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_19704\"][cz_image size=\"thumbnail\" id=\"cz_89718\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_11689\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_89106\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33768\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_25795\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_75855\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_53724\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_88033\"][cz_image size=\"thumbnail\" id=\"cz_53414\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_80343\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53349\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_21087\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35950\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_75575\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_90876\"][cz_image size=\"thumbnail\" id=\"cz_51906\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85553\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_58152\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26405\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_74151\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89125\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_25614\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_12478\"][cz_image size=\"thumbnail\" id=\"cz_63767\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_42060\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12161\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_67822\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40144\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_69518\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_18228\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_48738\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_59237\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_18806\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_37845\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_81894\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:31:19', '2018-07-11 05:31:19', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1102, 4, '2018-07-11 07:31:19', '2018-07-11 05:31:19', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_33491\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_13700\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_35618\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_21524\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_56004\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_15961\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_63762\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_65981\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40801\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_39337\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_56857\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_81596\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24891\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_15010\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_96890\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_87931\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_93024\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_22504\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_89299\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_56791\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_53454\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_90350\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_24614\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_82487\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59869\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_31732\"][cz_title css_animation=\"fadeInUp\" id=\"cz_31226\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19106\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_39427\"][cz_title css_animation=\"fadeInUp\" id=\"cz_57960\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89889\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61807\"][cz_title css_animation=\"fadeInUp\" id=\"cz_60550\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_25508\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_72221\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"100px\" id=\"cz_16554\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_30359\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<h3>Title Element</h3>\r\n[/cz_title][vc_row][/vc_row][vc_column][/vc_column][cz_gap height=\"80px\" id=\"cz_35984\" height_tablet=\"50px\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_71425\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose The Service You Want</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">Our Business Resource Centers <span style=\"color: #38e7ff;\">Increase Engagement</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_60049\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64211\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_28282\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41646\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_77991\"][/cz_content_box][/vc_column][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_32181\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_38536\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_65923\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_25206\"][/cz_content_box][/vc_column][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_49930\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_55222\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_70886\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_92273\"][/cz_content_box][/vc_column][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_45572\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_84390\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_74761\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94330\"][/cz_content_box][/vc_column][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_16122\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_94876\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13437\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_44439\"][/cz_content_box][/vc_column][vc_column width=\"1/6\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_52837\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_92215\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95135\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13387\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_17724\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_67357\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_18831\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_36973\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92230\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_79145\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85911\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_56441\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_96317\"][cz_image size=\"thumbnail\" id=\"cz_27557\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34433\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_28499\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54983\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_89245\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42594\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_93802\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_44468\"][cz_image size=\"thumbnail\" id=\"cz_13481\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_86075\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78930\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_86760\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60836\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_73261\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_91772\"][cz_image size=\"thumbnail\" id=\"cz_55713\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_75587\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_36211\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97439\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_67803\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31347\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_99716\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_74416\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_87593\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_18547\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11390\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_79824\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86582\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_86190\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_36265\"][cz_image size=\"thumbnail\" id=\"cz_82899\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13748\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_59588\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11398\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_57621\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_48833\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_42882\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_51423\"][cz_image size=\"thumbnail\" id=\"cz_82191\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_45252\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37499\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_61121\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32012\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_87225\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_34383\"][cz_image size=\"thumbnail\" id=\"cz_23785\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42938\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_98859\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48885\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_40378\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66663\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_69122\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_40094\"][cz_image size=\"thumbnail\" id=\"cz_41080\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_56715\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47531\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_41359\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36539\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_34113\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_27550\"][cz_image size=\"thumbnail\" id=\"cz_61694\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17013\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_30187\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21282\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_17301\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76697\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_59005\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_49072\"][cz_image size=\"thumbnail\" id=\"cz_28121\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_41196\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83213\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_54510\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91207\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_15226\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_41735\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_25590\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_27900\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_73563\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_24450\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_65675\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:31:19', '2018-07-11 05:31:19', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1103, 4, '2018-07-11 07:35:22', '2018-07-11 05:35:22', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_60003\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_52924\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_94689\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_73091\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_90745\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_17894\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_93154\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_63380\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59727\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_56228\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_17806\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_15967\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_50519\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_96097\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_89727\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_70617\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_36917\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_54995\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_22746\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_67144\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_20138\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_15154\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_54563\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_76959\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_15441\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_96829\"][cz_title css_animation=\"fadeInUp\" id=\"cz_28054\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_15441\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_69933\"][cz_title css_animation=\"fadeInUp\" id=\"cz_32416\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91394\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_29936\"][cz_title css_animation=\"fadeInUp\" id=\"cz_74229\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_86083\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_91917\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][/vc_column][cz_gap height=\"100px\" id=\"cz_64975\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_92866\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<h3>Title Element</h3>\r\n[/cz_title][vc_row][/vc_row][/vc_row][vc_column][/vc_column][cz_gap height=\"80px\" id=\"cz_85071\" height_tablet=\"50px\"][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_28355\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose The Service You Want</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">Our Business Resource Centers <span style=\"color: #38e7ff;\">Increase Engagement</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_52594\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_41300\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_35051\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57450\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80709\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31148\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_47177\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_51326\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_56955\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_91062\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_62962\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_24100\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_11201\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_67006\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_67553\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_77049\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_71336\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64383\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_93993\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75667\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_34316\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26410\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_67061\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_53142\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89529\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_53144\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_45060\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_54504\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_46011\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30131\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_71749\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87494\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_60321\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_95689\"][cz_image size=\"thumbnail\" id=\"cz_44945\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41030\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_26838\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81012\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_81246\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72683\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_72075\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_44208\"][cz_image size=\"thumbnail\" id=\"cz_85672\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_72165\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11214\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_53226\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49215\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71440\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_17609\"][cz_image size=\"thumbnail\" id=\"cz_43209\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47107\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_40814\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58508\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_14168\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_82846\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_48037\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_56202\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_27906\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_91431\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91102\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_46927\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63180\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_78597\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_96137\"][cz_image size=\"thumbnail\" id=\"cz_58870\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23543\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_37168\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74598\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_93445\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18414\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_47282\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_65520\"][cz_image size=\"thumbnail\" id=\"cz_51511\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_32955\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37685\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_51615\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75070\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_75790\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_23055\"][cz_image size=\"thumbnail\" id=\"cz_81568\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18999\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_59051\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22383\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_66396\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62109\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_94118\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14434\"][cz_image size=\"thumbnail\" id=\"cz_18311\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_22024\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94754\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_98303\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57840\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_57935\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_76901\"][cz_image size=\"thumbnail\" id=\"cz_53978\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16806\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_89333\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80036\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_80294\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_82778\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_87339\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_27576\"][cz_image size=\"thumbnail\" id=\"cz_48299\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_38851\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49420\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_74874\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79355\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_24490\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_50664\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_91299\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_94947\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_58552\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_50351\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_17330\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:35:23', '2018-07-11 05:35:23', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1104, 4, '2018-07-11 07:35:23', '2018-07-11 05:35:23', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_24949\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_12460\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_11448\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_28272\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_19660\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_22362\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_23026\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_17964\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_69092\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_69851\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_83754\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_23071\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_75546\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_73087\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_91996\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_55840\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_55866\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_79335\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_72305\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_93055\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_18187\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_21726\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_67929\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_86431\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_35105\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18594\"][cz_title css_animation=\"fadeInUp\" id=\"cz_77731\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30053\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_66035\"][cz_title css_animation=\"fadeInUp\" id=\"cz_28083\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_36272\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_79873\"][cz_title css_animation=\"fadeInUp\" id=\"cz_29432\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_36610\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_97035\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][/vc_column][cz_gap height=\"100px\" id=\"cz_37982\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_47862\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<h3>Title Element</h3>\r\n[/cz_title][vc_row][/vc_row][/vc_row][vc_column][/vc_column][cz_gap height=\"80px\" id=\"cz_20062\" height_tablet=\"50px\"][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_44835\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose The Service You Want</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">Our Business Resource Centers <span style=\"color: #38e7ff;\">Increase Engagement</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_16954\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_78802\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_28590\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_28914\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_54348\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90567\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_20910\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_99078\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_46433\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_89135\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_71384\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_39489\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96211\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81999\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_96308\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_82643\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_17104\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_14902\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_60374\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36046\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_69826\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_77346\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_61208\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_49700\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_95668\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_86708\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_46736\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_33650\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_34570\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55687\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_67375\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40413\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_34489\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_84854\"][cz_image size=\"thumbnail\" id=\"cz_58217\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77727\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_75421\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68017\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_76805\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21855\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_57153\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_48189\"][cz_image size=\"thumbnail\" id=\"cz_50233\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_53364\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30188\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_46542\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36007\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_36182\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_50333\"][cz_image size=\"thumbnail\" id=\"cz_85271\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61118\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_20160\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62618\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_22326\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58750\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_58286\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_97923\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_94375\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_80826\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32494\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_50062\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48202\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_61797\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_73441\"][cz_image size=\"thumbnail\" id=\"cz_33057\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20014\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_51168\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97367\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_76921\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27973\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_19223\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_34074\"][cz_image size=\"thumbnail\" id=\"cz_65052\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_58346\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76327\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_84130\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93777\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_12335\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_20312\"][cz_image size=\"thumbnail\" id=\"cz_44110\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86496\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_70320\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53159\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_49114\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81535\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_11909\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_96290\"][cz_image size=\"thumbnail\" id=\"cz_79459\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_95174\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77117\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_11953\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45236\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_25319\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_62640\"][cz_image size=\"thumbnail\" id=\"cz_18677\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47266\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_71543\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58735\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_44634\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_48465\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_75597\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_52746\"][cz_image size=\"thumbnail\" id=\"cz_71428\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_40650\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_99981\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_47756\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24780\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_93759\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_48981\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_33982\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_37870\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_35477\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_93191\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_79918\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:35:23', '2018-07-11 05:35:23', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1105, 4, '2018-07-11 07:37:58', '2018-07-11 05:37:58', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_60148\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_73454\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_63783\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_96497\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_88200\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_19674\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_46535\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_70460\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_60023\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_55244\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_82651\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_27544\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_45003\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_71923\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_97694\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_94710\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57952\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_36595\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_66738\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_80928\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_18542\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_79728\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_58828\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_32210\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51689\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_86823\"][cz_title css_animation=\"fadeInUp\" id=\"cz_66978\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_90051\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_30918\"][cz_title css_animation=\"fadeInUp\" id=\"cz_25197\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19812\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_79955\"][cz_title css_animation=\"fadeInUp\" id=\"cz_87541\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_72485\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_76452\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][/vc_column][cz_gap height=\"100px\" id=\"cz_75742\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81049\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<h3>Title Element</h3>\r\n[/cz_title][vc_row][/vc_row][/vc_row][vc_row][vc_column][/vc_column][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_row][vc_column][/vc_column][cz_gap height=\"80px\" id=\"cz_22987\" height_tablet=\"50px\"][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_46202\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_41072\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_67121\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_28854\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57505\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12124\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_89666\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_55200\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95723\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_47619\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_80685\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_62462\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_28548\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_88116\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_42190\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_76265\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_20326\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82768\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_63089\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_76194\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72820\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82896\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90281\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_81522\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_62852\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_77823\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_54008\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_39304\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_53565\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_35057\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51181\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_88657\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65018\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_18302\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_17511\"][cz_image size=\"thumbnail\" id=\"cz_22524\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19316\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_96067\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66613\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_15040\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_43686\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_47298\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_66391\"][cz_image size=\"thumbnail\" id=\"cz_61124\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_35414\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97470\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_37389\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44630\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_80239\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_89367\"][cz_image size=\"thumbnail\" id=\"cz_20824\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53060\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_72264\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99995\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_34583\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35116\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_77818\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_77480\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_63310\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_31383\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12537\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_14492\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20040\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_66445\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_21684\"][cz_image size=\"thumbnail\" id=\"cz_26441\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77858\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_29889\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22508\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_44471\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_33818\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_55084\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_80659\"][cz_image size=\"thumbnail\" id=\"cz_89099\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_16209\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16073\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_86570\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42487\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_49593\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_66809\"][cz_image size=\"thumbnail\" id=\"cz_31855\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_59307\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_19870\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93009\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_59302\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_43342\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_28126\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_37120\"][cz_image size=\"thumbnail\" id=\"cz_20823\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_80325\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57393\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_22250\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83707\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_66323\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_77584\"][cz_image size=\"thumbnail\" id=\"cz_94281\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_81653\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_55443\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24170\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_93051\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88803\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_46878\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_48136\"][cz_image size=\"thumbnail\" id=\"cz_69462\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_35978\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53234\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_74425\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22548\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_84611\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_24018\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_78246\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_16466\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_72214\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_87006\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_98365\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:37:59', '2018-07-11 05:37:59', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1106, 4, '2018-07-11 07:37:59', '2018-07-11 05:37:59', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_31517\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_30349\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_26491\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_57526\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_40061\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_95706\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_14920\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_51201\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_79413\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_70132\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_28785\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_73695\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51786\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_73117\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_86755\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_44838\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_61921\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_33633\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_81863\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_31384\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_58500\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_35098\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_94699\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_69938\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19709\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18717\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48184\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_25065\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_79821\"][cz_title css_animation=\"fadeInUp\" id=\"cz_35191\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_23430\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_11338\"][cz_title css_animation=\"fadeInUp\" id=\"cz_54429\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_38811\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_57754\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][/vc_column][cz_gap height=\"100px\" id=\"cz_83380\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_34517\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<h3>Title Element</h3>\r\n[/cz_title][vc_row][/vc_row][/vc_row][vc_row][vc_column][/vc_column][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_row][vc_column][/vc_column][cz_gap height=\"80px\" id=\"cz_61563\" height_tablet=\"50px\"][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_34581\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_13931\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31696\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_52256\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_76515\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72371\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_25374\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_63270\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_17209\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_76184\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_85793\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_87962\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_96458\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_44294\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23061\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_91157\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_14232\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_31660\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_98764\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_51306\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_45615\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78585\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75386\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_57935\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_78813\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29816\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_85635\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"icon\" shape_icon=\"fa fa-fire\" id=\"cz_36568\" sk_shape=\"color:rgba(56,231,255,0.1);\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_13196\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_20153\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87020\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_36666\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22973\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_18717\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_77811\"][cz_image size=\"thumbnail\" id=\"cz_88378\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79977\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_92075\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51649\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_86076\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68259\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_37442\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_74039\"][cz_image size=\"thumbnail\" id=\"cz_64718\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_70626\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85990\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_55875\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73748\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17650\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_54640\"][cz_image size=\"thumbnail\" id=\"cz_25054\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52154\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_33226\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89330\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_98978\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12040\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_19146\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_84613\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_37497\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_21231\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93656\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_24518\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46787\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_16629\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_32124\"][cz_image size=\"thumbnail\" id=\"cz_24599\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_93897\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_12102\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16674\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_45546\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87067\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_73823\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_71877\"][cz_image size=\"thumbnail\" id=\"cz_61107\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_38542\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42504\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_47097\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83307\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_16252\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_53636\"][cz_image size=\"thumbnail\" id=\"cz_37947\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30196\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_94680\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60062\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_19527\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93658\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_60991\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_27562\"][cz_image size=\"thumbnail\" id=\"cz_78272\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_87377\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37683\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_71928\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11896\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_73360\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_77447\"][cz_image size=\"thumbnail\" id=\"cz_32909\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86848\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_71344\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33900\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_92412\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_16890\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_20968\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_66236\"][cz_image size=\"thumbnail\" id=\"cz_77657\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_70964\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93667\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_20162\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18062\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_76974\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_25303\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_60587\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_14921\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_44389\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_55268\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_63873\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:37:59', '2018-07-11 05:37:59', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1107, 4, '2018-07-11 07:43:22', '2018-07-11 05:43:22', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_39273\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_88088\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_77074\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_15539\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_30907\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_66591\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_98727\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_81010\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58446\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_38804\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_66219\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_80162\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58479\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_93543\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_77919\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_79606\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_44122\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_45779\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_14924\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_75974\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_42525\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_48066\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_96386\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_72932\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_34246\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91043\"][cz_title css_animation=\"fadeInUp\" id=\"cz_27898\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22953\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_23319\"][cz_title css_animation=\"fadeInUp\" id=\"cz_26626\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50052\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_51482\"][cz_title css_animation=\"fadeInUp\" id=\"cz_14715\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_27126\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_55911\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_column][/vc_column][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_34511\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_82606\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54638\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_15521\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41053\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82332\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_70629\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_21215\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_40811\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64173\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_88024\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_20418\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97184\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_33803\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_24231\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_73159\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_65217\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_61187\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_69545\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_38150\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_84322\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_60588\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54937\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_96165\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72797\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_70453\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_46217\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_24279\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_74057\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_62232\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69080\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_97457\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44839\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_23718\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_12979\"][cz_image size=\"thumbnail\" id=\"cz_74781\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94939\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_72497\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84886\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35751\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36671\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_72910\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_45058\"][cz_image size=\"thumbnail\" id=\"cz_33856\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_95603\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58179\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_95904\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60821\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_19366\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_65449\"][cz_image size=\"thumbnail\" id=\"cz_87860\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92578\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_26037\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42798\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_88743\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87723\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_13251\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_34961\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_12003\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_76197\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86083\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_69972\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73655\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_30922\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_82580\"][cz_image size=\"thumbnail\" id=\"cz_75523\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94593\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_77519\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48021\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_79479\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13270\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_73581\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_52390\"][cz_image size=\"thumbnail\" id=\"cz_47218\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_96326\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47993\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_94287\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92231\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_97704\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_13654\"][cz_image size=\"thumbnail\" id=\"cz_57680\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85564\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_95121\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72607\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_28362\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83865\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_60331\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_30503\"][cz_image size=\"thumbnail\" id=\"cz_18826\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_61223\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95590\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_93799\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31196\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_69245\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_24721\"][cz_image size=\"thumbnail\" id=\"cz_13776\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44769\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_19315\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80184\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_81679\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87684\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_82344\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_55261\"][cz_image size=\"thumbnail\" id=\"cz_40075\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_29563\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51588\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_76958\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23850\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_43819\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_74662\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_26394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_90389\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_60226\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_21515\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_62996\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:43:22', '2018-07-11 05:43:22', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1108, 4, '2018-07-11 07:43:23', '2018-07-11 05:43:23', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_77478\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_94270\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_23327\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_96870\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13097\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_73440\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_92460\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_95785\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_93525\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_61706\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_20507\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_96190\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_95365\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_28711\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_76375\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_77045\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_16396\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_58720\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_32307\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_45360\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_77172\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_72784\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_22318\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_89912\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_16604\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_85869\"][cz_title css_animation=\"fadeInUp\" id=\"cz_16306\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_95882\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46096\"][cz_title css_animation=\"fadeInUp\" id=\"cz_26711\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_58878\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_23574\"][cz_title css_animation=\"fadeInUp\" id=\"cz_20982\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_71095\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_20445\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_column][/vc_column][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_22968\" sk_shape=\"color:rgba(56,231,255,0.1);\" cz_title=\"\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_44535\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_12906\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_18753\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38060\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63502\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28149\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_34250\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_58867\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_45750\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_99515\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_35912\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_51035\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_58235\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57108\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_85284\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_35408\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29893\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96492\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_25321\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_35386\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82361\"][/cz_content_box][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_30517\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_31269\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_28458\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_46117\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_79036\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_40921\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_55988\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_50131\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50256\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_67846\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83556\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_52051\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_75489\"][cz_image size=\"thumbnail\" id=\"cz_21616\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_15553\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_92528\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44756\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63309\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_38278\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_44271\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_88111\"][cz_image size=\"thumbnail\" id=\"cz_78203\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_91396\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45220\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_63488\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26804\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_64002\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_59980\"][cz_image size=\"thumbnail\" id=\"cz_41014\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88278\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_42342\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60420\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_19547\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59689\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_95427\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_87472\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_89500\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_51416\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37604\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_39756\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19263\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_21160\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_80697\"][cz_image size=\"thumbnail\" id=\"cz_83641\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31666\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_85139\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76169\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_65311\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_48449\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_14447\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_98472\"][cz_image size=\"thumbnail\" id=\"cz_36560\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_81540\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89868\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_70670\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45028\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_16672\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_34672\"][cz_image size=\"thumbnail\" id=\"cz_93898\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46576\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_22950\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36240\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_95886\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31387\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_84819\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_91314\"][cz_image size=\"thumbnail\" id=\"cz_18860\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_74320\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42731\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_45354\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14077\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_50883\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_55404\"][cz_image size=\"thumbnail\" id=\"cz_83663\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34524\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_75959\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68802\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_99582\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41270\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_17251\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14030\"][cz_image size=\"thumbnail\" id=\"cz_39743\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_42701\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84459\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_29611\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13372\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_29487\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_35173\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_36933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_23385\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_70639\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_48773\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_48515\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:43:23', '2018-07-11 05:43:23', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1109, 4, '2018-07-11 07:45:38', '2018-07-11 05:45:38', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_90518\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_12368\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_50081\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_86487\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_98153\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_32969\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_80879\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_99442\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_50879\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_26785\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_99638\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_15173\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85270\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_19199\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_62641\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_64344\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94213\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_50730\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_87282\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_39214\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_68122\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_22194\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_68932\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_78774\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22222\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_42151\"][cz_title css_animation=\"fadeInUp\" id=\"cz_94730\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17744\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46944\"][cz_title css_animation=\"fadeInUp\" id=\"cz_64531\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_62335\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_37463\"][cz_title css_animation=\"fadeInUp\" id=\"cz_65788\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_12416\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_23950\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_column][/vc_column][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_63942\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_34275\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_93719\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_63385\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_74044\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20504\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_63023\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_78106\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94663\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_71111\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_40747\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_59007\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_65325\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80367\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_46290\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_93429\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_48489\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_57373\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62361\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_27264\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_68485\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_93402\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_21994\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_75119\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_40346\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_75415\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_37454\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_66698\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_41204\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_38760\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79538\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_94036\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61925\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_73257\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_57421\"][cz_image size=\"thumbnail\" id=\"cz_35969\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82650\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_20444\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14075\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_77314\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80445\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_43711\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_36322\"][cz_image size=\"thumbnail\" id=\"cz_45771\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_24079\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71501\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_39200\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61457\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_28875\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_90450\"][cz_image size=\"thumbnail\" id=\"cz_77610\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86249\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_83852\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88494\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_61369\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24199\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_63909\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_87712\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_79786\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_94002\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26473\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_59325\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88038\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_77287\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_32582\"][cz_image size=\"thumbnail\" id=\"cz_45459\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13256\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_15233\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54793\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_16220\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81436\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_35238\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_48821\"][cz_image size=\"thumbnail\" id=\"cz_17758\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_69898\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61790\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_78149\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97988\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_23247\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_95913\"][cz_image size=\"thumbnail\" id=\"cz_88438\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89747\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_82163\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72291\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_78241\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_43532\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_85379\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_42150\"][cz_image size=\"thumbnail\" id=\"cz_31245\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_65166\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_36153\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_46607\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24491\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_24191\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_23894\"][cz_image size=\"thumbnail\" id=\"cz_45962\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58539\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_26040\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50084\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_13333\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31150\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_31521\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_37461\"][cz_image size=\"thumbnail\" id=\"cz_68861\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_38169\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96248\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_30651\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16318\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_94237\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_42788\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_12232\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_82675\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_32535\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_83284\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_54967\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:45:38', '2018-07-11 05:45:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1110, 4, '2018-07-11 07:45:38', '2018-07-11 05:45:38', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_99666\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_26816\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_40346\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_41816\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_46951\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_94401\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_66858\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_82447\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_18892\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_79939\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_95231\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_53744\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_38479\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_21272\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_92718\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_40701\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_41311\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_24239\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_67051\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_99062\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_51297\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_63300\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_29713\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_56505\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_57537\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61391\"][cz_title css_animation=\"fadeInUp\" id=\"cz_57626\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_40213\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82816\"][cz_title css_animation=\"fadeInUp\" id=\"cz_40911\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84069\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82482\"][cz_title css_animation=\"fadeInUp\" id=\"cz_56617\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_24416\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_24299\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_column][/vc_column][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_92457\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_18817\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_80047\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_74905\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_26599\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_59986\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_70136\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_69233\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_87354\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80297\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_61951\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_28056\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21609\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_75080\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83997\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_20671\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_26378\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_47297\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_39274\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_71772\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_93724\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89554\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29399\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"622\" id=\"cz_33938\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72370\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_59199\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_18007\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_54853\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_15816\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_31313\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68041\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_97163\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39020\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_48088\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_72068\"][cz_image size=\"thumbnail\" id=\"cz_54508\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96964\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_42205\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23742\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_84319\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22503\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_74582\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_12375\"][cz_image size=\"thumbnail\" id=\"cz_33001\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_49662\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85261\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_42562\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64930\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_32559\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_70725\"][cz_image size=\"thumbnail\" id=\"cz_36702\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26284\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_60280\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54991\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_49111\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_32651\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_14190\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_56008\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_76393\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_18896\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76210\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_44434\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16059\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_15230\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_81411\"][cz_image size=\"thumbnail\" id=\"cz_77017\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58628\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_78375\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19222\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_71259\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62694\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_30614\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_45841\"][cz_image size=\"thumbnail\" id=\"cz_63959\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_52505\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84393\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_49221\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83956\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_49323\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_70669\"][cz_image size=\"thumbnail\" id=\"cz_54681\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74915\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_85842\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14962\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_29906\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34954\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_36502\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_32986\"][cz_image size=\"thumbnail\" id=\"cz_79851\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_12895\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40772\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_56061\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46218\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_45721\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_60181\"][cz_image size=\"thumbnail\" id=\"cz_27630\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22738\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_18809\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94895\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_30850\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78957\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_57590\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_50353\"][cz_image size=\"thumbnail\" id=\"cz_24799\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_21549\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91747\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_98081\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59660\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_75703\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_47405\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_30330\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_30385\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_22320\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_16173\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_34236\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:45:38', '2018-07-11 05:45:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1111, 4, '2018-07-11 07:51:40', '2018-07-11 05:51:40', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_97032\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_63122\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_57023\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_38146\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_20777\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_62192\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_27909\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_35818\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_18000\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_18372\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_85342\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_31242\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_12184\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_78408\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_39341\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_23655\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_88935\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_51090\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_68282\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_20729\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_99020\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_37419\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_51884\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_78546\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_53857\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22230\"][cz_title css_animation=\"fadeInUp\" id=\"cz_64442\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_55481\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22166\"][cz_title css_animation=\"fadeInUp\" id=\"cz_71977\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_26142\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19198\"][cz_title css_animation=\"fadeInUp\" id=\"cz_35100\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_72054\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_46234\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_column][/vc_column][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_44766\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_34246\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_63032\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_69474\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41136\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_70294\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54816\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_61268\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71368\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_33225\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_89499\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_83912\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22161\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_40590\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_52195\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_31779\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_39610\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78503\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72552\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_18156\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_32361\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_83672\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_71488\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_76731\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94727\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_43466\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_91762\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_13926\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_67455\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_63817\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49049\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_12222\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86953\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_12081\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_70586\"][cz_image size=\"thumbnail\" id=\"cz_28090\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71265\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_25403\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78248\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_42633\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47517\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_67747\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_26546\"][cz_image size=\"thumbnail\" id=\"cz_58568\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_97226\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_67630\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_79236\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36837\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_46134\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_51788\"][cz_image size=\"thumbnail\" id=\"cz_43883\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67384\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_35461\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15371\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_44116\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30188\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_47727\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_35879\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_33003\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_15183\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_88585\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_70941\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16295\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_75539\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_71912\"][cz_image size=\"thumbnail\" id=\"cz_75770\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92518\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_43178\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90062\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_70766\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74700\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_37580\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_38513\"][cz_image size=\"thumbnail\" id=\"cz_90136\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_85037\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35740\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_57767\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64274\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_61466\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_92790\"][cz_image size=\"thumbnail\" id=\"cz_16062\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94238\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_60174\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40413\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_98499\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93180\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_59490\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_46227\"][cz_image size=\"thumbnail\" id=\"cz_29059\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_81383\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50299\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_17645\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52325\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_55483\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_82073\"][cz_image size=\"thumbnail\" id=\"cz_24238\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31254\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_74591\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56305\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_21316\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45358\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_31006\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_47786\"][cz_image size=\"thumbnail\" id=\"cz_72761\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_21142\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32823\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_97390\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67799\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_85987\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_58857\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_60589\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_90938\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_53096\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_20764\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_31352\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:51:40', '2018-07-11 05:51:40', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1112, 4, '2018-07-11 07:51:40', '2018-07-11 05:51:40', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_51595\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_13944\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_79731\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_86712\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_31893\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_61115\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_37011\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_38427\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_13440\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_81384\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_20500\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_26567\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_12638\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_83981\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_71762\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_22844\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_29339\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_91657\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_59519\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_90989\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_12800\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_81232\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_88379\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_69488\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67219\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_47237\"][cz_title css_animation=\"fadeInUp\" id=\"cz_30077\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_58158\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_89222\"][cz_title css_animation=\"fadeInUp\" id=\"cz_39731\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_78399\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_40818\"][cz_title css_animation=\"fadeInUp\" id=\"cz_42565\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_58131\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_27530\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_column][/vc_column][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_63347\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_19247\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_53431\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_90664\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21577\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_34816\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_11164\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_37034\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36343\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_84034\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_97685\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_48077\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13374\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89342\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96486\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_93252\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_91031\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_77719\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81632\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_60519\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_44939\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_28869\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79486\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_91986\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_18091\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_19218\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_70386\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_47798\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_50673\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_28518\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64218\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_14021\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36655\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_17649\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_93574\"][cz_image size=\"thumbnail\" id=\"cz_47121\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41354\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_93628\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73044\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_66587\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77663\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_70729\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_14665\"][cz_image size=\"thumbnail\" id=\"cz_79926\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_60072\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11151\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_73178\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51103\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_77759\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_54810\"][cz_image size=\"thumbnail\" id=\"cz_11623\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22699\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_72568\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79999\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_14686\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79549\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_88106\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_73961\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_27348\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_38779\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91369\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_80455\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41689\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_28024\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_86994\"][cz_image size=\"thumbnail\" id=\"cz_35263\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64035\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_28349\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28892\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_37079\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83825\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_95444\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_96698\"][cz_image size=\"thumbnail\" id=\"cz_87380\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_75370\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56770\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_87420\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48548\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_96762\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_65180\"][cz_image size=\"thumbnail\" id=\"cz_92248\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97275\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_76768\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64816\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_77274\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80343\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_44366\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_65380\"][cz_image size=\"thumbnail\" id=\"cz_54305\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_60603\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93049\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_45675\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41058\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_34738\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_62589\"][cz_image size=\"thumbnail\" id=\"cz_28053\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58891\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_26624\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45291\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_76672\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_52593\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_29116\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_72116\"][cz_image size=\"thumbnail\" id=\"cz_49291\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_16496\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47487\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_94950\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92806\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_84924\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_91713\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_57987\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_77172\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_88988\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_34755\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_41989\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:51:40', '2018-07-11 05:51:40', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1113, 4, '2018-07-11 07:52:24', '2018-07-11 05:52:24', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_40919\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_94941\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_81551\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_97521\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_40029\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_83025\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_51676\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_97763\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_82916\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_82368\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_93647\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_65674\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24728\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_18728\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_70221\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_49846\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_91512\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_53685\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_75821\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_57648\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_57514\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_25403\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81947\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_66787\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_34258\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81990\"][cz_title css_animation=\"fadeInUp\" id=\"cz_36717\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28479\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_36236\"][cz_title css_animation=\"fadeInUp\" id=\"cz_19260\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_54167\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_66045\"][cz_title css_animation=\"fadeInUp\" id=\"cz_14202\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_35719\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_63566\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_column][/vc_column][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_43120\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_18744\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_15243\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_40883\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90549\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_86500\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34531\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_56224\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11228\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_42148\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26446\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_49964\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_33660\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_69020\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_25786\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_80198\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_26534\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_40078\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62145\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_82210\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_63225\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_44136\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18927\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_80594\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_69262\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_27077\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_34761\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_35307\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_30168\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_59370\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87763\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_62178\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67004\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_91895\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_91951\"][cz_image size=\"thumbnail\" id=\"cz_57553\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78396\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_26482\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13778\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_78514\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57519\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_29113\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_28478\"][cz_image size=\"thumbnail\" id=\"cz_80068\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_87022\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43153\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_60267\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13556\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_72120\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_22413\"][cz_image size=\"thumbnail\" id=\"cz_84656\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35346\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_55438\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92473\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_15940\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24700\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_19550\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_39591\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_48896\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_38608\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87850\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_36660\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89675\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_54854\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_28555\"][cz_image size=\"thumbnail\" id=\"cz_81626\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12408\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_95841\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96997\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_15076\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74355\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_54517\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_33078\"][cz_image size=\"thumbnail\" id=\"cz_91722\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_34586\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_20101\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_34876\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83742\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_22546\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_95886\"][cz_image size=\"thumbnail\" id=\"cz_95044\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96092\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_31233\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50482\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_88565\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36063\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_64072\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_97005\"][cz_image size=\"thumbnail\" id=\"cz_64543\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_12968\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35613\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_52394\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38518\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_25289\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_96138\"][cz_image size=\"thumbnail\" id=\"cz_55963\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95805\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_97436\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51804\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_92802\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12512\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_26159\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_47320\"][cz_image size=\"thumbnail\" id=\"cz_34480\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_17882\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70795\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_43470\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41648\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_54537\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_54906\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_37534\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_49582\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_50998\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_57656\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_88953\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:52:24', '2018-07-11 05:52:24', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1114, 4, '2018-07-11 07:52:24', '2018-07-11 05:52:24', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_39564\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_82609\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_53025\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_36570\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_47153\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_54883\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_61073\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_88436\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_82291\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_75251\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_84575\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_38254\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71056\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_82011\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_78947\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_63859\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_83413\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_93995\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_11179\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_17893\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_11878\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_70863\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_50253\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_42415\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_25401\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_94049\"][cz_title css_animation=\"fadeInUp\" id=\"cz_68838\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_63872\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_45047\"][cz_title css_animation=\"fadeInUp\" id=\"cz_26495\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_52826\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_73501\"][cz_title css_animation=\"fadeInUp\" id=\"cz_97993\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_94741\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_98960\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_column][/vc_column][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_45147\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_49625\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_60034\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_33584\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_31916\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_35285\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18159\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_59059\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95231\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89060\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_38006\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_59090\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72474\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_32002\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_59159\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_79257\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_32769\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_30022\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29510\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_64073\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_44313\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23559\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_32912\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_97074\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57496\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<ul>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\r\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\r\n</ul>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_48296\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_49900\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_30998\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_46290\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_44641\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29959\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_80326\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83155\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_78882\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_13910\"][cz_image size=\"thumbnail\" id=\"cz_15072\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14168\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" css_animation=\"none\" id=\"cz_20959\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63020\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_98288\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98909\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_89915\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_57379\"][cz_image size=\"thumbnail\" id=\"cz_71383\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_21917\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16538\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_50640\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43576\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35450\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_69040\"][cz_image size=\"thumbnail\" id=\"cz_96538\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68652\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_81489\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29450\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_65727\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_38985\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_66636\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_15627\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_58873\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_12927\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49158\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_77721\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82143\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_32314\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_56604\"][cz_image size=\"thumbnail\" id=\"cz_84942\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36275\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_59661\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94791\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_88184\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57950\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_93700\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_78100\"][cz_image size=\"thumbnail\" id=\"cz_15329\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_65084\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_88907\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_20757\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15724\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_32483\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_45096\"][cz_image size=\"thumbnail\" id=\"cz_73654\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29022\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_13749\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55143\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_47362\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68365\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_83018\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_13998\"][cz_image size=\"thumbnail\" id=\"cz_72882\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_41891\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15815\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_22041\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19613\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_86847\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_43244\"][cz_image size=\"thumbnail\" id=\"cz_65106\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71790\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_left_hover\" id=\"cz_68409\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24767\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_66581\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56594\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_71607\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_60282\"][cz_image size=\"thumbnail\" id=\"cz_34694\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_75825\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25366\"][cz_content_box type=\"1\" fx_hover=\"fx_grow_rotate_right_hover\" id=\"cz_23602\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85472\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_29980\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_44975\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_30568\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_92523\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_62886\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_33207\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_47666\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-11 07:52:24', '2018-07-11 05:52:24', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/11/4-revision-v1/', 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
(1115, 4, '2018-07-11 07:58:00', '2018-07-11 05:58:00', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_18676\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_79796\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_43150\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_93194\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_26995\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_66123\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_96641\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_18827\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_53368\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_70756\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_84184\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_71417\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_18656\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_50136\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_75346\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_61190\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_90096\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_99944\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_65884\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_40987\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-11 07:58:00', '2018-07-11 05:58:00', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/11/989-revision-v1/', 0, 'revision', '', 0),
(1116, 4, '2018-07-11 07:58:00', '2018-07-11 05:58:00', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_15242\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_36504\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_40879\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_65068\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_89944\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_31448\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_63758\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_64375\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_68686\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_55944\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_11866\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_76252\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_35741\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_43905\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_69447\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_51626\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_98918\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_66088\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_59342\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 7em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_52286\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-11 07:58:00', '2018-07-11 05:58:00', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/11/989-revision-v1/', 0, 'revision', '', 0),
(1117, 4, '2018-07-11 08:14:32', '2018-07-11 06:14:32', '465465465465464546', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2018-07-11 08:14:32', '2018-07-11 06:14:32', '', 1, 'http://ensabs.eu/idams/index.php/2018/07/11/1-revision-v1/', 0, 'revision', '', 0),
(1119, 4, '2018-07-16 17:02:27', '2018-07-16 15:02:27', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_60547\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\n[/cz_title][cz_gap id=\"cz_92705\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_40176\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_44519\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_38011\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_71242\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">España &amp; Ecuador</span>[/cz_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"font-size:24px;color:#38e7ff;text-align:center;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_82151\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-16 17:02:27', '2018-07-16 15:02:27', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/16/18-revision-v1/', 0, 'revision', '', 0),
(1120, 4, '2018-07-16 17:02:27', '2018-07-16 15:02:27', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_46722\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\n[/cz_title][cz_gap id=\"cz_36999\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_97198\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_36817\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_46023\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_41592\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">España &amp; Ecuador</span>[/cz_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"no_padding\"][vc_column css_animation=\"fadeIn\"][cz_button title=\"CONTACT US info@ensabs.eu\" btn_position=\"cz_btn_block\" btn_effect=\"cz_btn_zoom_in\" link=\"url:%23|||\" icon=\"fa fa-envelope\" sk_button=\"font-size:24px;color:#38e7ff;text-align:center;letter-spacing:1px;background-color:#282f39;padding-top:30px;padding-bottom:30px;\" sk_hover=\"color:#ffffff;letter-spacing:5px;background-color:rgba(40,47,57,0.85);\" sk_icon=\"color:#282f39;background-color:#ffffff;padding:10px 13px 10px 12px;margin-right:15px;border-radius:100px;\" id=\"cz_60177\" sk_button_tablet=\"font-size:18px;letter-spacing:0px;\" sk_button_mobile=\"font-size:14px;letter-spacing:0px;\" sk_hover_tablet=\"letter-spacing:2px;\" sk_hover_mobile=\"letter-spacing:0px;\" sk_icon_mobile=\"margin-bottom:10px;\"][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-16 17:02:27', '2018-07-16 15:02:27', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/16/18-revision-v1/', 0, 'revision', '', 0),
(1121, 4, '2018-07-16 17:02:44', '2018-07-16 15:02:44', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_40357\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\n[/cz_title][cz_gap id=\"cz_70289\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_11952\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_83286\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_70663\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_59795\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">España &amp; Ecuador</span>[/cz_title][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-16 17:02:44', '2018-07-16 15:02:44', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/16/18-revision-v1/', 0, 'revision', '', 0),
(1122, 4, '2018-07-16 17:02:44', '2018-07-16 15:02:44', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_19384\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\n[/cz_title][cz_gap id=\"cz_96295\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_21519\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_38247\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_72074\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_80083\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">España &amp; Ecuador</span>[/cz_title][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-16 17:02:44', '2018-07-16 15:02:44', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/16/18-revision-v1/', 0, 'revision', '', 0),
(1123, 4, '2018-07-16 17:03:48', '2018-07-16 15:03:48', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_83487\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\n[/cz_title][cz_gap id=\"cz_76706\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_12580\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_11562\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_92440\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_85692\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">España &amp; Ecuador</span>[/cz_title][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-16 17:03:48', '2018-07-16 15:03:48', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/16/18-revision-v1/', 0, 'revision', '', 0),
(1124, 4, '2018-07-16 17:03:48', '2018-07-16 15:03:48', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_74702\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\n[/cz_title][cz_gap id=\"cz_69522\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_84456\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title icon_before_type=\"icon\" css_animation=\"none\" icon=\"fa fa-volume-control-phone\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_27377\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Phone</span></h3>\n<span style=\"color: #999999;\">+34 961475334</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-envelope-o\" sk_overall=\"margin-bottom:18px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;border-radius:0px;\" id=\"cz_46818\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Support</span></h3>\n<span style=\"color: #999999;\">info@idams.eu</span>[/cz_title][cz_title icon_before_type=\"icon\" icon=\"fa fa-map-marker\" sk_overall=\"margin-bottom:30px;\" sk_icon_before=\"font-size:24px;color:#ffffff;background-color:#38e7ff;margin-top:6px;margin-right:12px;margin-left:0px;\" id=\"cz_68040\" cz_title=\"\"]\n<h3><span style=\"font-weight: 200; color: #282f39;\">Address</span></h3>\n<span style=\"color: #999999;\">España &amp; Ecuador</span>[/cz_title][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-16 17:03:48', '2018-07-16 15:03:48', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/16/18-revision-v1/', 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
(1125, 4, '2018-07-16 17:55:44', '2018-07-16 15:55:44', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_52882\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_16817\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_90308\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_72653\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_84126\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_28657\"]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_43810\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_54901\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_70845\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_23428\"]\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_64956\"]\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_74916\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_78977\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_27991\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_44352\"]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_53282\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_52897\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_66510\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_33439\"]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_24593\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_62950\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_73293\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95320\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_45007\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_96779\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_55966\"][cz_title css_animation=\"fadeInUp\" id=\"cz_79384\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_96120\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52176\"][cz_title css_animation=\"fadeInUp\" id=\"cz_53260\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56340\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93947\"][cz_title css_animation=\"fadeInUp\" id=\"cz_58966\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_46649\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_66601\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_column][/vc_column][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_43092\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_64195\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_99301\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_86883\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_35041\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_22729\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_51839\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_98846\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90596\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68719\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_43199\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_43879\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21617\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_98598\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66207\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_35099\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_61548\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_39500\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_30420\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_95444\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36279\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_75276\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_74829\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_32400\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_27452\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_28089\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_77630\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_21400\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_75945\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_24279\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76890\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19038\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77364\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_76192\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_94810\"][cz_image size=\"thumbnail\" id=\"cz_12405\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87810\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_46649\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11252\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_78407\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_15368\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_43340\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_22286\"][cz_image size=\"thumbnail\" id=\"cz_25874\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_41938\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77382\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_49863\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92375\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16882\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_69173\"][cz_image size=\"thumbnail\" id=\"cz_87820\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42051\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44449\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62650\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63340\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60791\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_79629\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_40970\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_71080\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_55574\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54139\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_47971\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63501\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_31503\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_24163\"][cz_image size=\"thumbnail\" id=\"cz_58311\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32797\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11974\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93849\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_32938\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79270\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_98107\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_65168\"][cz_image size=\"thumbnail\" id=\"cz_90446\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_23982\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95995\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67828\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62735\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_88371\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_73600\"][cz_image size=\"thumbnail\" id=\"cz_31908\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76192\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15651\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65247\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_38842\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67881\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_26038\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_18471\"][cz_image size=\"thumbnail\" id=\"cz_97741\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_86007\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62934\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51880\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33979\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_26436\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_72272\"][cz_image size=\"thumbnail\" id=\"cz_47032\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73636\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_93959\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47895\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_67486\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26898\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_27166\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_65593\"][cz_image size=\"thumbnail\" id=\"cz_80955\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_17612\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78465\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76950\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74329\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_41200\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_65321\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_47929\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_61997\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_41514\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_52470\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_27244\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-16 17:55:44', '2018-07-16 15:55:44', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/16/4-revision-v1/', 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
(1126, 4, '2018-07-16 17:55:44', '2018-07-16 15:55:44', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_69245\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_20352\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_42172\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_76606\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_18093\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_28180\"]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_39541\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_58862\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51048\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_54866\"]\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_31135\"]\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_86969\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28502\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_25094\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_34865\"]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_84877\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40882\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_50920\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_50471\"]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_21837\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_57422\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_28937\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_87676\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_31751\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59026\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52998\"][cz_title css_animation=\"fadeInUp\" id=\"cz_68570\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_21023\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83401\"][cz_title css_animation=\"fadeInUp\" id=\"cz_21041\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37157\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52647\"][cz_title css_animation=\"fadeInUp\" id=\"cz_30282\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_68219\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_29253\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_column][/vc_column][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_37264\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different modules can be <span style=\"color: #38e7ff;\">added</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_85288\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57683\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_85016\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36336\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12549\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_16151\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_23305\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_29941\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_30135\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_47059\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_14819\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59906\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_86869\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54180\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_70633\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_44291\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72006\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_58309\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_64932\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_31032\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_11308\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_33503\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_40945\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_83599\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\n[/cz_title][vc_column_text]\n<ul>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></li>\n 	<li style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></li>\n</ul>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_43433\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_66992\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_36246\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_62604\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_35211\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54388\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_88758\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20499\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_12072\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_73774\"][cz_image size=\"thumbnail\" id=\"cz_45725\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13511\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_78815\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57919\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_32341\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97839\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_93868\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_36049\"][cz_image size=\"thumbnail\" id=\"cz_57746\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_80738\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79118\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28379\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25030\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_51124\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_75578\"][cz_image size=\"thumbnail\" id=\"cz_78851\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71046\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75776\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12354\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_11991\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59375\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_44677\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_67872\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_84510\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_96171\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91973\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38899\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84929\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_12472\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_39861\"][cz_image size=\"thumbnail\" id=\"cz_58703\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47086\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42261\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37519\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_93895\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_63491\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_35359\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_87764\"][cz_image size=\"thumbnail\" id=\"cz_88430\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_81994\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68503\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67549\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99263\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_82422\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_18674\"][cz_image size=\"thumbnail\" id=\"cz_74842\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61273\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78609\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50618\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_62517\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79490\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_98882\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_96083\"][cz_image size=\"thumbnail\" id=\"cz_47363\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_83393\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92255\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39336\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22292\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_77184\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_40698\"][cz_image size=\"thumbnail\" id=\"cz_51043\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35888\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76674\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82193\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_62296\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_70570\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_45685\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_86544\"][cz_image size=\"thumbnail\" id=\"cz_58335\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_34116\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68539\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26838\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90554\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_67803\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_98149\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_98117\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_42645\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_59423\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_76727\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_82152\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-16 17:55:44', '2018-07-16 15:55:44', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/16/4-revision-v1/', 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
(1144, 4, '2018-07-17 15:18:42', '2018-07-17 13:18:42', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_12258\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_84477\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_73477\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_98661\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_82204\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_32914\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_17950\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_91574\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67023\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_29508\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_65483\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_22101\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67816\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_79803\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_91133\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_63390\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_16769\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_26144\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_72080\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_93241\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_62553\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_40426\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_21447\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_19014\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_15365\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_39918\"][cz_title css_animation=\"fadeInUp\" id=\"cz_68308\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_68569\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_56619\"][cz_title css_animation=\"fadeInUp\" id=\"cz_22474\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_45210\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_57767\"][cz_title css_animation=\"fadeInUp\" id=\"cz_95841\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_18688\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_56429\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_78045\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_40492\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_63269\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_69620\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_96404\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_81667\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35103\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_18506\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_49484\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\">Sales</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_14907\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_98528\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_12874\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_20565\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\"> CRM</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_24673\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_73843\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_13807\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_76115\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_14270\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\">Sales</span>\r\n\r\n<span style=\"color: #999999;\"> CRM</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_24143\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84018\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_18525\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_52951\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\">Sales</span>\r\n\r\n<span style=\"color: #999999;\"> CRM </span>\r\n\r\n<span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_52327\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75984\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_98460\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_63691\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\">Sales</span>\r\n\r\n<span style=\"color: #999999;\"> CRM </span>\r\n\r\n<span style=\"color: #999999;\">Accounting (All Levels)</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_21194\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_56228\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_59532\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_28772\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_12657\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37578\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_58153\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64815\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_96087\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_54558\"][cz_image size=\"thumbnail\" id=\"cz_46483\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31191\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_61954\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84856\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_34987\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60482\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_86619\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_44442\"][cz_image size=\"thumbnail\" id=\"cz_74044\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_60463\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47138\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_50160\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63623\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_60171\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_34179\"][cz_image size=\"thumbnail\" id=\"cz_71038\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13122\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75396\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47022\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_11583\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39087\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_57106\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_56700\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_87509\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_74767\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58246\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25087\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32921\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_23062\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_21175\"][cz_image size=\"thumbnail\" id=\"cz_76369\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58435\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41255\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38323\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_43291\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65132\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_87695\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_29911\"][cz_image size=\"thumbnail\" id=\"cz_98464\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_61740\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79264\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45602\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11901\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_42887\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_94662\"][cz_image size=\"thumbnail\" id=\"cz_34970\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13925\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96674\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99255\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_49836\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97147\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_38343\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_95832\"][cz_image size=\"thumbnail\" id=\"cz_53847\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_25852\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70599\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_12094\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39829\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_92410\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_24046\"][cz_image size=\"thumbnail\" id=\"cz_49893\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68780\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71370\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80038\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_95992\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14661\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_45170\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_83687\"][cz_image size=\"thumbnail\" id=\"cz_33461\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_43634\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45428\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_12726\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78126\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_46218\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_44502\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_72789\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_70077\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_47317\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_69463\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_69333\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-17 15:18:42', '2018-07-17 13:18:42', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/17/4-revision-v1/', 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
(1145, 4, '2018-07-17 15:18:42', '2018-07-17 13:18:42', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_86042\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_66610\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_96565\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_81874\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_20458\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_22418\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_52474\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_21441\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51136\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_44885\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_34377\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_89918\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_13665\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_94636\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_69956\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_98546\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_98187\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_15127\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_82234\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_31649\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_47651\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_27662\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_33264\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_25777\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_62770\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_66655\"][cz_title css_animation=\"fadeInUp\" id=\"cz_87455\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_32847\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_13972\"][cz_title css_animation=\"fadeInUp\" id=\"cz_56919\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91069\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_88904\"][cz_title css_animation=\"fadeInUp\" id=\"cz_23530\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_87635\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_70779\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_32877\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_98942\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23254\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_43208\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_50078\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_57028\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66474\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_39997\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59582\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\">Sales</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_61111\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_98843\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_58129\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59298\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\"> CRM</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13971\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_40363\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79836\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_50511\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_56915\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\">Sales</span>\r\n\r\n<span style=\"color: #999999;\"> CRM</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13100\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_65177\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_19685\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_68645\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\">Sales</span>\r\n\r\n<span style=\"color: #999999;\"> CRM </span>\r\n\r\n<span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_52633\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_41422\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_71506\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_98442\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\">Sales</span>\r\n\r\n<span style=\"color: #999999;\"> CRM </span>\r\n\r\n<span style=\"color: #999999;\">Accounting (All Levels)</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_32492\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_60411\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_21972\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_20127\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_31190\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43739\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19069\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43333\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_75837\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_58037\"][cz_image size=\"thumbnail\" id=\"cz_89251\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42312\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_86923\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48833\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_92312\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_85767\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_95852\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_51610\"][cz_image size=\"thumbnail\" id=\"cz_88627\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_36216\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31447\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39139\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82020\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_33436\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_93206\"][cz_image size=\"thumbnail\" id=\"cz_90595\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_90970\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45839\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32018\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_62477\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44282\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_53399\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_22889\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_55143\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_62415\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42969\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87772\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70373\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_75192\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_63609\"][cz_image size=\"thumbnail\" id=\"cz_28411\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64443\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94811\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15334\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_13277\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87123\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_89991\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_98018\"][cz_image size=\"thumbnail\" id=\"cz_38734\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_78619\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34234\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59070\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17758\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_16255\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_81396\"][cz_image size=\"thumbnail\" id=\"cz_99853\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95740\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_72366\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45692\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_27758\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34844\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_78864\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_70047\"][cz_image size=\"thumbnail\" id=\"cz_46622\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_34007\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32462\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78481\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21780\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_91725\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_53673\"][cz_image size=\"thumbnail\" id=\"cz_74279\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20136\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18116\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69090\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_24360\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20282\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_56213\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14352\"][cz_image size=\"thumbnail\" id=\"cz_18301\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_83837\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81860\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41425\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42907\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_88507\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_46570\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_24303\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_88360\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_42310\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_85559\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_34053\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-17 15:18:42', '2018-07-17 13:18:42', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/17/4-revision-v1/', 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
(1146, 4, '2018-07-17 15:30:30', '2018-07-17 13:30:30', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_81864\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_59501\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_28854\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_90651\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_43749\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_61265\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_71104\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_13277\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92083\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_23962\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_24465\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_86870\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_41147\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_69920\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_72691\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_60355\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_93598\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_93730\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_22225\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_87131\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_86688\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_84122\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_33161\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_51909\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_39997\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_62888\"][cz_title css_animation=\"fadeInUp\" id=\"cz_33563\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18540\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52362\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48760\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_85821\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_34227\"][cz_title css_animation=\"fadeInUp\" id=\"cz_97151\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_14675\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_24878\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_40900\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_64830\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84872\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_43067\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_56913\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97723\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_56422\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_43783\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38871\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_26342\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_16475\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_88115\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_19940\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_99094\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_99230\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_95960\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_85783\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_83353\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29122\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_37692\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_23350\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_80899\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_60145\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_30779\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_33261\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97794\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\">Sales</span>\r\n\r\n<span style=\"color: #999999;\"> CRM </span>\r\n\r\n<span style=\"color: #999999;\">Accounting (All Levels)</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16601\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_56377\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_94945\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_20166\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_70145\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35846\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73886\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55018\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_67802\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_30799\"][cz_image size=\"thumbnail\" id=\"cz_52742\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24225\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_63472\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80502\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_39456\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68836\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_68618\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_48286\"][cz_image size=\"thumbnail\" id=\"cz_67931\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_67848\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44247\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53714\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51202\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_62258\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_80295\"][cz_image size=\"thumbnail\" id=\"cz_63441\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43158\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40441\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83110\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_65309\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_38235\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_88601\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_21686\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_33181\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_97656\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80721\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57916\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71542\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_35740\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_25719\"][cz_image size=\"thumbnail\" id=\"cz_91231\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77371\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38834\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54704\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_57874\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67179\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_23541\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_26492\"][cz_image size=\"thumbnail\" id=\"cz_15466\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_80361\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83230\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48602\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34076\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_34432\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_99750\"][cz_image size=\"thumbnail\" id=\"cz_14372\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86763\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42908\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43702\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_69873\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97106\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_70827\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_58474\"][cz_image size=\"thumbnail\" id=\"cz_18793\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_92898\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56131\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_88404\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50814\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_27674\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_24144\"][cz_image size=\"thumbnail\" id=\"cz_65423\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18906\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90405\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93146\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_62499\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_48279\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_60326\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_74930\"][cz_image size=\"thumbnail\" id=\"cz_63661\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_64682\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55291\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46892\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13284\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_78257\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_70213\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_13034\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_81519\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_56977\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_44832\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_25221\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-17 15:30:30', '2018-07-17 13:30:30', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/17/4-revision-v1/', 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
(1147, 4, '2018-07-17 15:30:30', '2018-07-17 13:30:30', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_26850\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_41938\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_84938\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_74214\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_49620\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_77836\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_30345\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_38024\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28651\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_46909\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_51057\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_82963\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_54704\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_41462\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_76110\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_17203\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_78631\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_36437\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_81022\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_42292\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_90009\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_36314\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_78073\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_92183\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_14572\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_48287\"][cz_title css_animation=\"fadeInUp\" id=\"cz_94106\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84980\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_94153\"][cz_title css_animation=\"fadeInUp\" id=\"cz_38939\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_99090\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_21004\"][cz_title css_animation=\"fadeInUp\" id=\"cz_69766\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_84028\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_84108\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_19386\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_61865\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_14453\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_46300\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_79405\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_50251\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_86247\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_62369\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_93844\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_27710\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_38479\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_99937\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95230\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63806\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_80960\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_37522\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_53815\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_17274\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_15596\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_45998\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_20735\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_52773\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_40105\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_94604\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_46927\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67933\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]<span style=\"color: #999999;\">After sales </span>\r\n\r\n<span style=\"color: #999999;\">Sales</span>\r\n\r\n<span style=\"color: #999999;\"> CRM </span>\r\n\r\n<span style=\"color: #999999;\">Accounting (All Levels)</span>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_93695\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_56820\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_37700\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_77724\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_40928\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45976\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39589\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44271\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_81165\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_18994\"][cz_image size=\"thumbnail\" id=\"cz_83412\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67412\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_70252\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77257\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_84011\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97621\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_77194\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_79242\"][cz_image size=\"thumbnail\" id=\"cz_61428\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_58154\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16765\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15244\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64318\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21250\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_50132\"][cz_image size=\"thumbnail\" id=\"cz_73943\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62912\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_79127\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68548\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_98728\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47061\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_62243\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_55549\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_73650\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_39968\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85367\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19626\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68446\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_29638\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_89681\"][cz_image size=\"thumbnail\" id=\"cz_76330\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13050\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57094\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46583\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_79196\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41106\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_44204\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_56391\"][cz_image size=\"thumbnail\" id=\"cz_20348\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_94522\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14546\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26002\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98655\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_67753\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_36141\"][cz_image size=\"thumbnail\" id=\"cz_48788\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41696\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87943\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27915\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_99134\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86672\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_63865\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_61377\"][cz_image size=\"thumbnail\" id=\"cz_42222\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_37515\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90234\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27589\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46031\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_58681\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_46117\"][cz_image size=\"thumbnail\" id=\"cz_35712\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35011\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48056\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81695\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_70484\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27253\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_22801\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14688\"][cz_image size=\"thumbnail\" id=\"cz_72534\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_32039\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98100\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75969\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46930\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_96756\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_43723\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_71961\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_45544\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_74309\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_59905\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_62348\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-17 15:30:30', '2018-07-17 13:30:30', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/17/4-revision-v1/', 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
(1148, 4, '2018-07-17 15:32:37', '2018-07-17 13:32:37', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_63411\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_27132\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_91187\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_36198\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_76842\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_43966\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_85558\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_77521\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57129\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_67104\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_78035\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_78649\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66219\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_55120\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_90563\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_25889\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_23677\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_50153\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_77688\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_14546\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_56027\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_15830\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_17925\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_84732\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61363\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_63044\"][cz_title css_animation=\"fadeInUp\" id=\"cz_83514\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_38237\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_86629\"][cz_title css_animation=\"fadeInUp\" id=\"cz_16127\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_40118\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_50040\"][cz_title css_animation=\"fadeInUp\" id=\"cz_32149\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_31305\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_75128\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_97881\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_64160\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_60686\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_75402\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21290\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_27791\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_53438\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_88829\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_82899\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97447\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79392\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_97678\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21125\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29546\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_75366\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_24561\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_74462\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_80085\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_31375\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_59195\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_41448\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_83308\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_42710\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_68575\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_69938\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_47727\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97582\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_19979\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_68765\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_28887\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_83996\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66646\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81937\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44683\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_42049\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_92117\"][cz_image size=\"thumbnail\" id=\"cz_61363\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84377\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_80946\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44263\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_81824\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60339\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_41941\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_91839\"][cz_image size=\"thumbnail\" id=\"cz_78775\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_17308\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16400\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53237\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86282\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_36665\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_12433\"][cz_image size=\"thumbnail\" id=\"cz_27731\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19973\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44032\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85195\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_78800\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80649\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_82778\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_87668\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_49414\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_11666\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71665\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16061\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82493\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_16348\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_47000\"][cz_image size=\"thumbnail\" id=\"cz_74610\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66601\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31377\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55557\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_99753\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13202\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_15896\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_41695\"][cz_image size=\"thumbnail\" id=\"cz_93931\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_83561\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47892\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99220\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36798\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_34174\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_35885\"][cz_image size=\"thumbnail\" id=\"cz_38121\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50795\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44748\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71043\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_35990\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23549\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_51692\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_18769\"][cz_image size=\"thumbnail\" id=\"cz_11217\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_89996\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19324\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71772\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94946\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_90706\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_77009\"][cz_image size=\"thumbnail\" id=\"cz_41947\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65317\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_43611\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62213\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_20874\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_43364\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_64305\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_25660\"][cz_image size=\"thumbnail\" id=\"cz_73949\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_58236\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98110\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_21841\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57456\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_34909\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_44905\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_82231\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_61919\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_84589\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_26979\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_32962\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-17 15:32:38', '2018-07-17 13:32:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/17/4-revision-v1/', 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
(1149, 4, '2018-07-17 15:32:38', '2018-07-17 13:32:38', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"895\" id=\"cz_20580\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_39417\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_73544\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_28238\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_39524\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_63540\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_36451\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_11296\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58487\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_27158\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_77195\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_89323\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_81364\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_20806\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_51536\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_91127\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_53060\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_15841\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_16788\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_27009\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_62967\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_14898\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_37740\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_20423\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_38696\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_71534\"][cz_title css_animation=\"fadeInUp\" id=\"cz_91544\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89505\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_56124\"][cz_title css_animation=\"fadeInUp\" id=\"cz_18523\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22468\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_65593\"][cz_title css_animation=\"fadeInUp\" id=\"cz_46830\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_84901\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_82720\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_75243\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_48442\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19172\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_75429\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95818\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_35219\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_52625\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_85141\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_16583\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_62321\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_36678\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_96600\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_15381\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_41409\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_13388\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31280\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_93265\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_17176\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_57909\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_13689\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_44761\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_29443\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94122\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34267\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_74456\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_12646\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_45625\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_40050\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_48365\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_30526\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_22771\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23609\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67858\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30832\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_87928\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_63676\"][cz_image size=\"thumbnail\" id=\"cz_54941\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40553\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_48817\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60413\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_91763\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74384\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_57014\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_96033\"][cz_image size=\"thumbnail\" id=\"cz_15794\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_59291\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27314\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97948\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65356\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_74112\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_11637\"][cz_image size=\"thumbnail\" id=\"cz_99007\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92445\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94649\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33275\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_66902\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_96184\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_67789\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_95842\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_44550\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_87205\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_18613\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57048\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55063\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_38334\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_44976\"][cz_image size=\"thumbnail\" id=\"cz_18739\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82164\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74418\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56446\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_42578\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66182\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_30831\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_88481\"][cz_image size=\"thumbnail\" id=\"cz_62216\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_35514\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47773\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78419\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33463\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_13130\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_52532\"][cz_image size=\"thumbnail\" id=\"cz_33989\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12137\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44978\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28638\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_34302\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11880\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_24823\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_90980\"][cz_image size=\"thumbnail\" id=\"cz_96611\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_58262\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78185\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15224\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15311\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_33248\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_42448\"][cz_image size=\"thumbnail\" id=\"cz_49176\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40877\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_24612\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23595\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_86212\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56080\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_78666\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_17043\"][cz_image size=\"thumbnail\" id=\"cz_44561\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_40882\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_41447\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81224\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19302\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_63799\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_83243\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_60723\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_86678\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_84270\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"CONTACT US\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_94590\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_15317\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-17 15:32:38', '2018-07-17 13:32:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/17/4-revision-v1/', 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
(1150, 4, '2018-07-17 15:36:29', '2018-07-17 13:36:29', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_85778\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_18338\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_60109\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_11660\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_31311\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_22671\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_46546\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_13084\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51622\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_63505\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_80345\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_69885\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_77813\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_95137\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_48136\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_51976\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_52045\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_59018\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_68650\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_37010\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_22273\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_20900\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_73903\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_12050\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33922\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_90231\"][cz_title css_animation=\"fadeInUp\" id=\"cz_79556\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_79066\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38621\"][cz_title css_animation=\"fadeInUp\" id=\"cz_63535\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_86493\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_24400\"][cz_title css_animation=\"fadeInUp\" id=\"cz_70763\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_46602\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_24949\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_90963\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_58163\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_60384\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_92937\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_98675\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p>.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23890\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_73282\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_68561\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90592\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68420\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_16697\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_42568\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_20466\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64604\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_11219\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_46365\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_75766\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21008\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20269\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_76706\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_43819\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_99390\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_56263\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_22885\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_38011\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_19798\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_98268\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_51300\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_79450\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_44871\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_65139\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70414\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91923\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25524\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_63351\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_90598\"][cz_image size=\"thumbnail\" id=\"cz_38304\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36634\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_59159\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28896\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_93943\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_64745\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_60354\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_14409\"][cz_image size=\"thumbnail\" id=\"cz_29350\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_60463\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49664\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94006\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70360\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_58822\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_70713\"][cz_image size=\"thumbnail\" id=\"cz_14180\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58212\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26976\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25954\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_85112\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35663\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_24223\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_36413\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_15114\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_57983\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90442\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74417\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49906\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_15967\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_37768\"][cz_image size=\"thumbnail\" id=\"cz_40505\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43160\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63291\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88553\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_60946\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57235\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_53299\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_21300\"][cz_image size=\"thumbnail\" id=\"cz_60534\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_71539\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70652\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99087\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65545\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_41013\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_57909\"][cz_image size=\"thumbnail\" id=\"cz_36259\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44082\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16121\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52124\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_58926\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90123\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_76677\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_72038\"][cz_image size=\"thumbnail\" id=\"cz_26537\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_80680\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30021\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16979\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55098\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_68817\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_21835\"][cz_image size=\"thumbnail\" id=\"cz_81756\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98211\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53885\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45048\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_86765\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14831\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_91172\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_40064\"][cz_image size=\"thumbnail\" id=\"cz_25021\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_51706\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11603\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84563\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50793\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_66038\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_25576\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_97592\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_91186\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_58548\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_13713\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_43311\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-17 15:36:29', '2018-07-17 13:36:29', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/17/4-revision-v1/', 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
(1151, 4, '2018-07-17 15:36:29', '2018-07-17 13:36:29', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1509999127177{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #38e7ff !important;}\"][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_17474\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_92726\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_19988\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_78401\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_19263\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_89558\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_97312\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_25132\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_44656\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_66129\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_35857\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_26413\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_64341\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_78631\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_60350\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_51106\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_82351\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_51522\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_80059\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_96262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_92118\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_80552\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_80825\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_42912\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_46590\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_95291\"][cz_title css_animation=\"fadeInUp\" id=\"cz_40504\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37777\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_53839\"][cz_title css_animation=\"fadeInUp\" id=\"cz_43106\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_69977\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60202\"][cz_title css_animation=\"fadeInUp\" id=\"cz_35832\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_78855\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_38604\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_43985\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_68414\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35917\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_58006\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13071\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p>.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_90936\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_82752\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_28373\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_55277\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_61383\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_77612\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_95272\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_43735\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29135\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_75332\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_39998\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_21253\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_55885\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20823\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_53054\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_91365\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_16114\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82447\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29142\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_58843\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25554\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_88009\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_19046\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_50276\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_66864\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_46539\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83150\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_35279\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71346\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_41157\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_37239\"][cz_image size=\"thumbnail\" id=\"cz_62282\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23909\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_54502\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17559\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_74182\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_32114\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_12832\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_17918\"][cz_image size=\"thumbnail\" id=\"cz_50138\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_77054\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46805\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_60281\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32939\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_56518\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_13336\"][cz_image size=\"thumbnail\" id=\"cz_24304\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61522\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84673\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42336\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_20365\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99116\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_30345\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_28300\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_49393\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_86099\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63729\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_32544\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21378\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_35075\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_62590\"][cz_image size=\"thumbnail\" id=\"cz_47507\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86246\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75389\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90898\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_92695\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49572\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_23013\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_94416\"][cz_image size=\"thumbnail\" id=\"cz_56380\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_62040\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71470\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_92075\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22322\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_93298\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_48593\"][cz_image size=\"thumbnail\" id=\"cz_24547\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17603\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99005\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98109\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_48828\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19370\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_97226\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_68063\"][cz_image size=\"thumbnail\" id=\"cz_36560\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_46620\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54162\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89178\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68053\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_64430\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_24254\"][cz_image size=\"thumbnail\" id=\"cz_30644\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_11937\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99389\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94923\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_91724\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92084\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_44496\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14737\"][cz_image size=\"thumbnail\" id=\"cz_86501\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_89766\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65667\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57971\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81841\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_76879\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_51270\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_30435\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_90315\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_57762\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_29440\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_88425\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-17 15:36:29', '2018-07-17 13:36:29', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/17/4-revision-v1/', 0, 'revision', '', 0),
(1152, 4, '2018-07-17 15:37:26', '2018-07-17 13:37:26', '{\n    \"codevz_theme_options[logo_hover_tooltip]\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-17 13:37:26\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4b84f6b7-7312-4f53-8d79-d743fe883b28', '', '', '2018-07-17 15:37:26', '2018-07-17 13:37:26', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/17/4b84f6b7-7312-4f53-8d79-d743fe883b28/', 0, 'customize_changeset', '', 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
(1153, 4, '2018-07-17 15:38:31', '2018-07-17 13:38:31', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1531834709001{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #ffffff !important;}\"][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_71964\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_14640\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_26247\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_27489\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_34488\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_76248\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_56979\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_89502\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_25433\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_83355\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_96157\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_53859\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_98576\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_56010\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_74620\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_33025\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_54054\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_37304\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_67728\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_39313\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_17282\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_54275\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13531\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_93725\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_58600\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_98633\"][cz_title css_animation=\"fadeInUp\" id=\"cz_24469\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17442\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_23847\"][cz_title css_animation=\"fadeInUp\" id=\"cz_45098\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_95143\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_84700\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48628\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_21391\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_12190\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_72006\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_86528\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_58058\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_61509\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11962\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p>.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_41414\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57666\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_54710\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_39991\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13677\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29331\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_61905\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_56620\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_55524\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_29633\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84823\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_61695\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72797\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87243\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_55421\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_31397\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_85877\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68780\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_37729\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_98613\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13879\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_32872\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_83314\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_51397\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_43153\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_84393\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23403\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29681\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42452\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_73802\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_30533\"][cz_image size=\"thumbnail\" id=\"cz_72755\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31469\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_74133\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12746\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_34035\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92353\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_63541\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_79545\"][cz_image size=\"thumbnail\" id=\"cz_47878\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_82063\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64368\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98463\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54861\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_51611\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_53884\"][cz_image size=\"thumbnail\" id=\"cz_75147\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_37488\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22665\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12876\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_36102\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25433\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_34638\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_19416\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_65720\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_66680\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92699\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78013\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85251\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_35151\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_51815\"][cz_image size=\"thumbnail\" id=\"cz_15785\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96796\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_72173\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78807\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_98432\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95097\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_71160\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_61974\"][cz_image size=\"thumbnail\" id=\"cz_74642\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_19039\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44037\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39011\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17502\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_87787\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_79511\"][cz_image size=\"thumbnail\" id=\"cz_60276\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62935\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17000\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71831\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_64701\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41992\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_86154\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_88228\"][cz_image size=\"thumbnail\" id=\"cz_50298\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_51874\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54909\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42997\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29887\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_40161\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_67038\"][cz_image size=\"thumbnail\" id=\"cz_70592\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44836\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63835\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42765\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_23643\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62268\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_37863\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_83693\"][cz_image size=\"thumbnail\" id=\"cz_24242\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_12506\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91621\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57169\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40406\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_98013\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_44956\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_19918\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_58289\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_96780\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_25808\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_30120\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-17 15:38:32', '2018-07-17 13:38:32', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/17/4-revision-v1/', 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
(1154, 4, '2018-07-17 15:38:32', '2018-07-17 13:38:32', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1531834709001{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #ffffff !important;}\"][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_61482\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_56689\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_16275\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_49711\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95876\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_57038\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_93509\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_38874\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_75815\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_33671\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_94802\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_46408\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67396\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_58638\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_78062\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_79929\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_20906\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_15926\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_63622\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_34038\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_17322\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_55244\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_80096\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_46617\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_53257\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_25053\"][cz_title css_animation=\"fadeInUp\" id=\"cz_55425\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_11547\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_21834\"][cz_title css_animation=\"fadeInUp\" id=\"cz_70122\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30557\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_72205\"][cz_title css_animation=\"fadeInUp\" id=\"cz_26811\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_35721\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_21916\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_22688\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_81649\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_15426\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_50452\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57464\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p>.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_37987\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_45254\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_92761\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94273\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_92781\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_70824\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_74202\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13688\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_75640\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_37825\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_36616\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_81851\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_81958\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16712\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28469\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_35215\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_30655\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72783\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35652\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_41378\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_42906\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_55098\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_13584\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_58606\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_79708\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_24389\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70184\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61357\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28705\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_20636\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_18822\"][cz_image size=\"thumbnail\" id=\"cz_55581\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54779\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_11584\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49854\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47561\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71298\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_24057\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_50139\"][cz_image size=\"thumbnail\" id=\"cz_46938\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_50771\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75644\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28790\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32729\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_81246\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_46148\"][cz_image size=\"thumbnail\" id=\"cz_56834\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_11902\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18932\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81375\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_42169\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_50727\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_36473\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_44642\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_98223\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_16182\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57921\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68407\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66429\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_75516\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_77932\"][cz_image size=\"thumbnail\" id=\"cz_74141\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31097\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_32712\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74614\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_69841\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69163\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_45912\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_82787\"][cz_image size=\"thumbnail\" id=\"cz_19303\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_81740\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33558\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_83836\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99419\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_55177\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_65083\"][cz_image size=\"thumbnail\" id=\"cz_45568\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12011\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65874\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53389\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_82276\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_96933\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_93005\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_18750\"][cz_image size=\"thumbnail\" id=\"cz_41576\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_91228\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23822\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_88386\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59635\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_79140\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_63902\"][cz_image size=\"thumbnail\" id=\"cz_37568\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53281\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_83889\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59170\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_27896\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53731\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_28333\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_62698\"][cz_image size=\"thumbnail\" id=\"cz_36518\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_36525\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44439\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_58966\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20362\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_43858\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_14144\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_74335\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_78315\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_15045\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_40210\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_31704\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-17 15:38:32', '2018-07-17 13:38:32', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/17/4-revision-v1/', 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
(1155, 4, '2018-07-18 06:13:49', '2018-07-18 04:13:49', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_82378\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_65956\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_95284\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_95129\"][cz_separator style=\"cz_sep_30\" id=\"cz_96068\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_49179\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_56043\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_44493\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_30416\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_41351\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_26480\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_44179\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_62094\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_78306\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58989\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_56577\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_24685\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_27522\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71773\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_52301\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_20284\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_46914\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_82227\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_84028\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_58435\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_93915\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56143\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76013\"][cz_title css_animation=\"fadeInUp\" id=\"cz_92286\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56736\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_41413\"][cz_title css_animation=\"fadeInUp\" id=\"cz_74664\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22692\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_36697\"][cz_title css_animation=\"fadeInUp\" id=\"cz_69793\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_18760\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_74766\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_25837\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_52143\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_94072\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_56078\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67512\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p>.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_38252\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18173\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_45819\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86130\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63639\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_59394\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_13653\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_35412\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_11695\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_22827\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_71216\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_82811\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95745\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29651\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_76726\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_51888\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94554\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_69012\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_97513\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_35968\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_43677\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20205\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_61555\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_13471\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_27855\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_36322\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28197\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68888\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30395\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_73165\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_36400\"][cz_image size=\"thumbnail\" id=\"cz_57536\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80227\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_71108\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43667\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_43866\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30502\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_46209\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_68168\"][cz_image size=\"thumbnail\" id=\"cz_31087\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_57925\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39384\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13899\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53671\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_57925\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_79514\"][cz_image size=\"thumbnail\" id=\"cz_94448\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52480\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48527\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91961\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_77337\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81094\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_12167\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_38893\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_83454\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_28912\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64104\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11652\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86689\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_83388\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_73706\"][cz_image size=\"thumbnail\" id=\"cz_23090\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40925\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53933\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83087\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_73481\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86688\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_13590\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_19691\"][cz_image size=\"thumbnail\" id=\"cz_54856\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_33567\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66506\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_83130\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36355\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_20177\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_41055\"][cz_image size=\"thumbnail\" id=\"cz_15869\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14625\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82424\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53286\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_95476\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59762\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_34381\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_96532\"][cz_image size=\"thumbnail\" id=\"cz_87545\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_17835\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25445\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51650\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18376\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_12134\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_35039\"][cz_image size=\"thumbnail\" id=\"cz_80972\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24113\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64853\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34905\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_96090\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_38335\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_21593\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_98570\"][cz_image size=\"thumbnail\" id=\"cz_46915\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_65339\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32137\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13422\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48470\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_57381\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_22488\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_78414\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_62140\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_26003\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_60839\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_15427\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 06:13:49', '2018-07-18 04:13:49', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1156, 4, '2018-07-18 06:13:49', '2018-07-18 04:13:49', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_21479\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_20602\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_38697\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_18012\"][cz_separator style=\"cz_sep_30\" id=\"cz_97036\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_45422\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_32346\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1054\" id=\"cz_48687\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_52688\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_33370\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_72615\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_33660\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_46373\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_37469\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57454\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_42463\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_64693\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_67937\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_41034\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_11609\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_33277\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_62060\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_13920\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_70636\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_19441\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_25298\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49051\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70471\"][cz_title css_animation=\"fadeInUp\" id=\"cz_40190\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_98779\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_74787\"][cz_title css_animation=\"fadeInUp\" id=\"cz_50558\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19382\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_13484\"][cz_title css_animation=\"fadeInUp\" id=\"cz_57460\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_16419\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_47796\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_78696\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_53995\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_89373\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_12066\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_26610\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p>.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23033\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_47328\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_52968\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_69377\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78681\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_17662\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_37314\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_19715\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_18160\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_59481\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_70665\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_20970\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_30117\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78996\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35157\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_68057\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_49467\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64236\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66837\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_24254\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_14795\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_75108\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_26628\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_61144\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_80416\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_63314\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39840\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34412\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52687\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_40796\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_49911\"][cz_image size=\"thumbnail\" id=\"cz_64610\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77014\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_91769\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33987\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_55695\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98320\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_60190\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_64300\"][cz_image size=\"thumbnail\" id=\"cz_16481\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_19672\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34965\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26340\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38678\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_13962\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_50386\"][cz_image size=\"thumbnail\" id=\"cz_95624\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52318\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_14623\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62461\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_65462\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18307\" height_tablet=\"50px\"][cz_image image=\"868\" id=\"cz_37570\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_80980\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_68341\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_17986\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44294\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97071\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41287\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_85870\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_37868\"][cz_image size=\"thumbnail\" id=\"cz_80088\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50480\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_14882\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71858\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_73356\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59467\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_70178\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_33547\"][cz_image size=\"thumbnail\" id=\"cz_23768\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_75549\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42108\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_47623\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90778\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_69676\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_50474\"][cz_image size=\"thumbnail\" id=\"cz_41165\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65300\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91681\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44677\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_27762\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57143\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_51874\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_54222\"][cz_image size=\"thumbnail\" id=\"cz_38123\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_20216\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61098\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71306\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17287\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_91275\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_57177\"][cz_image size=\"thumbnail\" id=\"cz_44045\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71363\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96546\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47816\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_43221\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69903\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_96173\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_13400\"][cz_image size=\"thumbnail\" id=\"cz_92340\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_19941\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77838\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34448\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56453\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_68617\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_93014\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_95816\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_98672\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_58314\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F|||\" id=\"cz_87497\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_43350\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 06:13:49', '2018-07-18 04:13:49', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 0, 'revision', '', 0),
(1157, 4, '2018-07-18 06:17:25', '2018-07-18 04:17:25', '{\n    \"codevz_theme_options[social]\": {\n        \"value\": [\n            {\n                \"title\": \"Facebook\",\n                \"icon\": \"fa fa-facebook\",\n                \"link\": \"https://www.facebook.com/Ensabs-267557000656263/\"\n            },\n            {\n                \"title\": \"Twitter\",\n                \"icon\": \"fa fa-twitter\",\n                \"link\": \"https://twitter.com/ensabs\"\n            },\n            {\n                \"title\": \"Youtube\",\n                \"icon\": \"fa fa-youtube-play\",\n                \"link\": \"youtube.com\"\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-18 04:17:25\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3b427710-83d0-4313-90c3-a8fea5e3ebe5', '', '', '2018-07-18 06:17:25', '2018-07-18 04:17:25', '', 0, 'http://ensabs.eu/idams/?p=1157', 0, 'customize_changeset', '', 0),
(1158, 4, '2018-07-18 06:21:42', '2018-07-18 04:21:42', '{\n    \"codevz_theme_options[cf7_beside_backtotop_icon]\": {\n        \"value\": \"fa fa-comments-o\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-18 04:18:56\"\n    },\n    \"codevz_theme_options[_css_cf7_beside_backtotop]\": {\n        \"value\": \"font-size:25px;color:#ffffff;background-color:#38e7ff;margin-right:5px;border-radius:30%;\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-18 04:21:42\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '193e5371-32a5-440f-816f-f29148b85e62', '', '', '2018-07-18 06:21:42', '2018-07-18 04:21:42', '', 0, 'http://ensabs.eu/idams/?p=1158', 0, 'customize_changeset', '', 0),
(1159, 4, '2018-07-18 06:35:44', '2018-07-18 04:35:44', '', 'Computers', '', 'inherit', 'open', 'closed', '', 'computers', '', '', '2018-07-18 06:35:44', '2018-07-18 04:35:44', '', 18, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Computers.png', 0, 'attachment', 'image/png', 0),
(1160, 4, '2018-07-18 06:37:55', '2018-07-18 04:37:55', '<p>[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_81941\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n<p>[/cz_title][cz_gap id=\"cz_37201\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_82794\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_58551\" image=\"1159\"][/vc_column][/vc_row]</p>\r\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-18 06:37:56', '2018-07-18 04:37:56', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/18/18-revision-v1/', 0, 'revision', '', 0),
(1161, 4, '2018-07-18 06:37:56', '2018-07-18 04:37:56', '<p>[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_43383\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n<p>[/cz_title][cz_gap id=\"cz_13112\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_14696\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_14284\" image=\"1159\"][/vc_column][/vc_row]</p>\r\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-18 06:37:56', '2018-07-18 04:37:56', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/18/18-revision-v1/', 0, 'revision', '', 0),
(1162, 4, '2018-07-18 06:40:12', '2018-07-18 04:40:12', '', 'amCharts (2)', '', 'inherit', 'open', 'closed', '', 'amcharts-2', '', '', '2018-07-18 06:40:12', '2018-07-18 04:40:12', '', 18, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/amCharts-2.png', 0, 'attachment', 'image/png', 0),
(1163, 4, '2018-07-18 07:08:17', '2018-07-18 05:08:17', '<p>[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_30697\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n<p>[/cz_title][cz_gap id=\"cz_89621\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_61730\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_80020\" image=\"1159\"][/vc_column][/vc_row]</p>\r\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-18 07:08:17', '2018-07-18 05:08:17', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/18/18-revision-v1/', 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
(1164, 4, '2018-07-18 07:30:49', '2018-07-18 05:30:49', '', 'Parts_Sales_Dashboard[1487]', '', 'inherit', 'open', 'closed', '', 'parts_sales_dashboard1487', '', '', '2018-07-18 07:30:49', '2018-07-18 05:30:49', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Parts_Sales_Dashboard1487.png', 0, 'attachment', 'image/png', 0),
(1165, 4, '2018-07-18 07:38:29', '2018-07-18 05:38:29', '', 'partsmngmnt', '', 'inherit', 'open', 'closed', '', 'partsmngmnt', '', '', '2018-07-18 07:38:29', '2018-07-18 05:38:29', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/partsmngmnt.png', 0, 'attachment', 'image/png', 0),
(1166, 4, '2018-07-18 07:49:13', '2018-07-18 05:49:13', '{\n    \"codevz_theme_options[footer_2_left]\": {\n        \"value\": [\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_left\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"Copyright \\u00a9 2018 id@ms. All Rights Reserved.\",\n                \"it_link\": \"\",\n                \"sk_it\": \"font-size:13px;color:rgba(255,255,255,0.65);\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"20px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-18 05:49:13\"\n    },\n    \"codevz_theme_options[_css_backtotop]\": {\n        \"value\": \"font-size:16px;color:#ffffff;background-color:#38e7ff;border-style:solid;border-radius:30%;\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-18 05:49:08\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b1db1f00-c9ca-454e-860e-5ca5da139a91', '', '', '2018-07-18 07:49:13', '2018-07-18 05:49:13', '', 0, 'http://ensabs.eu/idams/?p=1166', 0, 'customize_changeset', '', 0),
(1167, 4, '2018-07-18 08:01:23', '2018-07-18 06:01:23', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_18137\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_63138\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_55714\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_70175\"][cz_separator style=\"cz_sep_30\" id=\"cz_93923\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_69774\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_87292\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_91527\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_69164\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_34926\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_70354\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_34781\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_38000\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_49570\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_69227\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_38057\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_39666\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_88104\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_73159\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_62882\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_91867\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_77014\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_71888\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_15984\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_23362\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_29380\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_98509\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_29042\"][cz_title css_animation=\"fadeInUp\" id=\"cz_91930\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_86539\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_64690\"][cz_title css_animation=\"fadeInUp\" id=\"cz_98957\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49677\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_20404\"][cz_title css_animation=\"fadeInUp\" id=\"cz_69132\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_43600\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_79067\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_56425\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_35127\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_48232\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_80240\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94370\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_71902\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18240\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_43941\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41130\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_45187\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72497\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_29234\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_18347\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_35380\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_21101\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84251\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_96157\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25975\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96502\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_25538\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_24485\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25544\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_17469\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_99913\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_79124\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_16426\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_49590\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_88417\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_74448\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_82079\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_67485\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30873\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17207\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15717\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_11113\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_11577\"][cz_image size=\"thumbnail\" id=\"cz_76508\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_18243\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44407\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_17639\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52320\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16905\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35762\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_59556\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_41174\"][cz_image size=\"thumbnail\" id=\"cz_45753\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_43807\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_37332\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60617\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40310\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51759\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_73991\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_54744\"][cz_image size=\"thumbnail\" id=\"cz_58118\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_73904\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33868\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63434\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23495\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_22286\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_37882\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_94463\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_78660\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_57644\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_11670\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_83266\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57647\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_12137\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59775\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_64780\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_45434\"][cz_image size=\"thumbnail\" id=\"cz_66304\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_17100\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51228\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90955\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65545\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_81292\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36708\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_98242\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_18624\"][cz_image size=\"thumbnail\" id=\"cz_86215\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_38553\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_59273\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60206\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82186\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17391\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_34111\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_16055\"][cz_image size=\"thumbnail\" id=\"cz_69714\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_46495\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27230\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96486\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40958\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_94779\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54130\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_41518\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_78046\"][cz_image size=\"thumbnail\" id=\"cz_11778\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_42545\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_37822\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65447\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76868\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93015\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_71436\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_28097\"][cz_image size=\"thumbnail\" id=\"cz_83971\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_36982\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98278\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_20680\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35225\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_16903\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95784\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_62667\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_65065\"][cz_image size=\"thumbnail\" id=\"cz_55991\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_44853\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_71345\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78991\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_49797\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41060\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_25486\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_65916\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_37546\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_55334\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_60696\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_80566\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_85742\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 08:01:23', '2018-07-18 06:01:23', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1168, 4, '2018-07-18 08:01:23', '2018-07-18 06:01:23', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_38742\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_81234\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_28287\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_65454\"][cz_separator style=\"cz_sep_30\" id=\"cz_46681\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_94045\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_58469\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_18118\" cz_title=\"\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_22143\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_42441\" cz_title=\"\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_43990\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_20422\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_52010\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_68104\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_26214\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_47794\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_30771\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_80168\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92674\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_64514\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_51514\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_71665\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_14312\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_81464\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_86041\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_69118\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19011\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_41375\"][cz_title css_animation=\"fadeInUp\" id=\"cz_29815\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_88466\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_27118\"][cz_title css_animation=\"fadeInUp\" id=\"cz_57446\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_69700\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_44295\"][cz_title css_animation=\"fadeInUp\" id=\"cz_22901\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_16382\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_38340\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_70260\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_23390\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_49373\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_12701\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_56269\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_58684\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_53600\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_24374\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_73788\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_90284\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_44035\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_53956\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_82959\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97439\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_94360\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54625\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_11751\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75824\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_40666\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_69759\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_83725\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_70931\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_88463\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72191\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_86938\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_45910\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_41892\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_31234\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_57700\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_47164\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_58464\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27960\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59443\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96726\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_29551\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_15713\"][cz_image size=\"thumbnail\" id=\"cz_55411\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_72041\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28976\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_29199\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62325\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_61901\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72045\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_45284\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_59340\"][cz_image size=\"thumbnail\" id=\"cz_66405\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_88798\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_59981\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42230\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29465\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29740\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_25955\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_89286\"][cz_image size=\"thumbnail\" id=\"cz_18204\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_87036\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76225\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53003\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28929\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_96348\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99593\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_64982\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_54812\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_27553\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_24426\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_51538\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45994\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29029\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95839\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_18035\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_46895\"][cz_image size=\"thumbnail\" id=\"cz_25038\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_69249\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97685\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85972\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14534\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_57025\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_52378\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_92222\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_17007\"][cz_image size=\"thumbnail\" id=\"cz_83498\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_21688\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_35636\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98343\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99863\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42730\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_85379\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_76088\"][cz_image size=\"thumbnail\" id=\"cz_84622\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_14309\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_72436\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84215\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68181\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_27249\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11769\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_81496\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_67676\"][cz_image size=\"thumbnail\" id=\"cz_46652\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_99415\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_63516\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53577\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46310\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77443\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_22827\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_43995\"][cz_image size=\"thumbnail\" id=\"cz_63416\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_26250\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89910\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15794\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18473\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_95806\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88181\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_29050\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_31443\"][cz_image size=\"thumbnail\" id=\"cz_86525\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_28913\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_63063\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71904\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_93891\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47685\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_75103\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_66327\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_31901\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_43284\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_82465\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_32560\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_24781\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 08:01:23', '2018-07-18 06:01:23', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1170, 4, '2018-07-27 22:54:14', '2018-07-27 20:54:14', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_20274\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_41865\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fensabs.eu||target:%20_blank|\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_63930\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_65574\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_71677\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_94989\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96281\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_44370\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_87175\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_53876\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\n<h4></h4>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_48976\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\n<h4></h4>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43441\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_61258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_28860\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33794\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_66937\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85414\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_88339\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_26742\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_28885\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_66383\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_61844\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95367\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_51756\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13925\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_62393\"][cz_title css_animation=\"fadeInUp\" id=\"cz_51973\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19528\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_63918\"][cz_title css_animation=\"fadeInUp\" id=\"cz_32452\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12760\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_73081\"][cz_title css_animation=\"fadeInUp\" id=\"cz_19644\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_65580\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_38656\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_80210\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_60569\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34937\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_24581\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_47745\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_77702\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62446\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_80075\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38961\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80196\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_13870\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_94788\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_65610\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_91098\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_21530\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83385\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_57481\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72263\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78752\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_98126\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_75078\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41145\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_50100\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83495\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_93953\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71441\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85145\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_67034\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_79974\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_50725\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94580\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_60185\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11295\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29517\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73655\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_47929\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_96109\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36102\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_28004\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35071\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16299\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30764\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_29859\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_70798\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_21862\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40279\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_54183\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68233\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_12543\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_32936\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66360\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76510\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62971\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16460\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60006\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_56924\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_76790\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_45151\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23959\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56765\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84766\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_18539\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_16951\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84950\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36946\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79496\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_32879\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_33055\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_15598\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_49773\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_57015\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_20786\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69426\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75764\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_80474\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_80178\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_16044\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34658\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48412\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17476\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_56483\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14772\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_82876\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_19455\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_20122\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42882\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65268\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85801\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_76923\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_78116\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_42567\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61689\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85545\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48407\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_46639\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22491\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_27903\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_68408\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_44435\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32391\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18182\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90340\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_42067\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_76498\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_66105\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_22542\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_56677\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_71038\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-autosave-v1', '', '', '2018-07-27 22:54:14', '2018-07-27 20:54:14', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-autosave-v1/', 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
(1171, 4, '2018-07-18 08:55:39', '2018-07-18 06:55:39', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_53640\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_19785\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_42395\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_96980\"][cz_separator style=\"cz_sep_30\" id=\"cz_23138\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_92590\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_29914\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_54184\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_70871\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_30740\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_34074\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_81038\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_63824\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_48314\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_32993\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_93580\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_40011\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_24905\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66726\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_94058\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_22355\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_49750\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_54069\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_85812\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_26564\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_49217\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89171\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_27274\"][cz_title css_animation=\"fadeInUp\" id=\"cz_23180\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_42806\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22899\"][cz_title css_animation=\"fadeInUp\" id=\"cz_65710\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51481\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_54184\"][cz_title css_animation=\"fadeInUp\" id=\"cz_62690\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_63508\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_46774\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_81493\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_17693\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_17646\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_12234\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_40656\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87573\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64948\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_77860\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_20567\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_58528\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_17872\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_34362\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25255\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_11930\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_45607\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_63895\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_54888\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_31420\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_79348\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_92994\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_20591\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95512\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16175\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_52287\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_18412\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_70774\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_92657\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_61485\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_33464\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_56166\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_97148\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14958\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_62748\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14795\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_16081\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_92294\"][cz_image size=\"thumbnail\" id=\"cz_91258\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_69918\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70155\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_11826\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28447\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_76916\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_35077\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_42592\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_77735\"][cz_image size=\"thumbnail\" id=\"cz_69573\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_95376\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_32624\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89883\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74724\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25619\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_99363\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_70237\"][cz_image size=\"thumbnail\" id=\"cz_30683\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_51650\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77538\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90347\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44308\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_39023\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23811\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_89363\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_36172\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_27658\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_52112\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_39857\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32629\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44406\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31115\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_91436\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_14561\"][cz_image size=\"thumbnail\" id=\"cz_31830\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_19884\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80367\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_55797\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51365\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_58102\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25371\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_46742\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_79616\"][cz_image size=\"thumbnail\" id=\"cz_15254\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_21467\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_94124\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14618\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80593\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24807\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_55157\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_58131\"][cz_image size=\"thumbnail\" id=\"cz_15154\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_88354\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86044\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27855\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77718\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_22217\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44403\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_29830\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_50963\"][cz_image size=\"thumbnail\" id=\"cz_65921\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_63126\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_70967\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57358\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66577\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91687\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_66131\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_46944\"][cz_image size=\"thumbnail\" id=\"cz_47485\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_17497\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_93936\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61746\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53128\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_73552\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65889\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_63484\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_67676\"][cz_image size=\"thumbnail\" id=\"cz_69397\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_44078\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_81373\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24554\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91099\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85417\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_12909\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_77143\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_13273\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_79517\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_88249\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_46565\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_98237\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 08:55:39', '2018-07-18 06:55:39', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1172, 4, '2018-07-18 08:55:39', '2018-07-18 06:55:39', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_39213\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_12487\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_61363\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_99070\"][cz_separator style=\"cz_sep_30\" id=\"cz_58734\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_27940\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_90757\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_24866\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_63774\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_38243\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_31253\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_57710\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_88878\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_73271\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_31262\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_54768\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_36755\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_87828\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24165\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_69722\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_69202\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_37609\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_60821\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_54620\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_39408\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_37965\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56782\" image=\"764\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18925\"][cz_title css_animation=\"fadeInUp\" id=\"cz_26215\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_92237\" image=\"771\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_17163\"][cz_title css_animation=\"fadeInUp\" id=\"cz_54317\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_93613\" image=\"677\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_67415\"][cz_title css_animation=\"fadeInUp\" id=\"cz_53387\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_52348\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_84245\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_44145\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_66104\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_48020\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_71278\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86246\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94619\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_60156\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_59517\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25882\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_14925\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_85162\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_13711\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_27979\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_54885\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_71802\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54478\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_15707\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_26422\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82776\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_42561\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_72094\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90591\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_57665\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64331\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1044\" id=\"cz_96643\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11983\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_57945\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_64059\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_54260\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_99182\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_48305\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87294\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65286\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85214\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_58572\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_51533\"][cz_image size=\"thumbnail\" id=\"cz_79833\" image=\"1041\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_18729\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99940\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_94604\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22543\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_85102\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97205\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_39412\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_39988\"][cz_image size=\"thumbnail\" id=\"cz_69007\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_82780\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_44584\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84319\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65556\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76035\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_56413\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_56147\"][cz_image size=\"thumbnail\" id=\"cz_33700\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_20745\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52790\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34573\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67579\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16850\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77722\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_66762\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_54044\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_65017\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_32049\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"446\" id=\"cz_39258\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23590\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_72471\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19092\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_31208\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_72412\"][cz_image size=\"thumbnail\" id=\"cz_13697\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_42641\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57515\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99791\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70943\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_86392\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68799\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_53723\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_30976\"][cz_image size=\"thumbnail\" id=\"cz_53118\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_19279\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_95900\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98421\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64316\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29601\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_19167\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_17107\"][cz_image size=\"thumbnail\" id=\"cz_53064\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_75635\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22846\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30787\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42398\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_65779\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84693\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_63336\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_93927\"][cz_image size=\"thumbnail\" id=\"cz_97172\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_35808\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_13019\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28381\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97109\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15606\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_59912\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_54624\"][cz_image size=\"thumbnail\" id=\"cz_15397\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_30855\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41017\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73085\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73467\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_60883\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26204\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_81636\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_56783\"][cz_image size=\"thumbnail\" id=\"cz_24626\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_45952\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_75274\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32682\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51948\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28339\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_97207\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_63683\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_48015\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_39606\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_29463\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_32708\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_91831\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 08:55:39', '2018-07-18 06:55:39', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 0, 'revision', '', 0),
(1173, 4, '2018-07-18 14:27:44', '2018-07-18 12:27:44', '', 'partsmngm', '', 'inherit', 'open', 'closed', '', 'partsmngm', '', '', '2018-07-18 14:27:44', '2018-07-18 12:27:44', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/partsmngm.png', 0, 'attachment', 'image/png', 0),
(1174, 4, '2018-07-18 14:31:41', '2018-07-18 12:31:41', '', 'crm', '', 'inherit', 'open', 'closed', '', 'crm-3', '', '', '2018-07-18 14:31:41', '2018-07-18 12:31:41', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/crm.png', 0, 'attachment', 'image/png', 0),
(1175, 4, '2018-07-18 14:35:33', '2018-07-18 12:35:33', '', 'whyidams-01', '', 'inherit', 'open', 'closed', '', 'whyidams-01', '', '', '2018-07-18 14:35:33', '2018-07-18 12:35:33', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/whyidams-01.png', 0, 'attachment', 'image/png', 0),
(1176, 4, '2018-07-18 14:35:34', '2018-07-18 12:35:34', '', 'whyidams-02', '', 'inherit', 'open', 'closed', '', 'whyidams-02', '', '', '2018-07-18 14:35:34', '2018-07-18 12:35:34', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/whyidams-02.png', 0, 'attachment', 'image/png', 0),
(1177, 4, '2018-07-18 14:35:35', '2018-07-18 12:35:35', '', 'whyidams-03', '', 'inherit', 'open', 'closed', '', 'whyidams-03', '', '', '2018-07-18 14:35:35', '2018-07-18 12:35:35', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/whyidams-03.png', 0, 'attachment', 'image/png', 0),
(1178, 4, '2018-07-18 14:37:54', '2018-07-18 12:37:54', '', 'paquetes-01', '', 'inherit', 'open', 'closed', '', 'paquetes-01', '', '', '2018-07-18 14:37:54', '2018-07-18 12:37:54', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/paquetes-01.png', 0, 'attachment', 'image/png', 0),
(1179, 4, '2018-07-18 14:37:55', '2018-07-18 12:37:55', '', 'paquetes-02', '', 'inherit', 'open', 'closed', '', 'paquetes-02', '', '', '2018-07-18 14:37:55', '2018-07-18 12:37:55', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/paquetes-02.png', 0, 'attachment', 'image/png', 0),
(1180, 4, '2018-07-18 14:37:57', '2018-07-18 12:37:57', '', 'paquetes-03', '', 'inherit', 'open', 'closed', '', 'paquetes-03', '', '', '2018-07-18 14:37:57', '2018-07-18 12:37:57', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/paquetes-03.png', 0, 'attachment', 'image/png', 0),
(1181, 4, '2018-07-18 14:38:00', '2018-07-18 12:38:00', '', 'paquetes-04', '', 'inherit', 'open', 'closed', '', 'paquetes-04', '', '', '2018-07-18 14:38:00', '2018-07-18 12:38:00', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/paquetes-04.png', 0, 'attachment', 'image/png', 0),
(1182, 4, '2018-07-18 14:38:02', '2018-07-18 12:38:02', '', 'paquetes-05', '', 'inherit', 'open', 'closed', '', 'paquetes-05', '', '', '2018-07-18 14:38:02', '2018-07-18 12:38:02', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/paquetes-05.png', 0, 'attachment', 'image/png', 0),
(1183, 4, '2018-07-18 14:38:06', '2018-07-18 12:38:06', '', 'paquetes-06', '', 'inherit', 'open', 'closed', '', 'paquetes-06', '', '', '2018-07-18 14:38:06', '2018-07-18 12:38:06', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/paquetes-06.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1184, 4, '2018-07-18 14:40:08', '2018-07-18 12:40:08', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_17983\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_39761\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_25199\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_56316\"][cz_separator style=\"cz_sep_30\" id=\"cz_99269\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_66915\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_80369\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_16493\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_76321\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_66718\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_76558\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_30230\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_17965\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_77661\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71968\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_23953\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_62662\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_99714\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_36007\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_96717\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_40995\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_36149\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_55023\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_67619\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48290\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_33870\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_23429\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_99670\"][cz_title css_animation=\"fadeInUp\" id=\"cz_24247\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_45459\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_14640\"][cz_title css_animation=\"fadeInUp\" id=\"cz_31120\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_74109\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28729\"][cz_title css_animation=\"fadeInUp\" id=\"cz_76325\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_73379\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_84534\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_56694\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_78762\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_60855\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_23412\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_55320\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_79975\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_30267\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_32981\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_51944\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_43110\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84533\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_51659\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_68006\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_81251\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_81544\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_93045\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_36275\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_49163\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_41335\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_59034\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_61482\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41006\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72171\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_95830\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_44535\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_92180\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_69940\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_62154\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_68506\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_43320\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_46688\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25200\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22082\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96433\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_37502\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_66292\"][cz_image size=\"thumbnail\" id=\"cz_76408\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56659\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_88163\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28353\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_88658\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72697\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_68901\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_56665\"][cz_image size=\"thumbnail\" id=\"cz_53948\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_50445\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49710\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_79112\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88498\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_79935\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_38147\"][cz_image size=\"thumbnail\" id=\"cz_49980\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20941\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99207\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45810\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_54366\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91388\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_15751\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_16520\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_59894\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_47960\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52098\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73984\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58932\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_48531\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_11487\"][cz_image size=\"thumbnail\" id=\"cz_25224\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24940\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57035\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13388\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_42182\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45694\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_74974\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_99972\"][cz_image size=\"thumbnail\" id=\"cz_91248\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_28922\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50417\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40958\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96924\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_38916\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_20894\"][cz_image size=\"thumbnail\" id=\"cz_35071\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77785\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30725\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34278\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_23596\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73981\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_25667\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_28236\"][cz_image size=\"thumbnail\" id=\"cz_79391\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_74450\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65086\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31489\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48435\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_24018\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_68909\"][cz_image size=\"thumbnail\" id=\"cz_48812\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38132\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82738\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94736\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_40409\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24920\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_40430\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_15383\"][cz_image size=\"thumbnail\" id=\"cz_24893\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_31679\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33195\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64200\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61527\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_30119\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_92005\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_71310\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_54079\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_69790\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_90925\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 14:40:08', '2018-07-18 12:40:08', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1185, 4, '2018-07-18 14:40:08', '2018-07-18 12:40:08', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_77246\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_82276\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_64906\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_91802\"][cz_separator style=\"cz_sep_30\" id=\"cz_99402\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_44297\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_66253\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_64488\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_64676\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_14689\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_77396\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_33585\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_52390\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_15528\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_16324\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_47127\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_44826\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_30134\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_76447\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_49098\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_43916\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_97015\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_71182\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_97005\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_58542\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_90190\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89010\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_29852\"][cz_title css_animation=\"fadeInUp\" id=\"cz_44270\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_58801\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_20778\"][cz_title css_animation=\"fadeInUp\" id=\"cz_21516\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_41078\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_74573\"][cz_title css_animation=\"fadeInUp\" id=\"cz_13319\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_40480\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_18871\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_68462\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_93858\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72436\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_72041\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71254\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94911\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_24432\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_75671\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11235\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_60448\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_20497\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_30258\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36895\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_58485\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_63064\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_33910\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_29668\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_60069\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n.[/vc_column_text][cz_gap height=\"30px\" id=\"cz_81342\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19859\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_49080\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11194\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_53018\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96771\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_20861\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_63424\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_37849\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_84324\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_65633\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_67219\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_92085\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34095\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61077\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64521\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_95026\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_32332\"][cz_image size=\"thumbnail\" id=\"cz_59432\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19458\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_96892\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59557\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_68795\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_17390\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_78705\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_94580\"][cz_image size=\"thumbnail\" id=\"cz_64764\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_41769\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28491\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_83322\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90728\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_98722\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_92070\"][cz_image size=\"thumbnail\" id=\"cz_39808\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98806\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45088\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36580\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_19668\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97401\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_63319\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_92881\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_63034\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_30538\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84966\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_86019\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80505\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_49488\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_81045\"][cz_image size=\"thumbnail\" id=\"cz_12838\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97810\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89392\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98619\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_57367\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58188\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_16010\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_36073\"][cz_image size=\"thumbnail\" id=\"cz_52768\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_69663\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66731\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70148\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52985\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_57459\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_68871\"][cz_image size=\"thumbnail\" id=\"cz_45056\" image=\"1040\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86157\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67677\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79033\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_22737\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76234\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_76435\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_74946\"][cz_image size=\"thumbnail\" id=\"cz_69115\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_39470\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94373\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_54082\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25490\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_74879\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_92459\"][cz_image size=\"thumbnail\" id=\"cz_95424\" image=\"1031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76606\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90269\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84817\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_75226\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47637\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_43006\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_80125\"][cz_image size=\"thumbnail\" id=\"cz_72599\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_84663\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49789\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39331\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54812\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_91664\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_85679\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_23683\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_36720\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_71837\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_80249\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 14:40:08', '2018-07-18 12:40:08', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1186, 4, '2018-07-18 14:57:20', '2018-07-18 12:57:20', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_57808\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_65283\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_51847\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_78981\"][cz_separator style=\"cz_sep_30\" id=\"cz_96046\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_64945\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_99467\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_83227\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_44086\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_52596\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85074\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_70609\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_14554\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_66025\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_31858\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_83739\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_90340\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_15117\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_38579\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_80404\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_14121\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_17679\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_68552\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_62193\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_65241\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_81168\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18610\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61135\"][cz_title css_animation=\"fadeInUp\" id=\"cz_32197\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64886\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_30101\"][cz_title css_animation=\"fadeInUp\" id=\"cz_78894\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30170\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70837\"][cz_title css_animation=\"fadeInUp\" id=\"cz_57876\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_26217\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_35783\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_57343\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_98334\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_68758\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_98828\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_83408\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_39367\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_13382\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_49434\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_60114\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_86011\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_39774\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_64120\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_24590\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20179\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_67131\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31159\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_77620\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_29324\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85289\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_58788\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_36824\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_46425\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_79875\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90599\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_65415\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_58770\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20770\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_36252\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_16646\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_35876\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_60924\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62878\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34210\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29683\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_61707\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_17619\"][cz_image size=\"thumbnail\" id=\"cz_57940\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63979\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_55943\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18055\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_49990\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84607\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_71065\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_63470\"][cz_image size=\"thumbnail\" id=\"cz_93675\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_38196\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83518\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71296\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56409\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_68808\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_30085\"][cz_image size=\"thumbnail\" id=\"cz_82122\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_15233\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98850\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72722\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_69537\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57620\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_82381\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_94679\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_63156\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_18257\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55604\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26035\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41357\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_74176\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_76631\"][cz_image size=\"thumbnail\" id=\"cz_47865\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32116\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40611\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92697\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_39060\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79491\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_77304\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_99014\"][cz_image size=\"thumbnail\" id=\"cz_42961\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_70980\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37210\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26480\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42277\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_82509\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_84177\"][cz_image size=\"thumbnail\" id=\"cz_61251\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64632\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_88300\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60102\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_37354\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57837\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_17722\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_19736\"][cz_image size=\"thumbnail\" id=\"cz_52516\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_69767\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26883\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97009\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84692\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_57129\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_71186\"][cz_image size=\"thumbnail\" id=\"cz_61323\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_93884\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_92191\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90824\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_86582\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31252\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_70315\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_63886\"][cz_image size=\"thumbnail\" id=\"cz_30266\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_13277\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34867\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56366\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28646\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_66033\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_38876\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_12824\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_27285\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_92397\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_90013\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 14:57:20', '2018-07-18 12:57:20', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1187, 4, '2018-07-18 14:57:20', '2018-07-18 12:57:20', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_76276\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1531886729298{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_29752\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_47850\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_82887\"][cz_separator style=\"cz_sep_30\" id=\"cz_38378\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_89256\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_52655\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_54150\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_86266\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_37347\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_11280\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_57453\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_87560\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_94054\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_49644\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_78384\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_80636\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_69786\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_48699\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_44523\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_88942\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_50866\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_68279\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_45309\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_68401\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_34313\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_73074\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70115\"][cz_title css_animation=\"fadeInUp\" id=\"cz_50487\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_65472\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60128\"][cz_title css_animation=\"fadeInUp\" id=\"cz_26764\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84114\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_96868\"][cz_title css_animation=\"fadeInUp\" id=\"cz_98541\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_22492\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_86125\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_51196\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_65532\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72391\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_77433\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_65702\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29845\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64994\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_59756\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_68379\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_43378\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_40392\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_38165\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_80967\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_73805\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_27107\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31833\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_42085\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_61305\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89124\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_65287\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_34380\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59239\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_15775\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_88741\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_19368\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_31428\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72855\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_16236\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_29970\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_84237\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_91250\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70056\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_49769\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63642\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_47489\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_15471\"][cz_image size=\"thumbnail\" id=\"cz_82376\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12483\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_64117\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50755\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_44751\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93399\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_77810\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_25719\"][cz_image size=\"thumbnail\" id=\"cz_67204\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_93806\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46442\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98179\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55112\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35567\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_63466\"][cz_image size=\"thumbnail\" id=\"cz_78382\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83696\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68131\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67123\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_91953\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88449\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_39979\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_97078\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_18419\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_24216\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_88329\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77364\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62875\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_51972\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_24854\"][cz_image size=\"thumbnail\" id=\"cz_67236\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34349\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26227\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31353\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_73993\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59868\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_24753\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_51804\"][cz_image size=\"thumbnail\" id=\"cz_74477\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_80846\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45611\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_20920\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79025\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_89612\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_45376\"][cz_image size=\"thumbnail\" id=\"cz_42492\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67994\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29072\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99513\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_35118\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21026\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_87963\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_63986\"][cz_image size=\"thumbnail\" id=\"cz_18104\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_95272\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77092\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_95323\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72637\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_39968\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_47295\"][cz_image size=\"thumbnail\" id=\"cz_86380\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96093\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70533\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12608\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_27447\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44527\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_61365\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_41089\"][cz_image size=\"thumbnail\" id=\"cz_85221\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_35842\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21936\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30832\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45652\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_89851\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_20444\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_79917\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_32344\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_77328\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_97879\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 14:57:20', '2018-07-18 12:57:20', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1191, 4, '2018-07-18 15:08:50', '2018-07-18 13:08:50', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_95214\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_73928\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_32538\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_66312\"][cz_separator style=\"cz_sep_30\" id=\"cz_79282\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_14986\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_98686\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_21458\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_69134\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_35944\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_95677\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_65151\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_61877\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_22751\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_20317\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_22559\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_59508\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_27349\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59051\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_43033\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_38746\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_30186\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_94959\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_37782\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_24714\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_13248\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_55723\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_36358\"][cz_title css_animation=\"fadeInUp\" id=\"cz_92453\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_16392\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_34261\"][cz_title css_animation=\"fadeInUp\" id=\"cz_87668\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_79209\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_55688\"][cz_title css_animation=\"fadeInUp\" id=\"cz_53980\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_58491\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_59564\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_52667\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_68839\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28699\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_77500\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_64516\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82739\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_39378\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_76157\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_91946\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_50826\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35665\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_19295\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_98766\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_67588\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_46930\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28953\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_62547\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_73601\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_42557\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64685\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_29325\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67804\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_57138\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34606\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_90955\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_44806\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13816\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_46644\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_87676\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_61197\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_95097\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40343\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30036\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23796\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_17844\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_83441\"][cz_image size=\"thumbnail\" id=\"cz_95424\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46112\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_59599\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87371\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_85828\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84153\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_95555\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_84595\"][cz_image size=\"thumbnail\" id=\"cz_51741\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_42486\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13548\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_14289\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16087\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_44994\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_67863\"][cz_image size=\"thumbnail\" id=\"cz_34301\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12799\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25001\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57797\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_92643\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58697\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_60502\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_39287\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_46373\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_21699\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34385\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75606\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40625\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_47070\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_82340\"][cz_image size=\"thumbnail\" id=\"cz_24067\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42495\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28452\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72555\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_29866\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14280\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_56708\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_25422\"][cz_image size=\"thumbnail\" id=\"cz_87764\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_97338\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56797\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90202\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11627\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_61773\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_35197\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68380\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84964\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36885\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_82271\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42762\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_29529\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_40968\"][cz_image size=\"thumbnail\" id=\"cz_92153\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_57706\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76231\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13853\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80980\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_51838\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_43367\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28051\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34178\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56323\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_59435\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51520\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_28878\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_78191\"][cz_image size=\"thumbnail\" id=\"cz_54690\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_74476\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92502\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42455\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71814\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_49299\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_32658\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_72331\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_99962\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_56744\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_40712\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 15:08:50', '2018-07-18 13:08:50', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1192, 4, '2018-07-18 15:08:51', '2018-07-18 13:08:51', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_84927\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_82519\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_22983\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_27689\"][cz_separator style=\"cz_sep_30\" id=\"cz_12048\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_52840\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_19843\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_58644\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_29072\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_22585\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_39625\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_69799\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_54842\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_56565\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92867\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_11166\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_16001\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_44388\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28934\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_83082\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_87967\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_92299\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_75584\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_30423\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_64114\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_24884\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51970\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_36446\"][cz_title css_animation=\"fadeInUp\" id=\"cz_24846\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_97603\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_66047\"][cz_title css_animation=\"fadeInUp\" id=\"cz_98662\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_80122\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_77919\"][cz_title css_animation=\"fadeInUp\" id=\"cz_26352\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_81060\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_30760\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_35084\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_39705\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_48721\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_46559\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_68219\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_18521\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90291\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_24785\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11388\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_90346\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29675\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_44665\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_19280\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12757\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_32633\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_11580\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_77231\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_51945\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64583\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_91004\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_92805\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89918\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_15851\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90409\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_55965\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_14514\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_70531\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_33885\"][/vc_column][/vc_row][vc_row][vc_column][cz_title shape=\"image\" id=\"cz_29755\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_51592\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_53534\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53729\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80187\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91145\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_89177\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_48406\"][cz_image size=\"thumbnail\" id=\"cz_98555\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79469\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_62080\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98832\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_69815\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80645\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_43498\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_77985\"][cz_image size=\"thumbnail\" id=\"cz_82292\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_65021\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78454\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59523\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16967\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_43037\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_50527\"][cz_image size=\"thumbnail\" id=\"cz_98661\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32956\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_55268\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89070\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_77811\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58671\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_59602\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_11696\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_77316\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_11195\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54120\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31045\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80271\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_45265\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_20223\"][cz_image size=\"thumbnail\" id=\"cz_28677\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43820\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_88581\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79647\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_42653\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58396\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_60292\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_75041\"][cz_image size=\"thumbnail\" id=\"cz_36382\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_42584\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40062\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_14836\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90997\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_45918\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_46763\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41525\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44579\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68608\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_85682\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_33649\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_46420\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_44353\"][cz_image size=\"thumbnail\" id=\"cz_82141\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_47005\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21669\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82225\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90015\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_41604\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_62496\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35281\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_50716\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80062\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_67991\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39298\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_59710\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_99533\"][cz_image size=\"thumbnail\" id=\"cz_86584\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_20002\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74574\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22966\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51476\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_14637\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_26691\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_42473\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_49444\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_62344\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_72887\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 15:08:51', '2018-07-18 13:08:51', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1193, 4, '2018-07-18 15:11:46', '2018-07-18 13:11:46', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_39578\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_83372\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_82832\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_91484\"][cz_separator style=\"cz_sep_30\" id=\"cz_70401\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_28506\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_65518\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_22035\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_85303\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_61677\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_55580\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_19717\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_92929\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_72782\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_69202\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_71057\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_23189\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_63245\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_63342\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_46764\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_76118\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_89687\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_71363\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_53425\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_18201\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_80047\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_15494\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_72260\"][cz_title css_animation=\"fadeInUp\" id=\"cz_72083\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_29633\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_54171\"][cz_title css_animation=\"fadeInUp\" id=\"cz_11661\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13005\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_37003\"][cz_title css_animation=\"fadeInUp\" id=\"cz_92035\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_72296\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_54399\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_57553\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_83220\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_39703\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_19231\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38801\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_48309\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_12160\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_11583\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_17511\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72106\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23661\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_69646\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_35449\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_59314\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_45764\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_25136\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_30677\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_88078\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_32226\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_99614\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_92462\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_93376\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_71697\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_22095\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_47547\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72248\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23990\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_73440\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_64283\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_85175\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_27839\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21837\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68396\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56432\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_29958\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_96086\"][cz_image size=\"thumbnail\" id=\"cz_93630\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31007\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_96559\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11142\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_92003\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20220\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_69677\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_27452\"][cz_image size=\"thumbnail\" id=\"cz_68424\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_15442\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_41478\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87990\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92409\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_62593\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_87605\"][cz_image size=\"thumbnail\" id=\"cz_84872\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_55970\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59302\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95856\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_92406\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31551\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_19847\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_65846\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_84724\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_93912\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82575\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_95450\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62308\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_39007\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_25408\"][cz_image size=\"thumbnail\" id=\"cz_58395\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32637\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45305\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54954\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_32669\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_37308\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_64064\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_91236\"][cz_image size=\"thumbnail\" id=\"cz_53650\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_32488\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95567\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84017\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20479\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_87977\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_46611\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96973\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_72849\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91470\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_56275\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68706\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_83876\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_76716\"][cz_image size=\"thumbnail\" id=\"cz_77442\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_49723\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61440\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71354\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32298\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_56891\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_33663\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60194\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71188\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80947\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_81721\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_16494\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_35902\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14390\"][cz_image size=\"thumbnail\" id=\"cz_42691\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_88855\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94515\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85231\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21343\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_90083\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_69248\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_30711\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_78060\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_15860\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_27684\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 15:11:47', '2018-07-18 13:11:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1194, 4, '2018-07-18 15:11:48', '2018-07-18 13:11:48', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_50909\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_96219\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_72849\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_19616\"][cz_separator style=\"cz_sep_30\" id=\"cz_80096\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_49565\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_85947\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_29819\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_99895\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_57302\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51006\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_56786\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_79855\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_11201\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_27975\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_60803\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_81811\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_33358\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85594\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_85091\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_64939\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_74450\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_79607\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_50170\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_84682\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_69690\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19419\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_15394\"][cz_title css_animation=\"fadeInUp\" id=\"cz_47750\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24168\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_31968\"][cz_title css_animation=\"fadeInUp\" id=\"cz_87549\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_20388\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93706\"][cz_title css_animation=\"fadeInUp\" id=\"cz_96054\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_89374\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_43272\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_82002\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_19193\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_43168\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_39305\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59089\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_88844\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19160\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_59180\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_16819\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68852\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_40991\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_39067\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_54447\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_26083\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_92895\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28897\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_94579\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_43066\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13580\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64269\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_51375\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_17863\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12019\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64433\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_38721\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_88458\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_73710\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_32427\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_84512\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_63085\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_64589\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66514\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71168\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96647\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_94708\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_30258\"][cz_image size=\"thumbnail\" id=\"cz_85491\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13868\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_78327\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91199\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71610\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19319\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_30266\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_26057\"][cz_image size=\"thumbnail\" id=\"cz_34291\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_23162\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43844\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28871\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55118\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_46313\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_82029\"][cz_image size=\"thumbnail\" id=\"cz_95382\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53066\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82938\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59815\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_80676\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71396\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_33526\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_13104\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_55908\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_85500\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66583\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22423\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56668\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_63230\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_17131\"][cz_image size=\"thumbnail\" id=\"cz_75816\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48722\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19889\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54143\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_39921\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80389\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_62351\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_59077\"][cz_image size=\"thumbnail\" id=\"cz_95335\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_85532\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71129\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39180\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14403\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_26247\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_74383\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85322\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_21629\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27449\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_68260\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_70334\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_97015\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_39657\"][cz_image size=\"thumbnail\" id=\"cz_92749\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_99008\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84455\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78250\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65592\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_95767\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_34919\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28823\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_12899\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99624\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3 style=\"text-align: right;\"><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: right;\"><span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span></p>\r\n<p>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_66434\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21677\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_53767\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_95245\"][cz_image size=\"thumbnail\" id=\"cz_90955\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_16119\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54323\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_86291\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90541\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_25452\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_25472\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_93833\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531193242897{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_40588\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_88744\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_79156\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 15:11:48', '2018-07-18 13:11:48', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1195, 4, '2018-07-18 15:19:40', '2018-07-18 13:19:40', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_37637\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_17648\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_59308\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_18793\"][cz_separator style=\"cz_sep_30\" id=\"cz_36403\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_92675\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_70323\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_23424\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_58371\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_22919\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_84186\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_26953\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_40361\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_87881\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_20928\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_93933\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_85593\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_72653\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_38326\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_73909\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_44378\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_37920\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_30767\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_62367\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_22746\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_77891\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91426\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_77233\"][cz_title css_animation=\"fadeInUp\" id=\"cz_58070\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_93541\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_75912\"][cz_title css_animation=\"fadeInUp\" id=\"cz_84597\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_11190\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_35221\"][cz_title css_animation=\"fadeInUp\" id=\"cz_92279\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_36482\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_27896\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_62602\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_48795\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75157\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_74411\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_32982\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_90999\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_14773\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_20863\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11928\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97595\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_95345\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_73471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_35921\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_69255\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_17849\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62730\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_88911\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_69105\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_74366\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66802\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_60532\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_51599\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_24873\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54073\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_27512\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_98359\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_54152\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_51622\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_90638\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_79524\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_68408\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53241\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28320\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43565\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_27652\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_50191\"][cz_image size=\"thumbnail\" id=\"cz_34565\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31314\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_59944\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35382\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_28910\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55289\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_97743\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_53720\"][cz_image size=\"thumbnail\" id=\"cz_24545\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_15592\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16451\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13456\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73586\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_79707\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_69147\"][cz_image size=\"thumbnail\" id=\"cz_34119\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31307\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82910\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77082\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47708\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81269\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_31234\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_88219\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_71907\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_99648\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56627\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25148\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27968\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_89082\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_41689\"][cz_image size=\"thumbnail\" id=\"cz_67049\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23648\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61893\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26993\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_47919\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79692\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_71172\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_45663\"][cz_image size=\"thumbnail\" id=\"cz_33413\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_84606\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50144\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38754\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86952\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_23731\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_18461\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56100\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46739\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38657\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_39010\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23821\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_75255\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_20279\"][cz_image size=\"thumbnail\" id=\"cz_43945\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_63474\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81075\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_43593\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20102\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_95113\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_60451\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98074\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36803\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27500\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_21722\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87585\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_43383\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_58531\"][cz_image size=\"thumbnail\" id=\"cz_67278\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_14555\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93083\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89580\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88051\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_43227\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_28334\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_75003\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_55848\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_35685\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_31103\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_91476\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 15:19:40', '2018-07-18 13:19:40', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1196, 4, '2018-07-18 15:19:40', '2018-07-18 13:19:40', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_63232\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_59003\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_15298\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_38487\"][cz_separator style=\"cz_sep_30\" id=\"cz_68171\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_48132\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_90851\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_49247\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_80615\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_99842\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_44360\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_41067\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_97917\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_70052\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57457\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_19639\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_57638\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_89729\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67059\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_24916\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_93174\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_60143\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_14497\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_81226\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_92260\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_31721\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56229\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_48108\"][cz_title css_animation=\"fadeInUp\" id=\"cz_56295\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76222\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_39584\"][cz_title css_animation=\"fadeInUp\" id=\"cz_19527\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_35225\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_43772\"][cz_title css_animation=\"fadeInUp\" id=\"cz_46903\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_92286\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_80793\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_37754\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_41533\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_61409\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_37597\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_74782\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_91365\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35514\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_44835\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_48822\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_44043\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_91362\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_38552\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_99992\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16279\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_31726\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_60135\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_19665\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_12953\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_52395\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_40275\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_58072\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89393\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85460\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34294\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_28977\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_93876\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_58409\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_61639\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_40780\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_50696\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_42432\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_67424\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81118\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92731\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_93911\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_55901\"][cz_image size=\"thumbnail\" id=\"cz_84097\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29426\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_89626\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32919\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_62358\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80989\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_60361\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_62351\"][cz_image size=\"thumbnail\" id=\"cz_86157\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_80977\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22487\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94711\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82819\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63771\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_34987\"][cz_image size=\"thumbnail\" id=\"cz_40891\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53165\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_20447\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64075\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71031\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14324\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_22485\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_32670\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_43993\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_62070\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63992\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11418\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43189\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_56724\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_94218\"][cz_image size=\"thumbnail\" id=\"cz_87980\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40821\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_23644\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77606\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_62630\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74892\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_58595\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_22991\"][cz_image size=\"thumbnail\" id=\"cz_37244\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_44753\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92857\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48620\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39465\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_75677\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_12392\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63341\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16568\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54446\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_72678\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69532\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_25478\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_75891\"][cz_image size=\"thumbnail\" id=\"cz_80907\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_47038\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19884\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42977\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99920\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_20192\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_75056\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56644\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_14410\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63036\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_86354\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26944\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_40643\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_48985\"][cz_image size=\"thumbnail\" id=\"cz_90726\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_88128\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60865\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27971\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32881\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_53723\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_65480\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_61235\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_29400\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_66761\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_24577\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_34857\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 15:19:40', '2018-07-18 13:19:40', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1197, 4, '2018-07-18 15:32:35', '2018-07-18 13:32:35', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_61845\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_16898\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_48731\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_24149\"][cz_separator style=\"cz_sep_30\" id=\"cz_32496\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_30889\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_38000\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_46624\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_16705\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_46011\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96195\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_64377\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_84930\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_79056\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_63490\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_61449\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_80881\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_25247\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51297\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_26080\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_82091\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_61870\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_11666\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_64030\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_96325\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_77405\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_99646\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_87494\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48509\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_54342\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_31671\"][cz_title css_animation=\"fadeInUp\" id=\"cz_99243\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60129\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_69292\"][cz_title css_animation=\"fadeInUp\" id=\"cz_23393\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_81514\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_89071\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_50283\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_28139\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_94665\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_85183\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_24334\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_59043\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_70113\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_92280\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22534\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_31563\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_73161\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_36671\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71750\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_88131\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_18762\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_33620\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_88687\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71682\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29945\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66092\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_71328\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_17440\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_14601\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_25671\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_38000\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13845\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_74689\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_96182\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_26127\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_56204\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_85253\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65300\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73232\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79919\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_50483\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_86456\"][cz_image size=\"thumbnail\" id=\"cz_38962\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20597\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_78736\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50385\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_41049\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51898\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_75945\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_12799\"][cz_image size=\"thumbnail\" id=\"cz_40029\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_83597\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35309\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28716\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55280\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_54144\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_83698\"][cz_image size=\"thumbnail\" id=\"cz_26609\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60473\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87189\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41169\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_87363\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89923\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_15859\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_83545\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_16051\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_60952\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68798\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70240\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34185\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_48717\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_20724\"][cz_image size=\"thumbnail\" id=\"cz_20642\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76569\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30210\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88267\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_26955\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60149\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_40165\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_91790\"][cz_image size=\"thumbnail\" id=\"cz_61838\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_69084\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75387\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_86036\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86690\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_30668\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_40180\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70389\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46166\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89543\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_57578\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76225\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_76906\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_47502\"][cz_image size=\"thumbnail\" id=\"cz_80973\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_60451\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52442\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41926\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29249\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_22682\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_65001\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66856\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_32296\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74532\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_43426\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51395\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_62800\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_59270\"][cz_image size=\"thumbnail\" id=\"cz_11545\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_91855\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51060\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_62272\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60940\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_26448\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_48309\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_47630\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_46005\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_77379\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_18020\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_81061\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 15:32:36', '2018-07-18 13:32:36', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1198, 4, '2018-07-18 15:32:36', '2018-07-18 13:32:36', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_66922\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_64487\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_57286\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_43828\"][cz_separator style=\"cz_sep_30\" id=\"cz_11989\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_38260\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_93168\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_53321\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_69076\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_22418\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_64893\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_34078\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_78164\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_86078\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_97500\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_21590\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_37473\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_60300\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_69749\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_37908\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_52155\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_20809\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_89069\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_13095\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_36146\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_37379\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49615\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_71041\"][cz_title css_animation=\"fadeInUp\" id=\"cz_14758\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56525\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52102\"][cz_title css_animation=\"fadeInUp\" id=\"cz_70569\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_21012\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_98278\"][cz_title css_animation=\"fadeInUp\" id=\"cz_14397\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_21891\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_36539\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_96455\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_64101\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_94504\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_18874\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_28994\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_28583\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_85927\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_15072\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_26083\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96406\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_41435\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_75272\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_66156\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68232\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_27428\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75855\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_57302\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_29413\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12002\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83571\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_67918\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71932\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87218\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_24443\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_24034\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57787\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #999999;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_34345\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_22313\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_61074\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_45125\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_47741\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57529\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98116\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42245\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_65292\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_27111\"][cz_image size=\"thumbnail\" id=\"cz_59718\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51219\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_31073\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74690\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47626\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61398\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_49963\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_13783\"][cz_image size=\"thumbnail\" id=\"cz_29631\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_66281\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78527\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75822\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84583\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_79418\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_59393\"][cz_image size=\"thumbnail\" id=\"cz_52502\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51350\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46612\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65834\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_64274\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93288\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_89069\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_75476\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_54362\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_34195\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23217\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11892\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32311\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_54352\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_66073\"][cz_image size=\"thumbnail\" id=\"cz_48311\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14070\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17293\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68274\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_77650\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53809\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_29672\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_27613\"][cz_image size=\"thumbnail\" id=\"cz_56481\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_48192\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82783\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_35008\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24015\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_67367\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_14427\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_72298\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19869\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54667\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_18910\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74593\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_18941\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_12199\"][cz_image size=\"thumbnail\" id=\"cz_63662\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_83307\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55451\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_86746\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95414\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_56232\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_19058\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_49766\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22306\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56259\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_52726\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28488\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_24533\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_30376\"][cz_image size=\"thumbnail\" id=\"cz_71187\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_43094\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46879\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27668\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80175\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_29662\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_51566\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_93080\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_85918\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_54883\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_65378\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_94677\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 15:32:36', '2018-07-18 13:32:36', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1205, 3, '2018-07-23 19:14:57', '2018-07-23 17:14:57', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_27741\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]<br />\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have better control of everything that’s happening in your department.<br />\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\n<ul>\n<li>Assistance</li>\n<li>Paid time</li>\n<li>Invoiced hours</li>\n<li>Technicians\' productivity and efficiency</li>\n</ul>\n<p><!--more--></p>\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving any task unattended.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]<br />\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_62144\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]<br />\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine your required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\n<!--more--></p>\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications, bar code reader and QR.</p>\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_77325\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]<br />\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole <strong>sales conversion process</strong> in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work and performance.</p>\n<p>For sales executives: Management of action plans for control of quality standards in your client service, assignment and fulfillment of activities in <strong>your personalized activity board.</strong></p>\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\n<ul>\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]<br />\n<p style=\"text-align: justify;\">Create market segmentations that will make it possible for you to develop better <strong>targeted marketing campaigns</strong>, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\n<p>It\'s not rocket science.</p>\n<ul>\n<li>Send and manage, from <strong>one integrated interface</strong>, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\n</ul>\n<p>Management of central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_21842\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1356\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<br />\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\nHandling of logistics and distribution of all your vehicles, focusing on <strong>control of the supply chain</strong> of your products, for new and pre-owned vehicles, while giving support to trade-in activities.</p>\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\n<p>Handling of test drives for clients, potential clients or internal use of company.</p>\n<p>Mobile application usage for <strong>IOS or Android</strong> devices for manipulation of vehicles on news or pre-owned level.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_80159\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automation of different <strong>processes</strong> such as:</p>\n<ul>\n<li>E-mails to leads, prospects and clients.</li>\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\n<li>Change of status in different modules such as<strong> CRM, Vehicles and Services</strong>.</li>\n<li>Log records.</li>\n<li>High level language.</li>\n<li>Access to system business objects.</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1358\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_93802\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Built-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\n<ul>\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\n</ul>\n<p>Technological <strong>tools management</strong> such as:</p>\n<ul>\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\n</ul>\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\n<p>Currency management according to company <strong>location and transactions’ needs</strong><br />\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_94066\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from <strong>one integrated platform</strong> to the other modules of your DMS.</p>\n<ul>\n<li>Chart of accounts and journals of your daily transactions</li>\n<li>Cash accounts</li>\n<li>Bank accounts</li>\n<li>Credit card management</li>\n<li>Receivables and payables</li>\n<li>Vouchers</li>\n<li>Budgets definition and control</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1360\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_34677\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1361\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n<li>Maintenance and creation of <strong>reports and documents</strong>, such as invoices and orders.</li>\n<li>WYSIWYG Designer</li>\n<li>Export and import of required XML files</li>\n<li>Direct access to Metadata</li>\n<li>Multiple bands available</li>\n<li>Sub-reports<br />\nValidation and appearance rules</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_87969\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n<li>For dealership markets, installed as a <strong>separate business unit</strong>.</li>\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_49806\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\n<ul>\n<li>Customization of layouts</li>\n<li>Changes of themes</li>\n<li>Define your language and adapt it to your preferences</li>\n<li>Integration of all modules in one application</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-autosave-v1', '', '', '2018-07-23 19:14:57', '2018-07-23 17:14:57', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-autosave-v1/', 0, 'revision', '', 0),
(1206, 3, '2018-07-18 17:15:52', '2018-07-18 15:15:52', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_49612\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_20846\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_38709\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_29528\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_90735\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_43243\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_20725\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_32929\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_49303\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_38594\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_77830\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_48418\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_61508\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_15814\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_80952\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_48711\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_43262\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_20609\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_22313\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_65541\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:15:52', '2018-07-18 15:15:52', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1207, 3, '2018-07-18 17:15:52', '2018-07-18 15:15:52', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_50167\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_51437\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_69931\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_29294\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_92909\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_25844\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_55282\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_64689\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_66895\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_14530\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_20312\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_16507\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_24266\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_47911\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_34925\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_15001\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_80044\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_44540\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_36820\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_29347\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:15:52', '2018-07-18 15:15:52', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 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
(1208, 3, '2018-07-18 17:16:41', '2018-07-18 15:16:41', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_37341\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_93782\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_46145\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_51908\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_41207\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41194\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_49281\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_50798\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_80231\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_67594\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_30858\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_43572\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_43771\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_71719\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_30426\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_89026\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_12509\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_72722\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_62758\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_77276\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:16:41', '2018-07-18 15:16:41', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1209, 3, '2018-07-18 17:16:41', '2018-07-18 15:16:41', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_69464\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_71119\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_26471\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_99854\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_88726\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_74933\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_97100\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_58752\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_38579\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_52864\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_55952\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_64810\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_46647\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_90987\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_16719\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_76743\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_32181\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_54889\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_27542\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_12413\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:16:41', '2018-07-18 15:16:41', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1210, 3, '2018-07-18 17:18:30', '2018-07-18 15:18:30', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_49691\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_12082\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_76761\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_24890\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_52817\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_67282\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_64750\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_36837\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_92146\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_31235\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_66145\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_98638\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_86966\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_15387\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_33054\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_18917\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_41667\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_40131\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_13028\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_15776\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:18:31', '2018-07-18 15:18:31', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 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
(1211, 3, '2018-07-18 17:18:31', '2018-07-18 15:18:31', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_87645\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_35350\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_50800\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_90952\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_62572\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_59114\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_42805\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41228\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_91660\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_70165\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_79624\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41352\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_71137\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_56385\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_55131\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_23955\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_23668\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_19881\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_49681\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_15814\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:18:31', '2018-07-18 15:18:31', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1212, 3, '2018-07-18 17:20:19', '2018-07-18 15:20:19', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_66355\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_48654\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_93320\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_42151\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_13534\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41170\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_75049\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_93902\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_26247\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_69584\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_73699\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_14139\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_70329\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_98335\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_78108\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_83162\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_90246\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_83368\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_20464\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_90015\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:20:20', '2018-07-18 15:20:20', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1213, 3, '2018-07-18 17:20:20', '2018-07-18 15:20:20', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_46682\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_96968\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_94136\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_35775\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_20019\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_18639\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_78621\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_94484\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_61411\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_69554\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_60610\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27767\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_18209\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_53931\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_58807\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_20633\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_83991\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_33857\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_14535\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_99127\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:20:20', '2018-07-18 15:20:20', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 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
(1214, 3, '2018-07-18 17:22:03', '2018-07-18 15:22:03', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_85882\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_11159\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_55664\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_82403\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_96792\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_84225\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_70080\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_87501\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_52995\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_35656\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_42463\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_52499\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_88170\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_68885\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_93768\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_74249\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_80903\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_82193\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_75417\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_92994\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:22:03', '2018-07-18 15:22:03', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1215, 3, '2018-07-18 17:22:03', '2018-07-18 15:22:03', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_84494\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_55194\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_75417\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_18976\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_27119\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_59623\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_41384\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_31480\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_37957\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27554\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_96191\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_23840\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_27602\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_51856\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_95133\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_24394\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_36082\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_65213\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_11896\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_77967\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:22:03', '2018-07-18 15:22:03', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1216, 3, '2018-07-18 17:22:30', '2018-07-18 15:22:30', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_82562\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_33104\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_43478\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_42862\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_90334\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_91737\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_59149\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_57453\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_53969\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_74661\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_26807\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_21408\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_19116\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_13361\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_28502\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_84809\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_83238\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_19473\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_15950\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_62814\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:22:30', '2018-07-18 15:22:30', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 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
(1217, 3, '2018-07-18 17:22:30', '2018-07-18 15:22:30', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_92691\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_31093\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_62995\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_26712\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_30202\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_42367\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_12750\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_20235\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_29373\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_51659\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_44590\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_11935\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_73652\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_76958\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_43686\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_63987\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_68695\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_91725\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_21440\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_22665\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:22:30', '2018-07-18 15:22:30', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1218, 3, '2018-07-18 17:23:44', '2018-07-18 15:23:44', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_28734\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text alignment=\"center\" ]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_21770\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_82332\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_95478\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_14674\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_92103\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_26003\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_49979\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_51369\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_12816\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_97300\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27720\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_94010\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_35618\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_99809\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_29377\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_63745\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_12956\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_35557\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_78451\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:23:44', '2018-07-18 15:23:44', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1219, 3, '2018-07-18 17:23:44', '2018-07-18 15:23:44', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_82819\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text alignment=\"center\" ]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_88293\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_12698\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27462\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_98254\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_47822\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_61888\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41689\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_85128\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_52507\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_69016\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_13862\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_63167\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_51348\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_98230\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_66731\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_43451\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_24233\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_16710\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_83710\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:23:44', '2018-07-18 15:23:44', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 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
(1220, 3, '2018-07-18 17:24:34', '2018-07-18 15:24:34', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_55804\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_ text alignment=\"center\" ]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_32882\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_82470\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_13546\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_81945\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_21665\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_82597\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_24744\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_81615\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_20337\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_47955\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_97130\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_30716\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_72993\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_95719\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_21141\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_66218\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_72768\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_91961\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_74708\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:24:34', '2018-07-18 15:24:34', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1221, 3, '2018-07-18 17:24:34', '2018-07-18 15:24:34', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_30096\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_ text alignment=\"center\" ]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_22163\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_95953\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_48979\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_42928\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_32341\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_54194\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_22492\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_95983\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_79503\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_99646\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_51787\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_12386\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_82117\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_54223\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_83220\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_92671\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_36820\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_96853\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_74287\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:24:34', '2018-07-18 15:24:34', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1222, 3, '2018-07-18 17:25:47', '2018-07-18 15:25:47', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_27918\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text align-text=\"center\" ]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_21233\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_52939\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_32540\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_47020\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_43784\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_81791\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_69702\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_22019\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_17477\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_58338\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27448\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_61012\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27338\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_24851\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_81984\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_44131\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_75291\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_14040\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_99274\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:25:47', '2018-07-18 15:25:47', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 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
(1223, 3, '2018-07-18 17:25:47', '2018-07-18 15:25:47', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_23462\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text align-text=\"center\" ]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_24860\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_42916\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41848\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_38783\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_64205\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_60031\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_64305\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_85006\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_83686\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_30919\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_12925\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_93808\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_72747\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_34354\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_40829\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_16532\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_16145\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_99420\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27440\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:25:47', '2018-07-18 15:25:47', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1224, 3, '2018-07-18 17:26:20', '2018-07-18 15:26:20', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_14173\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text align-text=\"justify\" ]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_86715\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_39774\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_94698\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_94532\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_17626\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_22505\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_87998\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_39256\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_51202\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_43484\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_62068\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_64952\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_17686\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_29080\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_13088\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_80149\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_42399\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_82360\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27099\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:26:21', '2018-07-18 15:26:21', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1225, 3, '2018-07-18 17:26:21', '2018-07-18 15:26:21', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_98171\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text align-text=\"justify\" ]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_44889\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_82332\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_88285\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_93012\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_78134\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_37484\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_48700\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_90472\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_91865\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_29778\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_93535\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_78580\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_58441\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_88233\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_73112\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_64956\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_99627\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_61111\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_93102\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:26:21', '2018-07-18 15:26:21', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 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
(1226, 3, '2018-07-18 17:27:02', '2018-07-18 15:27:02', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_48611\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text text-align=\"justify\" ]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_50239\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_29524\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_60213\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_46354\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_59717\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_94371\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_53174\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_96608\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_81884\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_49222\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_60106\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_40828\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_76123\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_81812\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_80933\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_28155\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_19180\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_34524\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_35878\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:27:03', '2018-07-18 15:27:03', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1227, 3, '2018-07-18 17:27:03', '2018-07-18 15:27:03', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_94645\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text text-align=\"justify\" ]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_49104\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_39176\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_56786\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_99366\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_20693\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_38497\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_49723\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_11414\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_88363\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_29526\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_48914\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_38602\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_47940\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_98017\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_73845\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_96546\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_92389\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_27020\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_93154\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:27:03', '2018-07-18 15:27:03', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1228, 3, '2018-07-18 17:27:41', '2018-07-18 15:27:41', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_49460\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_25541\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_77552\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_70031\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_42290\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_42279\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_84110\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_93464\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_40715\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_80355\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_90061\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_39555\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_48933\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_64124\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_39701\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_94828\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_43391\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_88329\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_30984\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_91314\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:27:41', '2018-07-18 15:27:41', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 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
(1229, 3, '2018-07-18 17:27:41', '2018-07-18 15:27:41', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_87366\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_46323\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_19028\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_11433\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_45428\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_80795\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_29013\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_17491\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_12458\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_31785\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_70725\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_50808\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_46215\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_48277\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_20839\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_77395\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_79445\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_93839\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_70859\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_20161\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 17:27:41', '2018-07-18 15:27:41', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 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
(1230, 4, '2018-07-18 18:09:38', '2018-07-18 16:09:38', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_67390\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_14397\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_50632\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_87603\"][cz_separator style=\"cz_sep_30\" id=\"cz_19262\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_70781\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_89878\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_25989\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_78219\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_66917\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_72958\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_88181\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_72407\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_32523\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_84626\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_50002\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_30126\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_23212\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_25312\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_75735\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_27660\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_18456\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_95681\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_35191\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_47442\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_87700\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37131\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_32103\"][cz_title css_animation=\"fadeInUp\" id=\"cz_34446\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67974\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_73604\"][cz_title css_animation=\"fadeInUp\" id=\"cz_90726\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_71260\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_24237\"][cz_title css_animation=\"fadeInUp\" id=\"cz_78329\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_79411\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_83907\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_68208\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_94290\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62127\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_35125\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67248\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_50308\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96421\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_88661\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_34935\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_46424\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18787\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_47036\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_60625\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_83412\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_63585\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_67970\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_79093\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_87665\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_15413\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66793\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_24797\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36405\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_90129\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81661\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_98899\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_80856\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_52922\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_23136\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_59186\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_32334\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_95933\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27394\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26624\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58060\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_51408\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_82761\"][cz_image size=\"thumbnail\" id=\"cz_97258\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47830\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_71423\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32193\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_83143\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79100\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_68119\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_43768\"][cz_image size=\"thumbnail\" id=\"cz_62512\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_31705\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11738\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41605\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19371\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16040\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_97288\"][cz_image size=\"thumbnail\" id=\"cz_33058\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41335\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87417\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14719\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_40234\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68274\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_56530\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_52260\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_27460\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_77753\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48193\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_43743\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93266\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_95142\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_84041\"][cz_image size=\"thumbnail\" id=\"cz_76028\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92401\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31871\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47452\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_24595\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_15014\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_26552\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_81603\"][cz_image size=\"thumbnail\" id=\"cz_47671\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_77953\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13309\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48299\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19558\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_21569\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_53229\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16846\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_43516\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83453\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_93153\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47125\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_23688\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_61427\"][cz_image size=\"thumbnail\" id=\"cz_92544\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_64837\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77776\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70298\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13031\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_21520\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_63565\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97063\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94450\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39593\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_89464\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26322\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_75935\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14059\"][cz_image size=\"thumbnail\" id=\"cz_30225\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_91376\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84552\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66786\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69330\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_86750\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_15086\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_77778\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_97209\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_57204\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_83514\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_40725\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 18:09:38', '2018-07-18 16:09:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1231, 4, '2018-07-18 18:09:38', '2018-07-18 16:09:38', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_40658\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_76667\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_76739\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_53236\"][cz_separator style=\"cz_sep_30\" id=\"cz_38095\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_69284\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_18074\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_15872\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_39582\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_19994\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_26281\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_92036\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_17058\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_20732\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_31630\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_95411\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_35943\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_96454\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_98360\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_55057\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_87831\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_82912\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_21844\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_57161\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_69663\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_25819\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_34939\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_66872\"][cz_title css_animation=\"fadeInUp\" id=\"cz_71913\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18454\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_96486\"][cz_title css_animation=\"fadeInUp\" id=\"cz_12572\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84010\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_73226\"][cz_title css_animation=\"fadeInUp\" id=\"cz_54697\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_22105\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_42510\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_61660\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_26866\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_70982\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_70544\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_42037\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63018\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_76491\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_51658\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_83538\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_71903\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_76490\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_79992\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_70263\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_31548\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_67824\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_53176\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_42282\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_24986\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_22839\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_56991\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_48815\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_78600\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_28904\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_56158\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_75087\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_30366\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_40168\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_48314\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_73952\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_51163\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"863\" id=\"cz_79713\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35613\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66919\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50696\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_95047\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_97846\"][cz_image size=\"thumbnail\" id=\"cz_13714\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71538\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_49504\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86141\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_43441\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25995\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_66134\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_13705\"][cz_image size=\"thumbnail\" id=\"cz_46433\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_33959\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55770\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77604\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47834\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_67499\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_34595\"][cz_image size=\"thumbnail\" id=\"cz_85538\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46100\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_52389\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41696\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21187\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71645\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_70754\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_58391\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_45597\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_21918\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38105\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70100\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77726\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_77690\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_65147\"][cz_image size=\"thumbnail\" id=\"cz_75572\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80294\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36686\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25077\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_66436\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69017\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_39961\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_32570\"][cz_image size=\"thumbnail\" id=\"cz_71612\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_75284\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55418\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27382\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52888\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_92142\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_83771\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76373\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77680\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29871\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_28763\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19376\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_39948\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_89297\"][cz_image size=\"thumbnail\" id=\"cz_79020\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_87228\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34895\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89827\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25334\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_93884\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_67553\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91913\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59032\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43126\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_72207\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84608\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_57092\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_38643\"][cz_image size=\"thumbnail\" id=\"cz_53625\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_85943\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60103\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25237\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61227\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_15522\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_41509\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_14116\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_96553\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_25281\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_79378\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_74233\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 18:09:38', '2018-07-18 16:09:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 0, 'revision', '', 0),
(1232, 4, '2018-07-23 19:44:29', '2018-07-23 17:44:29', '<p>[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_50337\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\n<p>[/cz_title][cz_gap id=\"cz_25978\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_67330\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:20;\" sk_button=\"border-radius:25px;float:right;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_48955\" image=\"1387\"][cz_title id=\"cz_75636\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<h3 style=\"text-align: center; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Contact Us!</span></span></strong></span></h3>\n<p>[/cz_title][/vc_column][/vc_row]</p>\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-autosave-v1', '', '', '2018-07-23 19:44:29', '2018-07-23 17:44:29', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/18/18-autosave-v1/', 0, 'revision', '', 0),
(1233, 4, '2018-07-18 18:23:20', '2018-07-18 16:23:20', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_75663\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_51468\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_75157\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_15250\" image=\"1159\"][cz_title id=\"cz_66877\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<h3 style=\"text-align: center; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Contact Us!</span></span></strong></span></h3>\r\n[/cz_title][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-18 18:23:20', '2018-07-18 16:23:20', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/18/18-revision-v1/', 0, 'revision', '', 0),
(1234, 4, '2018-07-18 18:23:20', '2018-07-18 16:23:20', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_85837\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n[/cz_title][cz_gap id=\"cz_67285\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_99842\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:0px;\" sk_button=\"float:right;border-radius:0px;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_44450\" image=\"1159\"][cz_title id=\"cz_64175\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<h3 style=\"text-align: center; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Contact Us!</span></span></strong></span></h3>\r\n[/cz_title][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-18 18:23:20', '2018-07-18 16:23:20', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/18/18-revision-v1/', 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
(1235, 4, '2018-07-18 19:00:06', '2018-07-18 17:00:06', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_51220\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_72265\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_82804\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_58097\"][cz_separator style=\"cz_sep_30\" id=\"cz_71237\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_19274\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_64699\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_17019\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_90580\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_71533\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_50873\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_62829\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_99626\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_42447\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28454\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_76119\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_22891\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_29221\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_39310\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_53812\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_17065\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_39825\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_24182\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_16356\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_80197\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_99555\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_80038\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_78368\"][cz_title css_animation=\"fadeInUp\" id=\"cz_90455\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51151\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_16590\"][cz_title css_animation=\"fadeInUp\" id=\"cz_41675\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_23417\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_88283\"][cz_title css_animation=\"fadeInUp\" id=\"cz_88662\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_83544\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_96447\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_53362\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_89452\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_87027\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_24895\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_40326\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_49857\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_24522\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_71663\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67200\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89530\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83443\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_85311\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_28840\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_37255\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_91265\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57554\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_50327\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_96511\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_37752\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_49882\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_76550\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_16120\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_40337\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_27702\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_21600\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_70902\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_40008\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_98773\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_59564\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_23552\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image fx_hover=\"cz_image_zoom_in\" image=\"863\" id=\"cz_95220\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12926\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13005\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82248\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_26711\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_42220\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_32105\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40122\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_13883\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88195\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_29652\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86215\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_73506\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_47382\"][cz_image size=\"thumbnail\" id=\"cz_23471\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_64772\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93825\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_62687\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61284\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_31578\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_12569\"][cz_image size=\"thumbnail\" id=\"cz_37834\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36588\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41796\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54425\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47077\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12698\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_83323\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_45851\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_61152\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_95764\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_41071\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_62967\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97658\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_23320\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_78568\"][cz_image size=\"thumbnail\" id=\"cz_39879\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44315\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18690\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42651\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_32510\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_37232\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_28867\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_94906\"][cz_image size=\"thumbnail\" id=\"cz_73503\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_41227\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59679\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67329\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92804\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_20964\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_87797\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94263\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_47687\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24385\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_36059\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91002\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_60352\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_37647\"][cz_image size=\"thumbnail\" id=\"cz_74325\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_95092\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87688\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70090\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36164\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_50656\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_67748\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48373\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29224\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96517\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_81578\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36804\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_39168\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14089\"][cz_image size=\"thumbnail\" id=\"cz_62926\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_56925\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97885\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36430\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87042\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_57564\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_92648\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_79846\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_67417\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_80446\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_74110\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_15105\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 19:00:07', '2018-07-18 17:00:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1236, 4, '2018-07-18 19:00:07', '2018-07-18 17:00:07', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_93720\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_99058\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_94997\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_54073\"][cz_separator style=\"cz_sep_30\" id=\"cz_36706\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_69322\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_49165\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_24394\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_39412\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_74219\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_63940\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_96050\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_22593\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_82054\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92567\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_93060\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_18858\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_31736\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96038\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_70674\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_77551\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_93923\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_95993\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_64593\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_51488\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_88642\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_44440\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_18906\"][cz_title css_animation=\"fadeInUp\" id=\"cz_69088\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_18550\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22901\"][cz_title css_animation=\"fadeInUp\" id=\"cz_62809\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17609\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_17898\"][cz_title css_animation=\"fadeInUp\" id=\"cz_16882\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_43204\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_76110\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_54937\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_56488\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_15522\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_29156\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_20429\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_11573\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_40638\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_91372\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_93030\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_33699\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_99120\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_24767\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_29738\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_69794\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_91207\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23662\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_65787\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_55801\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64039\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54429\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_89131\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71835\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23518\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96571\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_83626\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75216\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_14181\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_90413\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_80988\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_46275\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image fx_hover=\"cz_image_zoom_in\" image=\"863\" id=\"cz_66523\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35925\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91652\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70935\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_53971\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_12081\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_71398\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83499\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_92343\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64428\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17199\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91463\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_78085\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_35826\"][cz_image size=\"thumbnail\" id=\"cz_61257\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_69293\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48377\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27045\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25094\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_12417\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_70364\"][cz_image size=\"thumbnail\" id=\"cz_14226\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73141\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82771\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99687\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_56767\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57987\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_13868\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_47181\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_38975\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_49032\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13705\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63790\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40685\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_73529\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_17762\"][cz_image size=\"thumbnail\" id=\"cz_41656\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44928\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90150\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33999\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_98245\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_96239\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_25463\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_76331\"][cz_image size=\"thumbnail\" id=\"cz_32065\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_75610\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45624\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69331\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91544\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_59608\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_70637\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61908\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_62723\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43779\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_44679\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62411\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_89435\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_91556\"][cz_image size=\"thumbnail\" id=\"cz_65168\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_36617\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30532\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_14201\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39211\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_83212\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_43775\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12740\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89863\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74321\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_46557\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80014\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_97209\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_44803\"][cz_image size=\"thumbnail\" id=\"cz_76253\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_22673\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21134\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97207\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87172\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_55648\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_66539\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_78716\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_15256\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_37176\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_40625\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_66869\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 19:00:07', '2018-07-18 17:00:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 0, 'revision', '', 0),
(1237, 3, '2018-07-18 19:45:03', '2018-07-18 17:45:03', 'post de pruebagfghgf', 'prueba', '', 'publish', 'closed', 'open', '', 'prueba', '', '', '2018-07-18 19:45:03', '2018-07-18 17:45:03', '', 0, 'http://ensabs.eu/idams/?p=1237', 0, 'post', '', 0),
(1239, 3, '2018-07-18 19:45:03', '2018-07-18 17:45:03', 'post de pruebagfghgf', 'prueba', '', 'inherit', 'closed', 'closed', '', '1237-revision-v1', '', '', '2018-07-18 19:45:03', '2018-07-18 17:45:03', '', 1237, 'http://ensabs.eu/idams/index.php/2018/07/18/1237-revision-v1/', 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
(1240, 3, '2018-07-18 19:52:53', '2018-07-18 17:52:53', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_89670\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_35542\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_49340\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_95728\"][cz_separator style=\"cz_sep_30\" id=\"cz_74533\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_48161\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_58971\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Moduless</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_62013\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_53560\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_86204\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86798\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_97692\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_89237\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_19039\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_77446\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_87967\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_39452\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_86335\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_22746\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_41631\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_56427\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_71794\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_47246\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_47711\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_38031\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_90821\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12162\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_24283\"][cz_title css_animation=\"fadeInUp\" id=\"cz_54481\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_16678\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_44520\"][cz_title css_animation=\"fadeInUp\" id=\"cz_44152\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_41109\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82749\"][cz_title css_animation=\"fadeInUp\" id=\"cz_39880\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_15643\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_30911\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_87741\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_66545\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_73361\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_73945\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_53344\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_71054\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_63182\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_61272\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_48500\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_51150\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_89613\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_34836\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_62785\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_31245\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_80152\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34580\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_67381\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_27864\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_61501\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_58203\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_28915\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_74673\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12685\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34482\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_19194\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_45726\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64481\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_90832\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_74496\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_69013\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image fx_hover=\"cz_image_zoom_in\" image=\"863\" id=\"cz_21744\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62237\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_35559\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83994\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_36182\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_77793\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_55049\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88254\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_39065\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92438\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_39404\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28679\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_27275\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_91079\"][cz_image size=\"thumbnail\" id=\"cz_48814\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_96317\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25659\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16195\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24181\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_76049\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_63288\"][cz_image size=\"thumbnail\" id=\"cz_41986\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50723\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64862\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65357\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_58806\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99477\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_29839\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_49639\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_73973\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_87742\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60272\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36210\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23302\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_44267\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_61282\"][cz_image size=\"thumbnail\" id=\"cz_89984\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88205\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_49537\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29050\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_80644\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77830\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_46618\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_96808\"][cz_image size=\"thumbnail\" id=\"cz_68910\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_84322\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93125\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_83459\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89406\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_17307\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_59508\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52694\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48182\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99121\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_17556\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13540\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_57927\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_17034\"][cz_image size=\"thumbnail\" id=\"cz_32269\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_96455\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79896\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_20011\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56728\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_16107\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_32203\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89884\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66278\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22187\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_78089\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_15815\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_40127\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_58734\"][cz_image size=\"thumbnail\" id=\"cz_82535\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_75634\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55543\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51445\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59956\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_48668\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_34904\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_49363\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_54865\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_83302\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_90947\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_91936\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 19:52:54', '2018-07-18 17:52:54', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1241, 3, '2018-07-18 19:52:54', '2018-07-18 17:52:54', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_82423\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_97393\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_94365\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_40351\"][cz_separator style=\"cz_sep_30\" id=\"cz_14427\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_26635\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_36806\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Moduless</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_83213\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_35535\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_82423\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_88209\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_56628\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_72308\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_54488\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67704\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_50398\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_59192\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_96720\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_98021\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_41728\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_72355\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_53564\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_82063\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_32312\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_91122\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_16967\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_70565\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_45987\"][cz_title css_animation=\"fadeInUp\" id=\"cz_89159\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61512\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_37924\"][cz_title css_animation=\"fadeInUp\" id=\"cz_71583\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_58906\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_32290\"][cz_title css_animation=\"fadeInUp\" id=\"cz_11934\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_62222\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_47814\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_37630\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_45435\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72239\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_20054\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_33644\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_28867\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81251\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_77021\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_85461\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_31649\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_36214\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_82181\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_29671\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_66831\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_54537\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72125\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_48894\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75739\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63247\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54751\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_46304\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_98124\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_43911\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96706\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_36049\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_15494\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_55612\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_57228\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_16318\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_17834\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image fx_hover=\"cz_image_zoom_in\" image=\"863\" id=\"cz_93932\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42837\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_52159\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66171\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_51780\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_74693\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_83927\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33032\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_51714\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69388\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_53570\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76818\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_51570\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_72131\"][cz_image size=\"thumbnail\" id=\"cz_43650\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_94997\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44256\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81434\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70736\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_96393\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_36186\"][cz_image size=\"thumbnail\" id=\"cz_17040\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94518\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68986\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13746\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_30567\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73370\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_58247\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_76685\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_78577\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_64971\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70617\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_21414\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17130\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_36788\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_62084\"][cz_image size=\"thumbnail\" id=\"cz_80712\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20716\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84005\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32427\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_78993\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_37576\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_98134\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_30564\"][cz_image size=\"thumbnail\" id=\"cz_98596\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_41785\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25561\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42853\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23219\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_85186\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_39247\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48294\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91116\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33765\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_17281\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93752\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_53222\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_79540\"][cz_image size=\"thumbnail\" id=\"cz_51999\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_29908\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58117\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16970\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89414\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_68421\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_22990\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26203\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30505\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92591\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_35808\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14510\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_25018\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14802\"][cz_image size=\"thumbnail\" id=\"cz_40975\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_23153\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34256\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39572\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53827\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_48707\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_71315\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_65936\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_33893\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_99451\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_14231\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_25010\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 19:52:54', '2018-07-18 17:52:54', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1242, 3, '2018-07-20 20:49:43', '2018-07-20 18:49:43', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_55232\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_39165\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_67187\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_76682\"][cz_separator style=\"cz_sep_30\" id=\"cz_73228\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_25904\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_14094\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]<br />\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96363\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_52590\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_26934\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_46367\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_44098\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\n<h4></h4>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_35697\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\n<h4></h4>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_40235\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<h4></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21619\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_20159\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79917\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<h4></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_21454\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<h4></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_15300\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_14466\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]</p>\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\n<h4></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_56641\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\n<h4></h4>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_12007\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_33527\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_74275\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_101012\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]<br />\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_79745\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72378\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_20922\"][cz_title css_animation=\"fadeInUp\" id=\"cz_26843\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33581\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93688\"][cz_title css_animation=\"fadeInUp\" id=\"cz_70964\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61635\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60875\"][cz_title css_animation=\"fadeInUp\" id=\"cz_47647\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you stand by your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_34864\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_75669\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_56371\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_31228\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28260\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_72195\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_66485\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_61248\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96781\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_95609\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71757\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16941\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75526\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_82100\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21131\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78882\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_38741\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_22027\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_12409\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13017\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80442\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81043\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_74285\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90253\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96776\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96756\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_83942\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67741\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_58392\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_44818\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_15388\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_82146\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20487\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_60649\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13374\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37637\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32844\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_68748\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_87774\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29626\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_64358\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59531\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35457\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39884\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_41632\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_45477\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_18766\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69263\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56394\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98134\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]<br />\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71170\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_36837\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89998\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45455\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55626\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]<br />\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_86774\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42211\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_99922\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_54515\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_89493\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44740\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_58793\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71639\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_54117\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_19442\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73902\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80643\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85029\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]<br />\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_42651\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68418\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_59691\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_95898\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_27950\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84037\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_35783\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64641\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]<br />\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span></p>\n<ul>\n<li>E-mails to clients</li>\n<li>E-mails alerts on hierarchical organization</li>\n<li>Change of status</li>\n<li>Log records</li>\n</ul>\n<p><span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_29515\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_43439\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_27735\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74798\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_52393\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93837\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]<br />\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_11635\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42391\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_33250\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_27615\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_29166\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64350\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27537\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15633\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]<br />\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_53843\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_61167\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_31364\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25483\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15285\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58109\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]<br />\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_88274\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84818\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_69760\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_30926\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_53236\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29451\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26825\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_104148\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]<br />\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_13489\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_51497\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_28548\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_31893\"]</p>\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_83826\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_45172\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-autosave-v1', '', '', '2018-07-20 20:49:43', '2018-07-20 18:49:43', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-autosave-v1/', 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
(1243, 3, '2018-07-18 19:56:26', '2018-07-18 17:56:26', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_58541\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_47677\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_45284\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_40931\"][cz_separator style=\"cz_sep_30\" id=\"cz_78502\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_16988\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_37863\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_19376\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_37147\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_32986\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_58750\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_60042\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_51111\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_77544\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_55280\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_95865\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_89282\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_53045\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85172\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_11753\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_99233\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_48042\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_67813\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_17842\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_30608\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_25226\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12610\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76756\"][cz_title css_animation=\"fadeInUp\" id=\"cz_96774\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_87376\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_68826\"][cz_title css_animation=\"fadeInUp\" id=\"cz_55316\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_35054\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_14110\"][cz_title css_animation=\"fadeInUp\" id=\"cz_85136\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_13556\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_19988\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_23000\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_21821\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_46024\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_44876\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_69461\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94955\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84876\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_47006\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_50236\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80742\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_36288\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_92170\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_65915\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_36931\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_91404\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_13957\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_93633\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_98136\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_33454\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18860\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_99635\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_99100\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_15634\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_87012\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_67926\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59839\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_22066\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_70925\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_44976\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_24511\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image fx_hover=\"cz_image_zoom_in\" image=\"863\" id=\"cz_79802\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56866\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_35222\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25827\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_90631\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_93572\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_20783\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_75508\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_40578\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59908\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_56251\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65756\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_52079\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_22167\"][cz_image size=\"thumbnail\" id=\"cz_91576\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_43483\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25014\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85209\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41620\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47358\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_92958\"][cz_image size=\"thumbnail\" id=\"cz_41255\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46458\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97482\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28267\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_14384\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57322\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_39222\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_74199\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_91187\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_52623\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54002\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48054\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76734\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_68718\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_38686\"][cz_image size=\"thumbnail\" id=\"cz_70307\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78390\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_14195\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99775\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_38299\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59335\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_65531\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_79267\"][cz_image size=\"thumbnail\" id=\"cz_70392\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_57107\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22751\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84295\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42317\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_53260\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_31653\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35275\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_83404\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67000\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_32758\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11672\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_70274\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_78969\"][cz_image size=\"thumbnail\" id=\"cz_39783\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_44473\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70157\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81296\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87365\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_18211\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_58031\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56083\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45786\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28338\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_34474\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_48870\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_28114\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_61662\"][cz_image size=\"thumbnail\" id=\"cz_97095\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_82535\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40930\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67488\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39642\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_52570\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_51783\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_70849\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_94720\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_72325\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_95014\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_78125\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 19:56:26', '2018-07-18 17:56:26', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 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
(1244, 3, '2018-07-18 19:56:27', '2018-07-18 17:56:27', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_39326\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_27772\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_78686\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_98490\"][cz_separator style=\"cz_sep_30\" id=\"cz_95630\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_18470\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_42964\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_65787\"]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_88655\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_30329\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_72887\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_46687\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_75301\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_18674\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_63914\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_98665\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_56434\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_80918\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_60327\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_53530\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_63453\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_90147\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_21018\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_91985\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_42717\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_61690\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_62834\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_37438\"][cz_title css_animation=\"fadeInUp\" id=\"cz_34016\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_57848\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_15563\"][cz_title css_animation=\"fadeInUp\" id=\"cz_62232\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_74509\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83139\"][cz_title css_animation=\"fadeInUp\" id=\"cz_60722\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_70139\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_90499\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_92575\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_35926\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79155\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_22904\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97703\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_25842\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_87095\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_16377\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_78645\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85760\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_61701\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_59563\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_46088\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_15231\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_23017\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_36235\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_25138\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_15002\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_67842\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75718\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_66725\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94169\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_98624\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_24574\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_98622\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_60856\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87972\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_81762\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_21579\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_58112\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image fx_hover=\"cz_image_zoom_in\" image=\"863\" id=\"cz_72261\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14155\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82928\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51416\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_25948\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_80631\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_66147\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13044\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_85898\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44793\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_87694\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47599\" height_tablet=\"50px\"][cz_image image=\"866\" id=\"cz_93246\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_33783\"][cz_image size=\"thumbnail\" id=\"cz_51720\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_16263\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58908\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65748\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20154\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_26750\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_41466\"][cz_image size=\"thumbnail\" id=\"cz_75769\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20920\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40090\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89232\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_19543\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89836\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_77204\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_90194\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_11415\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1174\" id=\"cz_35316\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62455\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_14460\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18244\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_13871\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_29297\"][cz_image size=\"thumbnail\" id=\"cz_87765\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68908\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31231\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73663\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_13701\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18926\" height_tablet=\"50px\"][cz_image image=\"869\" id=\"cz_21263\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_95836\"][cz_image size=\"thumbnail\" id=\"cz_41598\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"872\" id=\"cz_61873\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12100\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89395\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27621\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_21143\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_16146\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57977\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85801\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25956\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_86957\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_75034\" height_tablet=\"50px\"][cz_image image=\"873\" id=\"cz_34388\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_76793\"][cz_image size=\"thumbnail\" id=\"cz_52238\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"874\" id=\"cz_24583\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77098\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76444\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75927\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_80447\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_83578\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78688\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98634\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71343\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_47597\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29866\" height_tablet=\"50px\"][cz_image image=\"875\" id=\"cz_45007\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_50187\"][cz_image size=\"thumbnail\" id=\"cz_37681\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_55160\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46024\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68169\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17033\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_47014\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_57564\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_33543\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_57046\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_62600\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_80409\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_42848\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-18 19:56:27', '2018-07-18 17:56:27', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/18/4-revision-v1/', 0, 'revision', '', 0),
(1245, 4, '2018-07-18 20:15:21', '2018-07-18 18:15:21', '<h1>Privacy Policy</h1>\r\n&nbsp;\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis leo massa, iaculis tristique lacus nec, viverra molestie dolor. Proin sed dui ut massa tincidunt pellentesque. Integer dui augue, tristique ac faucibus sagittis, porta facilisis tellus. Etiam venenatis hendrerit lacus sit amet rhoncus. Phasellus commodo est vel diam eleifend, sed viverra elit consectetur. Duis id suscipit dui. Suspendisse porta gravida blandit. Integer scelerisque mollis volutpat.\r\n\r\nAliquam sed pharetra elit. Aenean sed tincidunt libero, eget venenatis nulla. Nullam aliquam, ex vitae ullamcorper congue, dui dolor rhoncus tellus, quis pellentesque tortor lectus non lacus. Vivamus lectus arcu, elementum at dui semper, vulputate gravida dui. Vivamus ut ante venenatis, tristique lacus finibus, ullamcorper urna. Vestibulum ut tellus eget ipsum interdum tempus. Maecenas suscipit massa semper quam mattis vestibulum id sollicitudin massa. Etiam facilisis eros sit amet sem aliquet feugiat. Nulla ut luctus eros. Cras sit amet ligula id enim egestas lobortis. Cras imperdiet suscipit massa, ut ultricies magna maximus a. Pellentesque et auctor mi, in vehicula massa. Suspendisse imperdiet nibh elit, nec accumsan velit porttitor id.\r\n\r\nVestibulum quis dolor vitae libero volutpat ullamcorper. Nulla tellus dolor, bibendum nec neque sit amet, cursus feugiat dolor. Mauris varius elit non mollis mollis. Morbi faucibus nulla quis odio aliquam ultrices. Suspendisse eget consequat purus. In et nibh eu eros porttitor lacinia. Praesent ex tortor, finibus non neque eget, suscipit aliquet tellus. Ut placerat viverra ullamcorper. Duis tempor odio sed sapien mollis, id aliquam orci gravida. Nullam fermentum nulla vel bibendum pellentesque. Nam ac aliquam arcu, nec laoreet est. Quisque augue justo, aliquet vel lorem at, gravida euismod lectus. Ut hendrerit metus a convallis consequat. Sed consectetur dapibus urna, vel tempus neque vehicula a.\r\n\r\nIn ac porttitor velit, sed tincidunt erat. Praesent egestas dapibus leo, et commodo orci pharetra ullamcorper. Praesent sit amet mauris est. Nullam quis laoreet erat. In a urna quis arcu rutrum facilisis. Quisque vestibulum ac massa eu venenatis. Maecenas neque felis, accumsan non turpis in, mollis molestie tortor. Integer sodales nunc libero, ac auctor felis ultricies a. Aliquam ut blandit enim. Sed non purus ut libero dictum interdum. Mauris molestie lobortis convallis. Quisque pharetra nisl at pellentesque semper. Aliquam sit amet viverra arcu. Aliquam bibendum vulputate magna, euismod aliquam ipsum rutrum quis. Etiam hendrerit sollicitudin odio vitae hendrerit.\r\n\r\nNulla eget aliquam metus. Vivamus facilisis nisl in justo condimentum bibendum. Duis at egestas ligula, euismod rhoncus nisi. Sed gravida malesuada nulla eget tristique. In eget risus magna. Nunc aliquet tincidunt sodales. Donec convallis, magna ac luctus egestas, elit felis consectetur erat, non tristique ante tellus et tellus.', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '707-revision-v1', '', '', '2018-07-18 20:15:21', '2018-07-18 18:15:21', '', 707, 'http://ensabs.eu/idams/index.php/2018/07/18/707-revision-v1/', 0, 'revision', '', 0),
(1247, 4, '2018-07-18 20:25:10', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-18 20:25:10', '0000-00-00 00:00:00', '', 0, 'http://ensabs.eu/idams/?p=1247', 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
(1248, 4, '2018-07-23 19:23:31', '2018-07-23 17:23:31', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_57540\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have better control of everything that’s happening in your department.<br />\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\n<ul>\n<li>Assistance</li>\n<li>Paid time</li>\n<li>Invoiced hours</li>\n<li>Technicians\' productivity and efficiency</li>\n</ul>\n<p><!--more--></p>\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving any task unattended.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1379\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_77297\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine your required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\n<!--more--></p>\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications, bar code reader and QR.</p>\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_45455\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole <strong>sales conversion process</strong> in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work and performance.</p>\n<p>For sales executives: Management of action plans for control of quality standards in your client service, assignment and fulfillment of activities in <strong>your personalized activity board.</strong></p>\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\n<ul>\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\n<p style=\"text-align: justify;\">Create market segmentations that will make it possible for you to develop better <strong>targeted marketing campaigns</strong>, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\n<p>It\'s not rocket science.</p>\n<ul>\n<li>Send and manage, from <strong>one integrated interface</strong>, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\n</ul>\n<p>Management of central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_56453\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1371\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\nHandling of logistics and distribution of all your vehicles, focusing on <strong>control of the supply chain</strong> of your products, for new and pre-owned vehicles, while giving support to trade-in activities.</p>\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\n<p>Handling of test drives for clients, potential clients or internal use of company.</p>\n<p>Mobile application usage for <strong>IOS or Android</strong> devices for manipulation of vehicles on news or pre-owned level.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_44141\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automation of different <strong>processes</strong> such as:</p>\n<ul>\n<li>E-mails to leads, prospects and clients.</li>\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\n<li>Change of status in different modules such as<strong> CRM, Vehicles and Services</strong>.</li>\n<li>Log records.</li>\n<li>High level language.</li>\n<li>Access to system business objects.</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1372\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_72250\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Built-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\n<ul>\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\n</ul>\n<p>Technological <strong>tools management</strong> such as:</p>\n<ul>\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\n</ul>\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\n<p>Currency management according to company <strong>location and transactions’ needs</strong><br />\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_53497\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from <strong>one integrated platform</strong> to the other modules of your DMS.</p>\n<ul>\n<li>Chart of accounts and journals of your daily transactions</li>\n<li>Cash accounts</li>\n<li>Bank accounts</li>\n<li>Credit card management</li>\n<li>Receivables and payables</li>\n<li>Vouchers</li>\n<li>Budgets definition and control</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1373\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_39932\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1361\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\n<ul>\n<li>Maintenance and creation of <strong>reports and documents</strong>, such as invoices and orders.</li>\n<li>WYSIWYG Designer</li>\n<li>Export and import of required XML files</li>\n<li>Direct access to Metadata</li>\n<li>Multiple bands available</li>\n<li>Sub-reports<br />\nValidation and appearance rules</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_98129\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\n<ul>\n<li>For dealership markets, installed as a <strong>separate business unit</strong>.</li>\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_24454\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\n<ul>\n<li>Customization of layouts</li>\n<li>Changes of themes</li>\n<li>Define<strong> your language</strong> and adapt it to your preferences</li>\n<li>Integration of all modules in <strong>one application</strong></li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-autosave-v1', '', '', '2018-07-23 19:23:31', '2018-07-23 17:23:31', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-autosave-v1/', 0, 'revision', '', 0),
(1249, 4, '2018-07-18 20:42:52', '2018-07-18 18:42:52', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" css_animation=\"fadeInUp\" id=\"cz_38144\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][vc_column_text css_animation=\"fadeInUp\"]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_96759\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" css_animation=\"fadeInUp\" id=\"cz_34714\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text css_animation=\"fadeInUp\"]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_74311\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" css_animation=\"fadeInUp\" id=\"cz_76572\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][vc_column_text css_animation=\"fadeInUp\"]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_37960\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_54449\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_66375\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_77811\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_22335\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_66207\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_20459\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_22055\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_54156\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_50333\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_13563\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_50529\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_13962\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_54823\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_55038\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 20:42:52', '2018-07-18 18:42:52', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1250, 4, '2018-07-18 20:42:52', '2018-07-18 18:42:52', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" css_animation=\"fadeInUp\" id=\"cz_33205\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][vc_column_text css_animation=\"fadeInUp\"]From a centralized dashboard especially created for your workshop, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with effectiveness where your strength and weaknesses lie, in order to measure the real performance of your workshop:\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\nEvaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\n\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\n\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_18367\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" css_animation=\"fadeInUp\" id=\"cz_78209\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"867\" img_size=\"large\" alignment=\"center\"][vc_column_text css_animation=\"fadeInUp\"]Management of parts purchases according to providers, countries of origin. Organization by catalogs or local currency [or currency of preference].\r\n\r\nThrough the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n\r\nReception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.\r\n\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_53819\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" css_animation=\"fadeInUp\" id=\"cz_56270\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][vc_column_text css_animation=\"fadeInUp\"]Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.\r\n\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_26763\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_14888\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"869\" img_size=\"large\" alignment=\"center\"][vc_column_text]Management of import processes, whole sale and retail sale, in different levels.\r\n\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\r\n\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level. [/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_23298\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_16169\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"872\" img_size=\"large\" alignment=\"center\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.\r\nE-mail alerts on hierarchical organization adapted to company’s structure.\r\nChange of status in different modules such as CRM, Vehicles and Services.\r\nLog records.</li>\r\n</ul>\r\nHigh level language.\r\n\r\nAccess to system business objects.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_88297\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_79998\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"873\" img_size=\"large\" alignment=\"center\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\nMultiple sources from different databases, tables, views, store procedures and system objects.\r\n\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_43203\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_85056\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"874\" img_size=\"large\" alignment=\"center\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_14712\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_17514\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"875\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_61629\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_41562\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_60853\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_28004\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_19373\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-18 20:42:52', '2018-07-18 18:42:52', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/18/989-revision-v1/', 0, 'revision', '', 0),
(1251, 4, '2018-07-19 14:23:19', '2018-07-19 12:23:19', '', 'partCatalog', '', 'inherit', 'closed', 'closed', '', 'partcatalog', '', '', '2018-07-19 14:23:19', '2018-07-19 12:23:19', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/partCatalog.png', 0, 'attachment', 'image/png', 0),
(1252, 4, '2018-07-19 14:26:24', '2018-07-19 12:26:24', '', 'CRM', '', 'inherit', 'closed', 'closed', '', 'crm-4', '', '', '2018-07-19 14:26:24', '2018-07-19 12:26:24', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/CRM-2.png', 0, 'attachment', 'image/png', 0),
(1253, 4, '2018-07-19 14:26:53', '2018-07-19 12:26:53', '', 'business intelligence', '', 'inherit', 'closed', 'closed', '', 'business-intelligence-3', '', '', '2018-07-19 14:26:53', '2018-07-19 12:26:53', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/business-intelligence-2.png', 0, 'attachment', 'image/png', 0),
(1255, 4, '2018-07-19 14:27:38', '2018-07-19 12:27:38', '', 'accounting', '', 'inherit', 'closed', 'closed', '', 'accounting-3', '', '', '2018-07-19 14:27:38', '2018-07-19 12:27:38', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/accounting-2.png', 0, 'attachment', 'image/png', 0),
(1256, 4, '2018-07-19 14:28:06', '2018-07-19 12:28:06', '', 'workflow', '', 'inherit', 'closed', 'closed', '', 'workflow-3', '', '', '2018-07-19 14:28:06', '2018-07-19 12:28:06', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/workflow-2.png', 0, 'attachment', 'image/png', 0),
(1257, 4, '2018-07-19 14:28:07', '2018-07-19 12:28:07', '', 'vehicles', '', 'inherit', 'closed', 'closed', '', 'vehicles-3', '', '', '2018-07-19 14:28:07', '2018-07-19 12:28:07', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/vehicles.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1258, 4, '2018-07-19 14:30:46', '2018-07-19 12:30:46', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_12759\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_86342\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_15042\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_85005\"][cz_separator style=\"cz_sep_30\" id=\"cz_83962\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_62511\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_57057\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_47459\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_44823\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_37349\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94892\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_11791\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_95339\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_45213\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86881\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_99527\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_92610\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_47162\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_13247\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_40633\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_27251\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_93746\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_25292\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_17578\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_42310\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_22894\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19147\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70618\"][cz_title css_animation=\"fadeInUp\" id=\"cz_13059\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89722\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_97201\"][cz_title css_animation=\"fadeInUp\" id=\"cz_14707\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76065\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_12243\"][cz_title css_animation=\"fadeInUp\" id=\"cz_88602\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_60027\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_63644\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_45659\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_96376\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_97356\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_71898\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_91268\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_98036\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_67238\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_36481\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_84918\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_66765\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29092\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_32080\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_68902\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_58614\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_48220\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62649\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_72795\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_54688\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_93848\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84579\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_62724\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_64467\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_86528\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_52447\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_61668\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90124\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_28512\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_62801\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_78727\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_77429\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image fx_hover=\"cz_image_zoom_in\" image=\"863\" id=\"cz_26445\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24386\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73805\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23802\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_85174\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_65074\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_21839\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52412\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_90445\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95646\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_19177\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19538\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_27727\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_76969\"][cz_image size=\"thumbnail\" id=\"cz_67041\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_64836\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39618\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39837\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19525\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_33467\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_24417\"][cz_image size=\"thumbnail\" id=\"cz_71139\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86824\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99834\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23587\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_48493\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89959\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_40989\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_11294\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_68687\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_18418\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26629\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81962\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81113\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_39320\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_67137\"][cz_image size=\"thumbnail\" id=\"cz_46187\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50049\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19549\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36633\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_45695\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27616\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_45060\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_62311\"][cz_image size=\"thumbnail\" id=\"cz_93474\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_12102\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27148\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_33093\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40828\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_35562\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_55449\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54135\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_95591\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42273\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_53970\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19178\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_79655\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_43930\"][cz_image size=\"thumbnail\" id=\"cz_49056\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_79839\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12617\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56363\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95357\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_83469\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_37477\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34678\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_50606\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72553\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_73616\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59045\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_98075\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_19312\"][cz_image size=\"thumbnail\" id=\"cz_75550\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_43136\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70512\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69025\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44127\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_86550\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_91007\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_73845\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_22113\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_46457\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_27980\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_17704\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 14:30:47', '2018-07-19 12:30:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1259, 4, '2018-07-19 14:30:47', '2018-07-19 12:30:47', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_77619\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_70840\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_25771\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_57275\"][cz_separator style=\"cz_sep_30\" id=\"cz_14770\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_63717\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_37114\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_16276\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_20081\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_32472\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_88634\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_46447\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_56039\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_39240\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_19001\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_29656\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_87174\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_17077\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_37857\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_62725\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_49102\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_97259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_31751\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_82118\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_83809\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_22758\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_55964\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_94811\"][cz_title css_animation=\"fadeInUp\" id=\"cz_58104\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72834\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_12516\"][cz_title css_animation=\"fadeInUp\" id=\"cz_35724\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_43674\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_27177\"][cz_title css_animation=\"fadeInUp\" id=\"cz_81888\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_47333\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_79783\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_19002\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_52499\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_88754\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_40363\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41134\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_35201\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_85292\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_69263\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_43092\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_14948\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_56438\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_49058\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41695\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_19164\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_87050\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_38954\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_39804\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_69169\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_22763\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_51452\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_25133\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_17575\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_98445\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_86856\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_18980\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_34170\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_30530\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_35046\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_16058\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_66753\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image fx_hover=\"cz_image_zoom_in\" image=\"863\" id=\"cz_14830\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23950\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19252\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92473\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_53203\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_49275\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_27675\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38496\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_18539\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59656\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_42333\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_63867\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_97603\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_72918\"][cz_image size=\"thumbnail\" id=\"cz_71921\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_84653\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11872\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11725\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53822\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_23525\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_52067\"][cz_image size=\"thumbnail\" id=\"cz_67845\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29989\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_50513\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54701\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_37859\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73572\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_74121\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_61794\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_78520\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_40874\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65514\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91359\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49016\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_57987\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_44563\"][cz_image size=\"thumbnail\" id=\"cz_87181\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74552\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71948\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94610\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_34208\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14282\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_58478\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_31812\"][cz_image size=\"thumbnail\" id=\"cz_76089\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_30399\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16465\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76850\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31014\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_59177\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_89265\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71970\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27022\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19254\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_22483\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_70613\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_46002\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_84945\"][cz_image size=\"thumbnail\" id=\"cz_44734\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_96686\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63465\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74497\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62200\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_54825\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_23514\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20188\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_88277\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99584\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_83629\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60225\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_94195\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_17837\"][cz_image size=\"thumbnail\" id=\"cz_63397\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_52673\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38538\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39486\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71961\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_43893\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_16337\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_91865\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_91960\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_94491\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_63835\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_18983\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 14:30:47', '2018-07-19 12:30:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1260, 4, '2018-07-19 14:31:32', '2018-07-19 12:31:32', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_96263\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_83675\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_98754\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_78050\"][cz_separator style=\"cz_sep_30\" id=\"cz_73675\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_44632\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_54021\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_29618\"]</p>\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_85591\"]</p>\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_60396\"]</p>\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71584\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_21152\"]</p>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_90104\"]</p>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_54850\"]</p>\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_12260\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_22721\"]</p>\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_39015\"]</p>\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_73503\"]</p>\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_60909\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_41284\"]</p>\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_83294\"]</p>\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_76267\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_80362\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_69192\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_74957\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_93333\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_77172\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_71030\"][cz_title css_animation=\"fadeInUp\" id=\"cz_76537\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_98022\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81151\"][cz_title css_animation=\"fadeInUp\" id=\"cz_72800\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_81697\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_79906\"][cz_title css_animation=\"fadeInUp\" id=\"cz_50850\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_55372\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_24539\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_93761\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_73880\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_99019\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_54157\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_45464\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20172\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_44262\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_89204\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21321\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_55872\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28220\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_83713\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_16781\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_58393\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_67008\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81938\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_38755\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36200\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_56895\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_32089\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_13373\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_27926\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97515\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_11395\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_97967\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_70315\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_81981\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_77873\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_21166\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_37353\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image fx_hover=\"cz_image_zoom_in\" image=\"863\" id=\"cz_91301\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14927\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11234\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90320\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_57974\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_45588\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_99382\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91125\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_34792\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20703\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_46998\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51901\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_93306\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_52668\"][cz_image size=\"thumbnail\" id=\"cz_99184\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_60314\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34607\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37940\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85404\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_80391\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_58918\"][cz_image size=\"thumbnail\" id=\"cz_87667\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97207\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56434\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87951\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_95174\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26750\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_69933\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_73047\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_36805\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_96176\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64349\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40622\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96299\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_54670\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_87485\"][cz_image size=\"thumbnail\" id=\"cz_41887\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54052\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78610\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65568\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_63644\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25608\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_17470\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_56950\"][cz_image size=\"thumbnail\" id=\"cz_67166\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_16655\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_17265\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90662\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43484\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\n<ul>\n<li>E-mails to clients</li>\n<li>E-mails alerts on hierarchical organization</li>\n<li>Change of status</li>\n<li>Log records</li>\n</ul>\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_91559\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_71054\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91292\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_79226\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68261\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_47726\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67178\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_63435\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_63365\"][cz_image size=\"thumbnail\" id=\"cz_37111\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_36483\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89060\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_33287\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89721\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_29682\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_29586\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44391\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17167\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60363\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_87332\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84667\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_25932\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_50976\"][cz_image size=\"thumbnail\" id=\"cz_99165\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_32291\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96816\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66331\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37836\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_14082\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_56994\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_70209\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_94530\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_28048\"]</p>\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_61502\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_73757\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 14:31:33', '2018-07-19 12:31:33', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1261, 4, '2018-07-19 14:31:33', '2018-07-19 12:31:33', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_85199\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_98118\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_40935\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_48634\"][cz_separator style=\"cz_sep_30\" id=\"cz_61484\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_66936\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_74006\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_50544\"]</p>\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_89112\"]</p>\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_63728\"]</p>\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_69115\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_18699\"]</p>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_97008\"]</p>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_75172\"]</p>\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67951\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_84340\"]</p>\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_59840\"]</p>\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_82773\"]</p>\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_35317\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_59005\"]</p>\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_15064\"]</p>\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_32134\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_25336\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_41790\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_35105\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_71220\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_11999\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_29636\"][cz_title css_animation=\"fadeInUp\" id=\"cz_88157\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_62391\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_92283\"][cz_title css_animation=\"fadeInUp\" id=\"cz_73356\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60509\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33219\"][cz_title css_animation=\"fadeInUp\" id=\"cz_21991\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_21993\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_89044\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_84887\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_61427\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_78157\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_48615\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_30543\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85746\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_45623\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_94604\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_53698\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29964\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54444\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_36471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_54171\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13450\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_40424\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75194\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_27675\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71104\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_99189\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_87784\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_71992\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_28826\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_75942\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34384\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_21109\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_49299\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\n<p>[/cz_title][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_83782\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_43218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_60180\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_94665\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image fx_hover=\"cz_image_zoom_in\" image=\"863\" id=\"cz_32263\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45067\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56092\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99309\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_82572\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_75524\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_85055\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28196\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_70129\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38753\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47049\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24574\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_64113\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_90110\"][cz_image size=\"thumbnail\" id=\"cz_26913\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_93427\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65304\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_43478\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64531\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_64494\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_31262\"][cz_image size=\"thumbnail\" id=\"cz_36524\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82209\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96094\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59797\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_92208\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45394\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_43580\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_35426\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_94463\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_38246\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56578\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39530\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83227\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_55888\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_22103\"][cz_image size=\"thumbnail\" id=\"cz_58752\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40944\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39188\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28881\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_68586\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_75126\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_42344\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_32700\"][cz_image size=\"thumbnail\" id=\"cz_65237\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_58147\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26128\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30541\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90514\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\n<ul>\n<li>E-mails to clients</li>\n<li>E-mails alerts on hierarchical organization</li>\n<li>Change of status</li>\n<li>Log records</li>\n</ul>\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_79549\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_83924\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_21777\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16074\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66134\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_17871\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_64761\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_58342\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_52154\"][cz_image size=\"thumbnail\" id=\"cz_97231\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_82658\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46618\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_35477\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39236\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_75038\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_18704\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84013\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_86030\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66345\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_24957\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25218\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_84116\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_82433\"][cz_image size=\"thumbnail\" id=\"cz_89234\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_26461\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15134\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_54471\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73497\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_30152\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_73902\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_64011\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_98590\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_57827\"]</p>\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_74678\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_14665\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 14:31:33', '2018-07-19 12:31:33', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1262, 4, '2018-07-19 14:35:11', '2018-07-19 12:35:11', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_93917\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_29087\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_31251\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_33444\"][cz_separator style=\"cz_sep_30\" id=\"cz_54519\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_23359\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_85708\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_18672\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_95275\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_66310\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_68147\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_71394\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_16774\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_33139\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59594\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_40151\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_48844\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_98223\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66862\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_56966\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_96429\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_58224\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_23426\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_45716\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81361\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_56515\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_93591\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_58758\"][cz_title css_animation=\"fadeInUp\" id=\"cz_45760\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_58468\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_41687\"][cz_title css_animation=\"fadeInUp\" id=\"cz_39678\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76444\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61828\"][cz_title css_animation=\"fadeInUp\" id=\"cz_62012\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_30964\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_74076\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_47720\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_38525\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_69351\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_14030\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95562\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_40746\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19694\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_28701\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89229\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_48734\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66435\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_87452\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_15597\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23402\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_83882\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62710\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_35717\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_29598\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_44072\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81122\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_23190\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_91719\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_26883\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_70548\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_33407\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_55451\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_46993\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_84124\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_17464\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_66846\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_58201\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54073\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94261\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27552\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_56993\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_89824\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_57188\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65577\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_18526\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46417\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_14311\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73850\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_33870\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_18798\"][cz_image size=\"thumbnail\" id=\"cz_86141\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_17752\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70398\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_21859\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36240\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_14470\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_91870\"][cz_image size=\"thumbnail\" id=\"cz_48319\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95079\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18754\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18867\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_28486\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_63095\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_54749\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_12611\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_69448\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_21596\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59701\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_23522\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15857\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_76143\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_69405\"][cz_image size=\"thumbnail\" id=\"cz_94570\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33331\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34982\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13096\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_68638\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_38183\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_75835\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_91397\"][cz_image size=\"thumbnail\" id=\"cz_45870\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_61976\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98039\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16268\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72724\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_34279\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_19627\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64595\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71488\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14707\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_72239\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79244\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_32082\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_35334\"][cz_image size=\"thumbnail\" id=\"cz_33994\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_33583\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93672\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44479\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82173\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_17194\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_49226\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58317\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75488\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43796\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_80538\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99360\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_45782\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_49176\"][cz_image size=\"thumbnail\" id=\"cz_37543\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_21617\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40574\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_72302\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72483\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_38613\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_77460\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_45208\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_61782\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_85977\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_98693\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_33270\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 14:35:11', '2018-07-19 12:35:11', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1263, 4, '2018-07-19 14:35:11', '2018-07-19 12:35:11', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_89573\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_70932\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_12515\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_21656\"][cz_separator style=\"cz_sep_30\" id=\"cz_95156\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_35398\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_44128\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">ID@MS </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_88828\"]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_68767\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_26302\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94912\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_17993\"]</p>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_73508\"]</p>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_70401\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_50679\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_54046\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_69761\"]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_85350\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92112\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_96194\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_95856\"]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<p>[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_32686\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_68496\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_68340\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_60189\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_45957\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13549\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_21972\"][cz_title css_animation=\"fadeInUp\" id=\"cz_31934\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12242\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_44131\"][cz_title css_animation=\"fadeInUp\" id=\"cz_21507\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72064\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_45535\"][cz_title css_animation=\"fadeInUp\" id=\"cz_32052\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_67221\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_69823\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_65069\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_56050\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_38591\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_80260\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_50963\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_45473\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_53769\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_21364\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_85041\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96705\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_80015\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_70392\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_88817\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_76209\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_66249\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_21504\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_44706\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_34589\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_70583\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79552\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_37028\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_81444\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_11486\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_38159\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_25576\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21883\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_99113\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_60001\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_42825\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_66335\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_29825\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96783\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22385\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57305\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_77044\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_62238\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_91668\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30814\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_72491\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76710\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_27519\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_52507\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_47102\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_16337\"][cz_image size=\"thumbnail\" id=\"cz_28717\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_13351\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26731\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_62312\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36830\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_86204\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_41864\"][cz_image size=\"thumbnail\" id=\"cz_62747\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67649\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42240\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89796\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_82114\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53012\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_88909\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_42115\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_84727\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_55244\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60830\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81511\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66519\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_18135\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_58555\"][cz_image size=\"thumbnail\" id=\"cz_28757\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98692\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78259\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90138\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_75403\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94668\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_42646\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_22505\"][cz_image size=\"thumbnail\" id=\"cz_99895\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_60252\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24746\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26626\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22564\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_50465\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_12831\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53318\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13212\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69369\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_84448\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91897\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_51484\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_37461\"][cz_image size=\"thumbnail\" id=\"cz_80807\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_82488\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22188\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36052\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43318\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_92588\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_91460\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50343\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51144\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20218\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_49036\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29403\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_99246\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_24439\"][cz_image size=\"thumbnail\" id=\"cz_24071\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_41892\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35834\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_23966\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91034\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_49469\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_39482\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_13598\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_88823\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_41202\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_55806\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_90925\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 14:35:11', '2018-07-19 12:35:11', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1264, 4, '2018-07-19 14:48:37', '2018-07-19 12:48:37', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_86492\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_67929\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_26461\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_41542\"][cz_separator style=\"cz_sep_30\" id=\"cz_33632\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_16558\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_99037\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_16119\" image=\"1048\" hover_image=\"1036\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_96624\"]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_23401\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_66073\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_87543\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_61116\"]\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_52130\"]\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_74299\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_79009\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_91926\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_20293\"]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_52769\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_26320\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_90884\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_43262\"]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_19554\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_99952\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_24572\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_90441\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_69589\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49714\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52005\"][cz_title css_animation=\"fadeInUp\" id=\"cz_30193\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22266\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38498\"][cz_title css_animation=\"fadeInUp\" id=\"cz_87012\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37616\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_68929\"][cz_title css_animation=\"fadeInUp\" id=\"cz_20645\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_43064\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_67967\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_25654\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_39689\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_80257\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_80616\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_27232\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_41373\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_32746\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_90421\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_20383\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_24673\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_99604\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_62042\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_39883\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_90488\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_94193\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_48326\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_90441\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_18765\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_38768\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_60031\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_57368\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_79663\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_79114\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_68523\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_18162\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_66126\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_95029\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_75981\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_75660\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_38094\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_43948\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90203\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66672\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24206\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_70820\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_82794\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_54468\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92456\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_73216\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63740\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17130\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72820\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_25782\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_45902\"][cz_image size=\"thumbnail\" id=\"cz_63308\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_19975\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83118\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53750\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27630\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21887\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_13781\"][cz_image size=\"thumbnail\" id=\"cz_73888\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_90440\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81784\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42412\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_97491\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47911\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_37442\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_73473\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_23571\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_64425\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_17421\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13775\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31098\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_30516\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_73485\"][cz_image size=\"thumbnail\" id=\"cz_13893\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73874\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65941\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75998\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_37615\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71960\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_48818\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_52287\"][cz_image size=\"thumbnail\" id=\"cz_17863\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_12127\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61152\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89871\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54767\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_77671\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_11758\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57438\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51560\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91088\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_39222\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_82861\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_88579\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_76022\"][cz_image size=\"thumbnail\" id=\"cz_20303\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_62053\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_88483\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73618\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68363\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_91148\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_93606\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87769\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64633\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96388\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_61644\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30574\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_72386\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_88148\"][cz_image size=\"thumbnail\" id=\"cz_91424\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_21205\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40436\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98176\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22222\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_90477\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_88048\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_65878\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_68149\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_88696\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_23316\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_19710\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 14:48:38', '2018-07-19 12:48:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1265, 4, '2018-07-19 14:48:38', '2018-07-19 12:48:38', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_79784\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_51428\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_91460\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_68364\"][cz_separator style=\"cz_sep_30\" id=\"cz_27451\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_11764\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_30417\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_15934\" image=\"1048\" hover_image=\"1036\"][cz_title icon_before_type=\"image\" image_as_icon=\"1048\" id=\"cz_74271\"]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1049\" id=\"cz_87670\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1165\" id=\"cz_95971\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67877\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_75439\"]\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_60605\"]\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_64266\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_37084\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_80068\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_36653\"]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_25233\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71493\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_46748\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_54558\"]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_69670\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_57859\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_45036\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_57718\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_23738\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13185\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46414\"][cz_title css_animation=\"fadeInUp\" id=\"cz_35944\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_21784\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_26198\"][cz_title css_animation=\"fadeInUp\" id=\"cz_76262\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13245\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83451\"][cz_title css_animation=\"fadeInUp\" id=\"cz_92602\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_13898\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_13869\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_97426\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_77059\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90428\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_93398\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_44937\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_65867\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54003\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_98092\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_91841\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_34072\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34745\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_17074\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94454\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_70382\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_60521\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64124\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_28242\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94446\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_21843\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_40870\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_96521\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57146\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_65703\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18306\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_72234\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41966\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20441\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_55686\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_34568\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_23229\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_58444\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31995\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89177\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48872\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_25393\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_34115\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_14740\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68286\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_32208\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95470\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_91247\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55843\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_12544\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_85702\"][cz_image size=\"thumbnail\" id=\"cz_26226\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_61955\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49826\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_43357\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56401\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_60559\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_73116\"][cz_image size=\"thumbnail\" id=\"cz_52923\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17705\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38820\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60119\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_78828\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_69675\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_69449\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_34514\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_93133\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_81567\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81848\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25128\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70744\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_30721\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_39411\"][cz_image size=\"thumbnail\" id=\"cz_93749\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34350\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96586\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25957\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_29821\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87834\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_70689\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_31255\"][cz_image size=\"thumbnail\" id=\"cz_73536\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_85804\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82099\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_23363\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29162\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_38501\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_72811\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91168\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80313\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79405\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_29989\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_40432\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_58234\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_88553\"][cz_image size=\"thumbnail\" id=\"cz_98770\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_81638\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81687\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80338\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63486\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_95704\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_51083\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83097\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_35115\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44832\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_17447\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31702\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_59678\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_36157\"][cz_image size=\"thumbnail\" id=\"cz_19536\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_30368\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56302\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81961\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16172\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_38401\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_94213\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_34224\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_65791\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_67024\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_25392\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_46105\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 14:48:38', '2018-07-19 12:48:38', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1266, 4, '2018-07-19 15:12:47', '2018-07-19 13:12:47', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_95154\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_85045\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_97347\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_92244\"][cz_separator style=\"cz_sep_30\" id=\"cz_54717\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_61621\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_14054\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_87145\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_11913\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_97061\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_29826\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_93817\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_83998\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_41031\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_65750\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_65452\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_17766\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_21723\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21405\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_72506\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_72417\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_91757\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_82080\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_67223\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_93045\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_87868\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_45844\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_29218\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48406\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64040\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_98726\"][cz_title css_animation=\"fadeInUp\" id=\"cz_43561\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49086\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_96073\"][cz_title css_animation=\"fadeInUp\" id=\"cz_35805\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_92692\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_57695\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_38749\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_79838\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_58497\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_35810\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_98554\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_52315\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19809\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_39585\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_18065\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_74150\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_46240\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_28677\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_84445\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_18746\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_89984\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_76202\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_89715\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57207\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_69248\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_77584\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_91941\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_87355\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_25991\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_55982\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_86082\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_58442\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_93957\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_82156\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_83137\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_86650\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_39851\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21886\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66489\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87237\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_46585\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_65043\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_39553\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_55283\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_93517\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46507\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_29434\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39758\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_64074\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_13879\"][cz_image size=\"thumbnail\" id=\"cz_47394\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_54058\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78971\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37109\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11266\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_48219\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_14694\"][cz_image size=\"thumbnail\" id=\"cz_92096\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35575\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29575\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48078\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21657\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76906\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_42036\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_92702\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_60043\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_28687\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32553\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70818\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84065\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_19791\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_17404\"][cz_image size=\"thumbnail\" id=\"cz_49109\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48233\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61577\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42626\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_83630\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79900\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_71273\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_47705\"][cz_image size=\"thumbnail\" id=\"cz_82669\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_18667\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90653\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61640\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44666\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_90809\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_98749\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48250\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82905\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34324\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_66714\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30984\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_44871\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_43621\"][cz_image size=\"thumbnail\" id=\"cz_61910\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_37574\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92553\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_79486\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59017\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_63372\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_63552\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67698\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69666\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12661\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_15931\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31243\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_44176\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_88451\"][cz_image size=\"thumbnail\" id=\"cz_11144\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_15450\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_36157\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82702\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23007\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_26810\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_44342\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_56563\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_17619\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_43091\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_93702\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_89414\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:12:47', '2018-07-19 13:12:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1267, 4, '2018-07-19 15:12:47', '2018-07-19 13:12:47', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_66305\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_60416\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_20399\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_11176\"][cz_separator style=\"cz_sep_30\" id=\"cz_92927\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_71198\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_37640\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_85480\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_50685\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_85546\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_48853\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_14237\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_53244\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_18519\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_15787\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_58065\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_38652\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_48853\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_46517\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_38685\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_53193\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_71563\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_21387\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_65089\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_87263\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_54618\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_21652\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93771\"][cz_title css_animation=\"fadeInUp\" id=\"cz_86599\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_15355\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83186\"][cz_title css_animation=\"fadeInUp\" id=\"cz_52904\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64661\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_92474\"][cz_title css_animation=\"fadeInUp\" id=\"cz_52970\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_57588\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_63672\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_79500\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_43069\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_14358\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_65046\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_80811\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_17484\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18291\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_88220\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22161\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_65246\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26872\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_59904\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11763\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_54446\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_13098\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72216\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_64722\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67076\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_59479\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19341\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_77618\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_53251\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94830\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81863\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_36437\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_47735\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_46524\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_28912\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_89595\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_93001\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_81474\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69095\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36070\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84721\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_34142\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_16882\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_91095\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41322\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_93991\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13256\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_95458\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20863\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_62050\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_96111\"][cz_image size=\"thumbnail\" id=\"cz_64199\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_64037\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68327\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28922\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31114\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_27807\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_37153\"][cz_image size=\"thumbnail\" id=\"cz_97622\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69948\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31983\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79485\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_95274\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68607\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_26009\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_24187\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_58202\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_19011\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94550\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27298\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43971\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_79271\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_50329\"][cz_image size=\"thumbnail\" id=\"cz_49742\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70367\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80540\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43734\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_72513\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_75999\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_53487\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_34563\"][cz_image size=\"thumbnail\" id=\"cz_72110\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_17686\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87490\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40438\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35498\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_18604\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_57134\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61540\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16226\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27082\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_82413\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84600\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_22357\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_51021\"][cz_image size=\"thumbnail\" id=\"cz_99499\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_35433\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98113\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18510\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29984\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_25411\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_51370\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98144\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64629\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90002\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_68511\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45169\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_33736\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_41024\"][cz_image size=\"thumbnail\" id=\"cz_21169\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_76112\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64477\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82168\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82688\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_51967\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_22606\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_18186\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_59460\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_68630\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_68615\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_64576\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:12:47', '2018-07-19 13:12:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1268, 4, '2018-07-19 15:14:40', '2018-07-19 13:14:40', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_99709\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_34848\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_41030\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_11878\"][cz_separator style=\"cz_sep_30\" id=\"cz_23014\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_46554\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_71795\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_87780\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_78274\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_18749\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_75032\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_73332\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_80363\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_23371\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59969\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_24542\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_67931\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_77957\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86439\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_71657\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_86639\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_19107\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_17934\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_73138\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_62920\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_59631\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_92802\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_88572\"][cz_title css_animation=\"fadeInUp\" id=\"cz_83887\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_27453\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46895\"][cz_title css_animation=\"fadeInUp\" id=\"cz_83597\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51191\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76814\"][cz_title css_animation=\"fadeInUp\" id=\"cz_84364\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_63094\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_23369\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_56160\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_50874\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90533\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_63798\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25907\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63865\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_44161\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_38167\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_23834\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_57592\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_94988\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_90681\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_44032\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_66646\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_77320\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_52028\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_73469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_50458\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_14949\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_33101\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_43261\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_92410\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16989\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_59603\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_39306\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89475\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_99684\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_16121\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_73840\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_62778\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_28379\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30000\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13653\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18913\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_82687\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_28449\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_71668\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26849\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_55506\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84392\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_73331\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_50495\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_75073\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_17363\"][cz_image size=\"thumbnail\" id=\"cz_17141\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_52393\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58281\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_79499\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91741\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_62119\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_12600\"][cz_image size=\"thumbnail\" id=\"cz_35002\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54530\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18478\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83495\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_82725\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_96843\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_83180\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_87735\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_70683\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_45958\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16115\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89572\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48500\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_23917\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_72260\"][cz_image size=\"thumbnail\" id=\"cz_65839\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84474\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87999\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21345\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_68866\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61330\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_60729\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_43940\"][cz_image size=\"thumbnail\" id=\"cz_67583\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_66759\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85223\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25864\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46259\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_76964\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_76872\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47749\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11967\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31403\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_55117\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84352\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_14128\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_51960\"][cz_image size=\"thumbnail\" id=\"cz_67532\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_90752\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22643\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13491\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95757\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_12216\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_50880\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19674\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73365\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16719\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_93038\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61365\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_26954\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_61905\"][cz_image size=\"thumbnail\" id=\"cz_22695\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_76572\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94734\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_79167\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43332\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_79957\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_93921\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_78481\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_56922\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_70794\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_26230\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_57779\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:14:41', '2018-07-19 13:14:41', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1269, 4, '2018-07-19 15:14:41', '2018-07-19 13:14:41', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_91086\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_70236\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_42131\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_94103\"][cz_separator style=\"cz_sep_30\" id=\"cz_22196\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_98553\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_84856\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_33729\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_12044\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_80613\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_34834\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_51814\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_89177\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_97089\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57423\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_82215\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_58454\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_73266\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_44121\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_70039\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_49839\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_38856\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_49207\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_82060\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_18813\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_43128\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60541\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_64625\"][cz_title css_animation=\"fadeInUp\" id=\"cz_13922\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_75661\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22404\"][cz_title css_animation=\"fadeInUp\" id=\"cz_93897\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_45897\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_53425\"][cz_title css_animation=\"fadeInUp\" id=\"cz_88001\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_56983\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_51978\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_72858\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_79601\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_52912\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_53471\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_14436\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_93616\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_42649\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_11525\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_51039\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_24865\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_58869\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_24305\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57875\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_28908\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_63033\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_85620\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_67004\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_45094\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_93323\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_99022\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_94525\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57948\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12944\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_70186\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_69242\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95731\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16084\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_22667\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_83733\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_61956\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_63535\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56591\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41557\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16448\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_98952\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_44882\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_98953\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41601\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_45297\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49992\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_55356\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93055\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_63187\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_13231\"][cz_image size=\"thumbnail\" id=\"cz_21964\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_26221\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87740\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77857\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60204\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_81064\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_76879\"][cz_image size=\"thumbnail\" id=\"cz_54730\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39012\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78713\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24916\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_97144\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74445\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_29889\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_19811\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_58178\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_80735\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72236\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_14770\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22292\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_77573\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_13723\"][cz_image size=\"thumbnail\" id=\"cz_56064\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76527\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44214\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90251\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_26520\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88459\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_83307\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_78596\"][cz_image size=\"thumbnail\" id=\"cz_90579\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_94160\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93706\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78320\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72018\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_53911\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_59384\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48898\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97531\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87286\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_27611\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22447\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_84430\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_90946\"][cz_image size=\"thumbnail\" id=\"cz_41226\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_93131\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49124\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_21961\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65367\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_52784\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_33143\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42941\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_55396\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78097\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_19469\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88500\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_68348\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_34878\"][cz_image size=\"thumbnail\" id=\"cz_76959\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_51656\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13475\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67539\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45816\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_96070\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_45859\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_17834\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_49982\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_94132\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_55621\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_47513\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:14:41', '2018-07-19 13:14:41', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1270, 4, '2018-07-19 15:17:07', '2018-07-19 13:17:07', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_11866\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_37455\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_21207\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_81837\"][cz_separator style=\"cz_sep_30\" id=\"cz_52473\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_44253\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_11188\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_22593\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_55741\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_35649\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40147\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_33196\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_21389\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_14758\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_95825\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_21196\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_53229\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_49170\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_51796\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_78328\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_46323\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_38791\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_36825\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_32252\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_91180\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_80750\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_98283\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_78064\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_26387\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_54253\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_23448\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_27142\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_80598\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_33545\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_97868\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33071\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_66688\"][cz_title css_animation=\"fadeInUp\" id=\"cz_97946\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_44554\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22429\"][cz_title css_animation=\"fadeInUp\" id=\"cz_33595\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_73591\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_44514\"][cz_title css_animation=\"fadeInUp\" id=\"cz_43873\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_77238\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_40340\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_53959\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_30468\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_78400\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_94645\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97685\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_24723\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_33436\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_34510\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_45865\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_24617\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_15261\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_44149\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_91571\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_30537\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_87292\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_15019\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_46569\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67890\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_37454\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_44438\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_89851\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_93031\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_42385\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34405\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_15461\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_64870\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96886\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_48865\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_97633\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_74124\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_78095\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51592\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_93481\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56495\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_46237\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_91167\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_70108\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68563\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_25678\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15974\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_82070\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29828\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_49012\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_73641\"][cz_image size=\"thumbnail\" id=\"cz_49255\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_36304\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77550\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84713\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93084\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_15004\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_29152\"][cz_image size=\"thumbnail\" id=\"cz_82935\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96925\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_60426\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17341\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_12387\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25296\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_14227\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_50141\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_22929\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_77241\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28236\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63410\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70723\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_73621\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_98537\"][cz_image size=\"thumbnail\" id=\"cz_61890\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43729\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67101\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76458\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_48592\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49172\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_95175\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_86494\"][cz_image size=\"thumbnail\" id=\"cz_22813\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_44431\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22798\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89253\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29144\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_15883\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_93147\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47185\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87707\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90072\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_96501\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93938\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_91348\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_21797\"][cz_image size=\"thumbnail\" id=\"cz_97054\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_41490\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33615\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74296\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58615\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_85915\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_45019\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32237\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84453\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95799\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_64855\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51555\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_72257\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_13448\"][cz_image size=\"thumbnail\" id=\"cz_89616\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_67433\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_88831\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_12430\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11864\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_11630\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_90572\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_29898\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_16403\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_83719\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_65972\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_92999\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:17:07', '2018-07-19 13:17:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1271, 4, '2018-07-19 15:17:07', '2018-07-19 13:17:07', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_73792\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_62474\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_86938\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_65140\"][cz_separator style=\"cz_sep_30\" id=\"cz_73160\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_83992\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95520\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_95665\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_58288\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_54136\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_81580\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_92197\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_75262\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_66034\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1050\" id=\"cz_87996\"]\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1047\" id=\"cz_40118\"]\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1052\" id=\"cz_17589\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_60254\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_42455\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_96094\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_27687\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1046\" id=\"cz_31287\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1053\" id=\"cz_97413\"]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1044\" id=\"cz_28440\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n[/cz_title][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_31807\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_87986\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_47227\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_37099\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"1045\" id=\"cz_71705\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][cz_title icon_before_type=\"image\" image_as_icon=\"764\" id=\"cz_13200\"]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n[/cz_title][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_30099\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_45497\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_64563\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_17037\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_99527\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37724\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_89919\"][cz_title css_animation=\"fadeInUp\" id=\"cz_95047\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33389\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_48208\"][cz_title css_animation=\"fadeInUp\" id=\"cz_49183\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_14970\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_40406\"][cz_title css_animation=\"fadeInUp\" id=\"cz_24445\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_69893\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_28402\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_53452\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_76372\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_77546\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_84797\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72467\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94123\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_16085\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_69880\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22563\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_36781\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57866\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_58680\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_62770\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29572\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_60770\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81759\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_63958\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25334\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87686\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_63485\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_51948\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_77605\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_58533\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_74226\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_25814\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_96605\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78086\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_55109\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_21051\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_47980\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_72401\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63393\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_24352\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49947\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_48191\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_85708\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_44070\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53165\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_55589\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55523\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_78836\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13456\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_14204\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_41607\"][cz_image size=\"thumbnail\" id=\"cz_31917\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_63863\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23366\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84765\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78087\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_99941\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_48251\"][cz_image size=\"thumbnail\" id=\"cz_30035\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77547\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_95673\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93151\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_92250\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92279\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_71237\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_47359\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_13331\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_19217\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19760\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65614\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32459\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_58596\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_13805\"][cz_image size=\"thumbnail\" id=\"cz_18167\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91556\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_55860\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62646\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_47079\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34696\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_64992\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_50172\"][cz_image size=\"thumbnail\" id=\"cz_65192\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_85799\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14036\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77448\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70564\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_81012\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_77390\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18815\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99937\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54937\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_14489\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93088\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_47187\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_95657\"][cz_image size=\"thumbnail\" id=\"cz_64326\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_83436\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97877\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_72432\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92085\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_63491\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_93781\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_50682\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66186\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11949\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_42238\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22046\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_63484\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_78206\"][cz_image size=\"thumbnail\" id=\"cz_45632\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_28476\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28379\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99714\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14275\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_31304\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_77162\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_73729\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_12317\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_54552\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_81433\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_12255\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:17:07', '2018-07-19 13:17:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1272, 4, '2018-07-19 15:28:01', '2018-07-19 13:28:01', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_34597\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_62242\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_44733\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_21305\"][cz_separator style=\"cz_sep_30\" id=\"cz_55284\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_65449\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_12093\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_19260\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_17931\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_90642\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_62921\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_46729\" image=\"1050\" hover_image=\"1037\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_14844\" image=\"1047\" hover_image=\"1034\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_70290\" image=\"1052\" hover_image=\"1039\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24430\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_71151\" image=\"1046\" hover_image=\"1033\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_96810\" image=\"1053\" hover_image=\"1040\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_58590\" image=\"1044\" hover_image=\"1031\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_15889\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_62706\" image=\"1045\" hover_image=\"1032\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_74289\" image=\"764\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_54784\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_46800\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_24537\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_87567\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_32345\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24312\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_68898\"][cz_title css_animation=\"fadeInUp\" id=\"cz_55900\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33631\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_48173\"][cz_title css_animation=\"fadeInUp\" id=\"cz_79386\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84763\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81796\"][cz_title css_animation=\"fadeInUp\" id=\"cz_89581\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_40047\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_47245\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_90563\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_48196\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54066\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_81205\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11117\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89684\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84939\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_70296\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_14115\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_56090\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_67107\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_61594\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_60868\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29814\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_35884\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_15653\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_65503\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_49310\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_92109\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_86738\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_62512\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_61007\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_42638\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_85032\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_98070\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22025\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_69795\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_79866\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_11606\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_98732\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_27111\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91059\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46928\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70067\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_72265\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_46935\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_59751\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57205\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_17232\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62755\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_13295\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73228\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_24350\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_63053\"][cz_image size=\"thumbnail\" id=\"cz_91931\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_49123\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_67596\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57435\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87323\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_59705\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_44174\"][cz_image size=\"thumbnail\" id=\"cz_49836\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20713\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75702\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34868\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_18783\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86616\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_93553\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_87539\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_87112\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_92285\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14650\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78172\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39214\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_73607\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_50438\"][cz_image size=\"thumbnail\" id=\"cz_75038\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33358\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96532\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81159\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_85003\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98717\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_54388\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_98242\"][cz_image size=\"thumbnail\" id=\"cz_61771\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_46320\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47366\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29367\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92644\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_34690\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_77961\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36818\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73415\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87564\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_12520\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97173\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_95237\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_88026\"][cz_image size=\"thumbnail\" id=\"cz_90727\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_82776\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75139\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_83013\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86316\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_53311\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_22227\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_59923\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_92639\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86155\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_82170\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89171\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_67315\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_67174\"][cz_image size=\"thumbnail\" id=\"cz_87888\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_21703\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65416\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_49659\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56912\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_12783\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_67916\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_49557\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_36363\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_45878\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_75264\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_98668\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:28:02', '2018-07-19 13:28:02', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1273, 4, '2018-07-19 15:28:02', '2018-07-19 13:28:02', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_33442\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_76674\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_95842\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_28680\"][cz_separator style=\"cz_sep_30\" id=\"cz_64701\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_86569\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_11456\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_39840\" image=\"1049\" hover_image=\"1035\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_69583\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_86661\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_82041\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_80700\" image=\"1050\" hover_image=\"1037\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_46584\" image=\"1047\" hover_image=\"1034\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_74680\" image=\"1052\" hover_image=\"1039\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66855\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_28755\" image=\"1046\" hover_image=\"1033\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_63852\" image=\"1053\" hover_image=\"1040\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_34170\" image=\"1044\" hover_image=\"1031\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_84819\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_51741\" image=\"1045\" hover_image=\"1032\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_44763\" image=\"764\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_50236\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_90289\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_90565\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_51908\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_58206\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_40122\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_77161\"][cz_title css_animation=\"fadeInUp\" id=\"cz_92973\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_15387\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_75829\"][cz_title css_animation=\"fadeInUp\" id=\"cz_26415\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_80950\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_71671\"][cz_title css_animation=\"fadeInUp\" id=\"cz_43985\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_45652\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_58241\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_44330\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_74381\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_27824\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_30992\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_56422\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97413\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66466\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_31103\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_64268\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_84111\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83844\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_87328\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_68930\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_35585\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_32091\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19166\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_25875\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22656\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_59964\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72970\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_51668\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_37125\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_65944\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_55944\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_12954\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_81249\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_36895\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_73514\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_25234\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_71436\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_31755\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58453\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45817\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48469\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_78334\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_91129\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_45882\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44801\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_22233\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99040\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_28912\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94966\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_86368\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_86731\"][cz_image size=\"thumbnail\" id=\"cz_30552\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_18460\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94786\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45317\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30006\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_54750\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_18288\"][cz_image size=\"thumbnail\" id=\"cz_70563\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80764\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73121\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26508\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_82608\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54370\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_52292\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_56123\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_68493\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_23728\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76768\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26947\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58435\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_25237\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_94171\"][cz_image size=\"thumbnail\" id=\"cz_49565\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60009\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38972\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60687\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_59049\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56773\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_55654\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_45418\"][cz_image size=\"thumbnail\" id=\"cz_43504\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_75096\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52767\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38291\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20413\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_71663\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_81931\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27590\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42226\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62696\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_89601\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57623\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_45304\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_43971\"][cz_image size=\"thumbnail\" id=\"cz_98805\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_90316\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12465\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22534\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67085\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_28301\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_69859\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_81211\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22472\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19424\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_41220\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_50333\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_69001\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_89159\"][cz_image size=\"thumbnail\" id=\"cz_95995\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_24655\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34577\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39500\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88641\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_76234\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_66680\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_97943\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_47897\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_48611\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_25534\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_79013\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:28:02', '2018-07-19 13:28:02', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1274, 4, '2018-07-19 15:30:43', '2018-07-19 13:30:43', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_43339\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_99728\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_91011\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_52114\"][cz_separator style=\"cz_sep_30\" id=\"cz_17291\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_53832\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_57612\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55421\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_89487\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_79134\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_33073\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_75022\" image=\"1050\" hover_image=\"1037\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_49943\" image=\"1047\" hover_image=\"1034\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_12642\" image=\"1052\" hover_image=\"1039\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59250\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_52054\" image=\"1046\" hover_image=\"1033\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_60012\" image=\"1053\" hover_image=\"1040\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_84440\" image=\"1044\" hover_image=\"1031\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_88906\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_64972\" image=\"1045\" hover_image=\"1032\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_97158\" image=\"764\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_60082\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_36917\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_13563\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_23278\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_23571\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60928\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_85901\"][cz_title css_animation=\"fadeInUp\" id=\"cz_76371\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30633\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_23088\"][cz_title css_animation=\"fadeInUp\" id=\"cz_19710\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30361\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_14099\"][cz_title css_animation=\"fadeInUp\" id=\"cz_60713\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_36542\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_56820\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_18326\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_80852\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_46308\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_86349\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13925\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_21331\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_36293\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_15457\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_69470\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_77236\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64359\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_53911\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_66142\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29331\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_51069\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26224\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_55137\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_53522\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_38392\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_67598\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_14450\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_24294\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_43969\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_33973\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_36271\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_52569\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_53224\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_39260\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_13283\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_78655\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_84969\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_20498\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59508\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31278\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_95737\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_62323\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_41498\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32030\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_66669\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99858\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_98155\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31029\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_53769\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_64298\"][cz_image size=\"thumbnail\" id=\"cz_49249\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_93728\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79411\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_93276\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47251\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17804\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_60875\"][cz_image size=\"thumbnail\" id=\"cz_50591\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30987\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_93733\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73453\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_56148\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46303\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_26677\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_84297\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_48475\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_94222\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69267\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57863\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53730\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_89434\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_53600\"][cz_image size=\"thumbnail\" id=\"cz_16053\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30932\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74520\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71612\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_30790\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72676\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_91530\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_73449\"][cz_image size=\"thumbnail\" id=\"cz_36974\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_40780\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_67178\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16386\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34057\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_14429\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_23079\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83821\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53909\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42956\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_77554\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27363\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_87993\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_23858\"][cz_image size=\"thumbnail\" id=\"cz_42929\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_72291\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_61222\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37151\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41558\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_19086\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_79771\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30992\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61575\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84714\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_50814\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36095\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_56326\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_70494\"][cz_image size=\"thumbnail\" id=\"cz_97661\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_47856\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43944\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34635\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77526\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_11122\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_39911\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_11583\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_14441\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_51879\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_84293\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_57239\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:30:43', '2018-07-19 13:30:43', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1275, 4, '2018-07-19 15:30:43', '2018-07-19 13:30:43', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_83725\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_61848\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_73491\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_71719\"][cz_separator style=\"cz_sep_30\" id=\"cz_74595\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_16421\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_44010\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_35818\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_42462\" image=\"1048\" hover_image=\"1036\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_74458\" image=\"1165\" hover_image=\"1173\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_43793\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_22233\" image=\"1050\" hover_image=\"1037\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_94339\" image=\"1047\" hover_image=\"1034\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_94258\" image=\"1052\" hover_image=\"1039\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_95837\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_45154\" image=\"1046\" hover_image=\"1033\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_30354\" image=\"1053\" hover_image=\"1040\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_52163\" image=\"1044\" hover_image=\"1031\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_15648\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_28015\" image=\"1045\" hover_image=\"1032\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" hover_size=\"thumbnail\" id=\"cz_88909\" image=\"764\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"sky\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2F%23modules_|||\" css=\".vc_custom_1531140484818{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_48481\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_51540\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_66435\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48493\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_80340\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_66908\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_51823\"][cz_title css_animation=\"fadeInUp\" id=\"cz_32220\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51201\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_97952\"][cz_title css_animation=\"fadeInUp\" id=\"cz_15945\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13049\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_71444\"][cz_title css_animation=\"fadeInUp\" id=\"cz_76554\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_76534\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_76754\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_20565\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_12353\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19217\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_83912\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_45035\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_30340\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_78252\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_39294\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_26177\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23406\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_58537\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_67230\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_27944\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_75442\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_56139\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_65314\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_26982\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22575\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13808\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96211\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_78373\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_54520\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_28431\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29574\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_52473\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_33266\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">After sales </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Sales</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\"> CRM </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #595959;\">Accounting (All Levels)</span> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_31513\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_23917\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_98710\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_96937\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_89561\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19275\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98179\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97667\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_92077\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_43215\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_28008\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70330\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_71398\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43074\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_82626\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29936\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_99194\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_99459\"][cz_image size=\"thumbnail\" id=\"cz_94268\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_55334\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64774\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_21250\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66798\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_67471\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_17462\"][cz_image size=\"thumbnail\" id=\"cz_45171\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_21992\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34783\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63635\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63354\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56939\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_84038\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_76161\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_55649\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_80975\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65722\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63814\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79154\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_63390\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_55891\"][cz_image size=\"thumbnail\" id=\"cz_22370\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80288\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26221\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82658\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_23363\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97736\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_12594\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_22557\"][cz_image size=\"thumbnail\" id=\"cz_97196\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_95751\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66780\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61971\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17002\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_33579\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_29442\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23354\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67640\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40324\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_47026\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31275\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_92567\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_92854\"][cz_image size=\"thumbnail\" id=\"cz_15314\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_68729\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48503\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85178\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34451\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_12317\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_64333\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86731\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57098\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75592\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_67019\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72209\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_58250\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_79271\"][cz_image size=\"thumbnail\" id=\"cz_69945\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_59734\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90718\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67142\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55486\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_57498\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_29113\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_61378\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_79966\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_47445\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_73621\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_47607\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:30:43', '2018-07-19 13:30:43', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1276, 4, '2018-07-19 15:41:47', '2018-07-19 13:41:47', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_66453\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_26023\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_74280\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_42743\"][cz_separator style=\"cz_sep_30\" id=\"cz_60138\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_27416\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_51711\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55290\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43890\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43893\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_99754\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_72952\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_29012\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_76200\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59675\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_58581\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33075\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33420\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_36184\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_22552\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_87676\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_43879\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_76873\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_28505\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_29771\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_62050\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_97365\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_89694\"][cz_title css_animation=\"fadeInUp\" id=\"cz_64349\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67723\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_97952\"][cz_title css_animation=\"fadeInUp\" id=\"cz_30803\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_82635\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_72233\"][cz_title css_animation=\"fadeInUp\" id=\"cz_62436\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_42774\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_88538\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_14148\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_86953\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_32428\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_46931\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86707\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94270\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64833\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_62907\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_53946\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23414\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84872\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_76255\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_48488\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96314\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_63931\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81256\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_73187\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_81326\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_99916\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35237\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_78692\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89611\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_88476\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_46415\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_87563\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_19280\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29050\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_59797\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_70606\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_60713\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_48335\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_73643\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_47666\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69653\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_20575\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_34374\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_63924\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74297\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_86171\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17870\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_86601\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71043\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_83014\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_35089\"][cz_image size=\"thumbnail\" id=\"cz_67357\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_46946\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16346\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40544\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28272\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16263\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_64670\"][cz_image size=\"thumbnail\" id=\"cz_95854\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94763\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53147\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42269\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_82327\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61316\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_60208\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_42124\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_31922\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_20922\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79349\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94455\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57478\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_49003\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_15030\"][cz_image size=\"thumbnail\" id=\"cz_80741\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12927\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78217\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66912\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_19686\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_64819\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_37955\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_91589\"][cz_image size=\"thumbnail\" id=\"cz_88797\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_94202\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38536\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94033\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34746\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_55697\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_99185\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88306\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51552\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93948\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_41453\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_82710\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_76276\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_91659\"][cz_image size=\"thumbnail\" id=\"cz_42919\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_18400\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23582\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_52731\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86639\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_18037\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_99098\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35642\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_21957\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79840\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_37458\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89063\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_46753\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_46034\"][cz_image size=\"thumbnail\" id=\"cz_53882\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_73598\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37623\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42680\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67800\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_65048\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_36713\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_91436\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_20746\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_35899\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_79742\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_61188\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:41:47', '2018-07-19 13:41:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1277, 4, '2018-07-19 15:41:47', '2018-07-19 13:41:47', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_29848\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_21196\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_43898\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_95013\"][cz_separator style=\"cz_sep_30\" id=\"cz_12856\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_75707\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_13414\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_25327\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_28438\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_88942\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_32253\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_27537\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_24584\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43099\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96266\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50932\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_32163\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43019\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85855\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_74934\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_16617\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_23479\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_17615\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_73307\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_77417\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_43218\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64743\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_87053\"][cz_title css_animation=\"fadeInUp\" id=\"cz_68006\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_44486\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_48241\"][cz_title css_animation=\"fadeInUp\" id=\"cz_86743\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_54571\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81029\"][cz_title css_animation=\"fadeInUp\" id=\"cz_81757\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_56316\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_56736\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_84060\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_70533\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_74064\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_73002\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_91675\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_90490\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_86476\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_34775\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86757\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_37408\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_55827\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_29777\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_23264\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_30762\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_35284\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35632\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_37266\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97480\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13049\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_69374\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_62223\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_88992\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_37380\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_95598\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_37233\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_24124\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #595959;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_50170\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_18263\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_94770\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_95376\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_63888\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78831\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65909\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37953\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_51833\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_57585\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_28444\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38309\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_81249\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15201\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_64607\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_37077\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_33867\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_76760\"][cz_image size=\"thumbnail\" id=\"cz_56729\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_58040\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12393\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82885\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55521\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_14331\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_52259\"][cz_image size=\"thumbnail\" id=\"cz_17745\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92213\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78529\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13343\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_29446\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91542\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_52403\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_36598\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_86313\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_47780\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89376\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65144\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13689\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_27330\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_16978\"][cz_image size=\"thumbnail\" id=\"cz_60164\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44663\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44177\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41414\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_48753\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97674\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_67380\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_71510\"][cz_image size=\"thumbnail\" id=\"cz_74434\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_24109\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29551\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75716\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95883\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_73961\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_78937\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48142\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80595\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71151\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_26671\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_82828\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_89486\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_18214\"][cz_image size=\"thumbnail\" id=\"cz_35231\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_26085\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93417\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71901\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15462\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_58562\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_74479\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31681\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64429\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34644\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_65234\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_97496\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_64947\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_13988\"][cz_image size=\"thumbnail\" id=\"cz_95170\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_32327\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74387\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69604\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45326\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_92827\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_45321\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_41210\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_66788\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_24259\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_78242\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_47384\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:41:47', '2018-07-19 13:41:47', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1278, 4, '2018-07-19 15:50:17', '2018-07-19 13:50:17', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_95492\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_42826\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_72112\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_57184\"][cz_separator style=\"cz_sep_30\" id=\"cz_43828\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_41440\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_94238\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_69578\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43351\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_60289\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_72232\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_87363\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_94213\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_16465\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_49280\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50131\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_42292\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_47894\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_12074\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80557\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_41137\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_49537\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_24987\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_84679\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_92193\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_82381\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_63988\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_26139\"][cz_title css_animation=\"fadeInUp\" id=\"cz_21520\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_32537\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_15279\"][cz_title css_animation=\"fadeInUp\" id=\"cz_17012\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64252\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76280\"][cz_title css_animation=\"fadeInUp\" id=\"cz_63086\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_96970\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_17721\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_57324\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_66548\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_49961\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_17614\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38781\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_37325\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_11827\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_44135\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75494\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_50847\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75317\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_23388\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_51810\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_55874\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_53415\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90237\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_69751\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38094\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82431\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_52132\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_90971\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97459\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_62541\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23509\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_12738\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_68443\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_76650\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_77908\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_31530\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_73621\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_84518\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77744\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40170\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34480\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_84247\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_67840\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_60694\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84963\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_11975\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36189\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35811\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76181\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_48467\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_76511\"][cz_image size=\"thumbnail\" id=\"cz_32055\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_90771\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66749\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90695\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28866\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_49180\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_42828\"][cz_image size=\"thumbnail\" id=\"cz_19838\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46639\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94259\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32236\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_48267\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62703\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_97776\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_26176\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_83122\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_71397\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_99584\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_60866\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11568\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_34064\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_45114\"][cz_image size=\"thumbnail\" id=\"cz_68297\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83648\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30078\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69162\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_19837\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54778\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_45344\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_57194\"][cz_image size=\"thumbnail\" id=\"cz_31290\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_66289\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47966\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_86928\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56985\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_65721\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_36108\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88703\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74448\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71637\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_82962\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95574\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_19905\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_45665\"][cz_image size=\"thumbnail\" id=\"cz_93351\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_34971\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_28788\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64748\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34555\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_78544\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_65206\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57508\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_23658\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33504\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_41157\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42625\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_91555\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_49884\"][cz_image size=\"thumbnail\" id=\"cz_86293\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_36900\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95967\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17583\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92078\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_43933\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_93400\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_49064\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_98544\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_29509\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_37767\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_72993\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:50:17', '2018-07-19 13:50:17', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1279, 4, '2018-07-19 15:50:17', '2018-07-19 13:50:17', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_90036\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_20729\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_68567\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_98830\"][cz_separator style=\"cz_sep_30\" id=\"cz_55284\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_61918\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_33802\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_72962\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_26667\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_57246\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51506\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80763\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_14755\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_64053\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_14267\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_44801\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_95567\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_94712\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_83575\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_81860\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_31612\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_79543\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_88333\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_23691\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_23476\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_81733\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61644\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22021\"][cz_title css_animation=\"fadeInUp\" id=\"cz_11243\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_88301\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83903\"][cz_title css_animation=\"fadeInUp\" id=\"cz_90169\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_97919\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52471\"][cz_title css_animation=\"fadeInUp\" id=\"cz_88999\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_53204\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_14390\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_22802\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_26166\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29947\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_68937\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_66561\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_99599\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72581\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_30615\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13867\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_17383\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26183\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_97468\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89848\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96932\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_29081\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_69391\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_85266\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41661\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_81757\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_67000\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_92195\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_92667\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_67132\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_80496\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_76571\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57301\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78416\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_29042\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_46301\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_31620\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_32322\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57992\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46676\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51158\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_26930\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_13238\"][cz_image size=\"thumbnail\" fx_hover=\"cz_image_blurred\" id=\"cz_50757\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88401\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_32742\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53514\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_94673\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47815\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_50982\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_84521\"][cz_image size=\"thumbnail\" id=\"cz_44748\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_68952\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53912\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30014\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99502\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35670\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_85903\"][cz_image size=\"thumbnail\" id=\"cz_91698\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28337\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53035\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72194\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_93797\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99226\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_50610\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_22840\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_45528\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_71120\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44051\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_92410\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17797\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_84098\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_19340\"][cz_image size=\"thumbnail\" id=\"cz_19924\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34856\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96630\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41556\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_77259\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91304\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_78260\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_28242\"][cz_image size=\"thumbnail\" id=\"cz_75826\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_23008\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86083\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29738\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41912\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_85586\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_54298\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27815\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77284\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71524\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_69740\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_49478\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_65322\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_68966\"][cz_image size=\"thumbnail\" id=\"cz_88978\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_77051\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14495\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_60099\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21102\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_95794\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_66785\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94090\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15134\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75598\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_28947\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11765\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_17155\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_95095\"][cz_image size=\"thumbnail\" id=\"cz_91958\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_84305\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23337\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67784\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96203\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_98310\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_86412\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_38115\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_83896\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_40710\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_54819\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_61181\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:50:17', '2018-07-19 13:50:17', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1280, 4, '2018-07-19 15:53:40', '2018-07-19 13:53:40', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_15282\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_30517\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_78316\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_97728\"][cz_separator style=\"cz_sep_30\" id=\"cz_82744\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_20868\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_97195\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_47176\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_23504\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_39422\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_18391\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96859\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_82376\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_67766\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_38751\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_34970\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_91964\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_94594\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_52211\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_11183\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_39666\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_65220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_28623\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_43242\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95903\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_25891\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_32783\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_87378\"][cz_title css_animation=\"fadeInUp\" id=\"cz_89640\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59124\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_63593\"][cz_title css_animation=\"fadeInUp\" id=\"cz_93811\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_78530\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_41909\"][cz_title css_animation=\"fadeInUp\" id=\"cz_91540\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_61274\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_51667\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_88735\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_97340\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64060\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_28158\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_15731\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_60920\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_99423\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_72387\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_88560\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_34394\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_64351\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_83155\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75494\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64423\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_22821\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_40715\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_81935\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_54953\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_36619\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96716\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_76626\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_23997\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_86356\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35750\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_76479\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_80168\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_14281\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_18389\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_71708\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_64445\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_58945\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60444\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61786\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23006\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_77491\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_66406\"][cz_image size=\"thumbnail\" id=\"cz_72815\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76915\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_38794\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61376\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_11309\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92035\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_44531\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_75692\"][cz_image size=\"thumbnail\" id=\"cz_56458\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_56242\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16408\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38394\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11196\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_41916\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_35111\"][cz_image size=\"thumbnail\" id=\"cz_76711\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54803\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_21467\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12462\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_31282\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90524\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_15633\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_38561\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_62233\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_68967\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86396\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22677\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30754\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_98291\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_89058\"][cz_image size=\"thumbnail\" id=\"cz_86049\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71107\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65973\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24844\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_32483\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66171\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_16879\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_65904\"][cz_image size=\"thumbnail\" id=\"cz_41863\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_62227\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22147\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_47161\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89511\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_22233\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_77966\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24622\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87833\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32769\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_34978\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89185\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_52941\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_25503\"][cz_image size=\"thumbnail\" id=\"cz_93707\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_80392\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76625\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_62675\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66788\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_88192\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_82318\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65080\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77250\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68368\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_36187\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_43223\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_82101\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_57560\"][cz_image size=\"thumbnail\" id=\"cz_98284\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_87869\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23465\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40148\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50096\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_34501\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_76198\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_39607\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_45623\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_54165\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_53119\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_33457\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:53:41', '2018-07-19 13:53:41', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1281, 4, '2018-07-19 15:53:41', '2018-07-19 13:53:41', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_75823\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_76986\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_22643\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_28765\"][cz_separator style=\"cz_sep_30\" id=\"cz_91379\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_16350\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_98046\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_68005\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_67915\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_64835\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56197\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50233\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_29915\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33448\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_18602\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_54991\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_65561\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_89592\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_12552\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_63845\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_77462\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_24906\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_92882\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_27559\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48297\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_69081\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56056\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82809\"][cz_title css_animation=\"fadeInUp\" id=\"cz_23246\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_98064\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_16267\"][cz_title css_animation=\"fadeInUp\" id=\"cz_87959\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_75051\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_27799\"][cz_title css_animation=\"fadeInUp\" id=\"cz_16724\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_66430\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_33039\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_14771\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_34436\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_89844\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_68495\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_79523\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_40078\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_87300\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_12971\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_47569\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_42291\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_67422\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_37162\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_43732\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_31267\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_14625\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57528\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_24150\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_31073\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94714\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_82120\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_76019\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_77524\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94255\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_74083\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_82680\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_82214\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_49135\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_99369\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_87828\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_15565\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_32409\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91488\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38890\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22253\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_59984\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_18413\"][cz_image size=\"thumbnail\" id=\"cz_51220\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47284\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_20274\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87678\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_78465\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76585\" height_tablet=\"50px\"][cz_image image=\"1251\" id=\"cz_24841\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_22198\"][cz_image size=\"thumbnail\" id=\"cz_96742\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"867\" id=\"cz_28355\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68615\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_20892\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48318\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63329\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_91902\"][cz_image size=\"thumbnail\" id=\"cz_24337\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40853\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_86157\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87309\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_23534\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68371\" height_tablet=\"50px\"][cz_image image=\"1164\" id=\"cz_36444\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_22904\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_56200\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1252\" id=\"cz_40899\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44202\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_47688\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68679\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_55345\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_96562\"][cz_image size=\"thumbnail\" id=\"cz_75982\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95454\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_43847\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85146\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_83133\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22312\" height_tablet=\"50px\"][cz_image image=\"1257\" id=\"cz_61731\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_96864\"][cz_image size=\"thumbnail\" id=\"cz_33399\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1256\" id=\"cz_58474\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25219\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90904\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68255\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_62426\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_54233\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60157\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75652\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83976\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_46315\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62962\" height_tablet=\"50px\"][cz_image image=\"1253\" id=\"cz_96400\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_14687\"][cz_image size=\"thumbnail\" id=\"cz_88296\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"1255\" id=\"cz_19304\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59776\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29196\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52396\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_96354\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_86764\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96630\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_92916\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62747\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_92085\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36763\" height_tablet=\"50px\"][cz_image image=\"1254\" id=\"cz_47893\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_75219\"][cz_image size=\"thumbnail\" id=\"cz_47964\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image image=\"438\" id=\"cz_98514\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72083\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70253\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56988\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_86192\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_61157\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_25244\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_48618\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_15391\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_74291\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_24271\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:53:41', '2018-07-19 13:53:41', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1282, 4, '2018-07-19 15:58:33', '2018-07-19 13:58:33', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_16971\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_25671\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_38037\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_64986\"][cz_separator style=\"cz_sep_30\" id=\"cz_51805\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_11805\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_55733\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_22454\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_31387\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43747\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40313\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_13155\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80320\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_68514\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_79747\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_15515\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_16232\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_91560\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71236\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_67175\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43407\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_77647\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_62688\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_71546\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_29845\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_28955\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_68557\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61141\"][cz_title css_animation=\"fadeInUp\" id=\"cz_62102\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28735\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_72227\"][cz_title css_animation=\"fadeInUp\" id=\"cz_67962\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_43296\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_99153\"][cz_title css_animation=\"fadeInUp\" id=\"cz_32949\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_83990\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_99847\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_77571\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_95334\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31235\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_21318\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_35647\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_33279\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90527\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_93051\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13027\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94932\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_98173\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_93477\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_66168\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_65348\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_36885\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_43815\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_28037\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97320\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_62550\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_45882\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_65877\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_23691\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96873\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83501\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_84808\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_64836\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_26798\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_83961\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_86674\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_99677\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_83809\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64246\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_95012\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15045\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_74454\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_30660\"][cz_image size=\"thumbnail\" id=\"cz_37213\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64982\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_23711\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39129\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_59914\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21885\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_32607\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_26082\"][cz_image size=\"thumbnail\" id=\"cz_76122\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_58381\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58787\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_93049\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55701\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21338\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_38931\"][cz_image size=\"thumbnail\" id=\"cz_21578\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33919\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_35805\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93969\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_18727\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89530\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_20767\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_91578\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_76205\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_20445\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75387\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40451\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15457\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_79321\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_14906\"][cz_image size=\"thumbnail\" id=\"cz_35007\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16535\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68777\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47607\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_44554\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28691\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_58381\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_66050\"][cz_image size=\"thumbnail\" id=\"cz_43663\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_34504\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24431\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91340\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27554\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_69021\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_12678\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_55375\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_79489\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35486\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_80069\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73458\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_43102\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_69599\"][cz_image size=\"thumbnail\" id=\"cz_83115\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_34680\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45805\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_92449\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98957\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_75146\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_96796\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78279\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78941\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31803\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_83703\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47719\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_68300\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_28257\"][cz_image size=\"thumbnail\" id=\"cz_65299\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_26682\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83197\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97852\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50076\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_96517\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_89192\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_66519\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_65539\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_90760\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_21894\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_45029\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:58:33', '2018-07-19 13:58:33', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1283, 4, '2018-07-19 15:58:33', '2018-07-19 13:58:33', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_26246\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_90853\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_18487\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_58238\"][cz_separator style=\"cz_sep_30\" id=\"cz_60452\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_90491\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81808\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_95147\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_82941\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80766\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_70293\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79737\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_59045\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_49234\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_11541\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_42749\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_85842\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_68730\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_59895\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_51142\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_84302\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_43093\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_48995\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_34378\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_39611\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_38188\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89787\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_94039\"][cz_title css_animation=\"fadeInUp\" id=\"cz_28948\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_11682\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_39069\"][cz_title css_animation=\"fadeInUp\" id=\"cz_44084\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91424\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46445\"][cz_title css_animation=\"fadeInUp\" id=\"cz_91212\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_51877\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_36937\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_73020\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_47024\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19879\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_53786\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_17318\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_88505\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_12832\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_55442\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_88935\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_44470\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_41285\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_57666\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_93255\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_81316\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_41968\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_36348\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_30312\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_65235\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64848\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57389\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_55023\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_58888\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_75226\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_55594\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_86846\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_19311\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_47018\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_33292\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_99412\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_87785\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_59119\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72433\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34810\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67887\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_26220\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_41017\"][cz_image size=\"thumbnail\" id=\"cz_56392\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27941\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_85348\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45328\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_61300\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26633\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_91883\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_54556\"][cz_image size=\"thumbnail\" id=\"cz_96839\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_33852\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79793\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27151\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87977\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_44642\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_73429\"][cz_image size=\"thumbnail\" id=\"cz_43000\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92420\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48656\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87483\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_79267\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56856\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_34502\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_12559\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_56269\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_22287\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60568\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28702\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45986\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_28455\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_43811\"][cz_image size=\"thumbnail\" id=\"cz_75893\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73737\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_60642\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61241\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_19066\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21943\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_76763\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_99839\"][cz_image size=\"thumbnail\" id=\"cz_65388\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_73602\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33691\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45182\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89643\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_21668\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_78713\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63072\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53557\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71134\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_11729\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41041\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_50401\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_57475\"][cz_image size=\"thumbnail\" id=\"cz_64432\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_51850\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13744\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75609\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12418\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_31335\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_21596\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29762\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64036\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86378\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_92389\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24678\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_47619\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_11455\"][cz_image size=\"thumbnail\" id=\"cz_35511\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_24383\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11294\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89788\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86875\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_33874\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_34970\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_76518\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_44432\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_13684\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_39591\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_86878\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 15:58:33', '2018-07-19 13:58:33', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1284, 4, '2018-07-19 16:05:27', '2018-07-19 14:05:27', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_25654\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_22598\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_28423\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_62131\"][cz_separator style=\"cz_sep_30\" id=\"cz_11728\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_96576\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_82312\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_68804\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_31936\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_31313\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86288\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_49060\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_76582\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_98098\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86530\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_28035\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43463\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_22267\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_65386\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_44871\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_29055\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_83904\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_45876\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_23476\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_78306\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_22129\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_69467\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_87581\"][cz_title css_animation=\"fadeInUp\" id=\"cz_34030\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_40453\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_27032\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48573\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_51941\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_44344\"][cz_title css_animation=\"fadeInUp\" id=\"cz_99594\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_52558\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_40921\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_81906\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_21362\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_61746\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_13219\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_96539\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_99695\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_78691\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_94638\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86226\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_95615\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_38101\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_97383\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_61001\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_71861\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_26439\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_44905\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_17738\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38804\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23212\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28757\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_97160\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_99682\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_51676\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_37614\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_26715\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89138\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78444\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_59948\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_88732\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_31003\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_89758\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70639\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41254\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51505\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_72748\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-20%\" id=\"cz_37794\"][cz_image size=\"thumbnail\" id=\"cz_51201\" image=\"1036\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51439\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_32432\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37427\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47054\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59423\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_34811\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_96945\"][cz_image size=\"thumbnail\" id=\"cz_31285\" image=\"1035\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_50139\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_41851\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37912\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77832\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_53952\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-17%\" id=\"cz_55558\"][cz_image size=\"thumbnail\" id=\"cz_74993\" image=\"1173\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53635\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96124\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12607\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_69239\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_85262\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_79941\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"3%\" id=\"cz_29187\"][cz_image size=\"thumbnail\" css_position=\"relative;float:right\" id=\"cz_73995\" image=\"1037\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_99833\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_18946\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44635\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41088\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_59341\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"43.18139792899408%\" css_left=\"-11%\" id=\"cz_17383\"][cz_image size=\"thumbnail\" id=\"cz_67772\" image=\"1034\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99431\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57711\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89093\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_36859\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_93654\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_48517\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"10%\" id=\"cz_60559\"][cz_image size=\"thumbnail\" id=\"cz_90600\" image=\"1039\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_68691\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_99587\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_32451\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95492\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_77420\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_75292\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51051\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_52414\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28927\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_47175\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53911\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_87055\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_32438\"][cz_image size=\"thumbnail\" id=\"cz_33852\" image=\"1033\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_16243\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95323\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_33686\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24079\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_39958\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_63664\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_72309\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46230\" class=\"z9\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-right:120px;margin-right:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31436\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_71741\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92831\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_20530\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_97489\"][cz_image size=\"thumbnail\" id=\"cz_86486\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_57936\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58049\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77086\" sk_overall=\"background-color:rgba(255,255,255,0.9);padding-left:120px;margin-left:-100px;border-style:solid;border-width:1px;border-color:#f4f4f4;border-radius:20px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26627\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_57636\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.66531065088758%\" css_left=\"-20.5%\" id=\"cz_98426\"][vc_icon icon_fontawesome=\"fa fa-check\" color=\"white\" align=\"center\" css=\".vc_custom_1531186043821{padding-top: 8px !important;padding-right: 8px !important;padding-bottom: 8px !important;padding-left: 8px !important;background-color: #38e7ff !important;border-radius: 30% !important;}\"][/cz_free_position_element][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_22120\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_35057\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_73719\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_62060\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_76361\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 16:05:27', '2018-07-19 14:05:27', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1285, 4, '2018-07-19 16:31:53', '2018-07-19 14:31:53', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_25751\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_67453\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_29867\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_42862\"][cz_separator style=\"cz_sep_30\" id=\"cz_50690\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_21340\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_64255\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80700\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_54330\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_99495\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96798\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50165\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4></h4>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_63274\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4></h4>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_13038\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_14134\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33192\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_95149\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_29668\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_99153\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_74643\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33251\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_32631\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_46267\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_43056\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_59489\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_91219\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_82776\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_49716\"][cz_title css_animation=\"fadeInUp\" id=\"cz_87798\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49815\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38179\"][cz_title css_animation=\"fadeInUp\" id=\"cz_13550\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17268\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_56935\"][cz_title css_animation=\"fadeInUp\" id=\"cz_45301\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_56847\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_67165\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_98446\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_37547\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_21495\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_97941\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_34346\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_60550\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_61216\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_36274\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_63573\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_83297\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31423\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_82130\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_82451\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94956\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_15381\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_15082\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_41224\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_47327\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63461\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_32444\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_30103\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13177\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20242\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_68808\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_40246\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22682\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_74965\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_86071\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_56873\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_31813\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_53236\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55319\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_58250\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63620\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_53260\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_81485\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_24171\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14476\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17759\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76633\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_86663\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_38072\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58764\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69115\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33028\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63035\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73086\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63142\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99252\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_36547\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84475\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_29355\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_38614\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93606\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87053\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67750\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_16289\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62018\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53822\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62051\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_82721\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95947\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_17371\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_40971\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59568\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59520\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22457\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_72628\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_62886\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29106\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_49262\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49550\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_56067\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_96915\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_18665\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_77985\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_59950\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80641\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41127\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_59202\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_17189\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25602\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77447\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44693\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_19209\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_64500\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_12443\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_24388\"][cz_image size=\"thumbnail\" id=\"cz_26519\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_55155\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75329\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98129\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51102\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_81589\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_39101\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_99560\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_41110\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_50448\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_72189\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 16:31:54', '2018-07-19 14:31:54', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1286, 4, '2018-07-19 16:31:54', '2018-07-19 14:31:54', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_92885\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_68443\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_21451\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_42436\"][cz_separator style=\"cz_sep_30\" id=\"cz_24511\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_18367\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_49991\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_91386\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_67206\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_30632\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_32513\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_26409\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4></h4>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_36710\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4></h4>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_47005\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92746\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_70293\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55104\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_57246\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_71625\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_68382\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_72655\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_26780\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_43711\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_70785\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_66772\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_25300\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_98775\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_66333\"][cz_title css_animation=\"fadeInUp\" id=\"cz_55299\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49224\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38523\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48185\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17667\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_48863\"][cz_title css_animation=\"fadeInUp\" id=\"cz_79510\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_31068\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_56120\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_29502\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_22454\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23327\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_49023\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_43857\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_38625\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_74623\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_79751\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_31372\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_44916\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34856\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_77507\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_16542\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_92127\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_50163\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_32212\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_35838\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_20948\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87874\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_50028\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_19724\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_54207\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94216\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57837\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_81620\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_42402\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64393\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_30483\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_21913\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_84350\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_75493\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40304\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_95694\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87709\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_78217\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39551\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_26335\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52840\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_19303\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46596\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_86646\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_43048\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24103\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_92077\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35176\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63156\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24290\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59904\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72993\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_12164\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98822\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_81606\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_55261\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93039\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39443\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36881\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_35441\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92726\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56254\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46243\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_77077\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31747\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_75437\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_72771\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19456\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53654\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12322\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_34680\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_95384\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20514\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70165\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82030\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_52452\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83158\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_74108\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_76518\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46315\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87287\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36423\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_19308\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_88341\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35245\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89804\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43602\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_28284\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_29247\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_69373\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.008190883190885%\" css_left=\"4%\" id=\"cz_52614\"][cz_image size=\"thumbnail\" id=\"cz_21974\" image=\"1032\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_25627\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87747\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_87941\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46264\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_63185\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_60712\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_54609\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_16839\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_61924\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_78179\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 16:31:54', '2018-07-19 14:31:54', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1287, 4, '2018-07-19 16:40:41', '2018-07-19 14:40:41', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_60403\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_61406\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_38024\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_13686\"][cz_separator style=\"cz_sep_30\" id=\"cz_22814\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_94215\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_38407\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_34226\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_27910\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_64766\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90569\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_93409\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4></h4>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55563\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4></h4>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_34591\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_51179\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_62729\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_18734\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79008\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28260\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_72641\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_51127\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_22296\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_42677\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_74874\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_53794\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_13752\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_75802\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_17088\"][cz_title css_animation=\"fadeInUp\" id=\"cz_18948\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_99871\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_32256\"][cz_title css_animation=\"fadeInUp\" id=\"cz_68240\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61277\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_59170\"][cz_title css_animation=\"fadeInUp\" id=\"cz_70816\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_72980\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_53385\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_98112\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_96095\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_70185\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_62878\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86665\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63595\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18442\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_21256\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_14774\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_70060\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28880\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_82671\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_87209\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_90410\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_33799\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_98394\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_33088\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97563\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_52189\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35729\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_73365\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_58167\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_43566\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_73236\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_79312\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11807\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_34513\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_38482\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_71512\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_96383\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80757\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_69625\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92479\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_50942\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32503\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_79144\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_14537\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39834\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_89289\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18200\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_98784\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18170\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_89761\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_85993\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_97469\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23561\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84388\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30558\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21124\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_36578\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_55176\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_83378\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83634\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_87632\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_56614\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_62947\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_88328\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_80016\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90319\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59841\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76400\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_71076\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_29466\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68879\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22019\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50859\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_48023\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_25445\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_79582\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_37313\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_32535\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78367\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44372\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22297\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_64360\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_41842\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_34747\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48749\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61289\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44760\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_74216\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_16466\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_28139\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_57851\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_92988\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_73642\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_20799\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81316\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_53659\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_11118\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_41157\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_30059\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71083\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59513\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_87827\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81991\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_99261\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_35851\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_96326\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78844\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_62054\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28862\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_57211\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_95315\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_40048\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_21572\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_37158\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_63684\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 16:40:41', '2018-07-19 14:40:41', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1288, 4, '2018-07-19 16:40:41', '2018-07-19 14:40:41', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_59210\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_87337\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_97334\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_33427\"][cz_separator style=\"cz_sep_30\" id=\"cz_92692\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_25473\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_80168\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_85681\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_88005\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_89856\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66997\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_41664\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4></h4>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_89863\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4></h4>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_97044\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_60613\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_60947\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_56557\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_48441\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_42939\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55818\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_73181\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_39265\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_34662\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_35235\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_57016\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_80763\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30551\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_85953\"][cz_title css_animation=\"fadeInUp\" id=\"cz_91224\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_56599\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_49638\"][cz_title css_animation=\"fadeInUp\" id=\"cz_50435\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_43936\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46972\"][cz_title css_animation=\"fadeInUp\" id=\"cz_72751\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_36629\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_61335\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_52920\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_22310\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_49340\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_42776\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_78197\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 0</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_79894\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_32640\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_75242\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_40507\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82476\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31800\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_77837\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25415\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 1.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_76508\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_51019\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_53569\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_11170\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75144\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_99475\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_80823\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_94584\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_85429\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.1</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72047\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_51184\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_35067\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22482\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px;\"><strong>Model 3.2</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_84009\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_70929\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_84123\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_20639\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32264\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_37043\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31838\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70494\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68708\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_98925\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\" cz_button=\"\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_50388\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_90237\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_74167\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79785\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_72714\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94856\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_57622\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_87018\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_71364\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97531\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40588\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71424\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_72675\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_40063\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52247\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67260\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25492\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_24294\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18444\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_49449\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_35666\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_91343\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_20378\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19789\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11982\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_41532\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_45721\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32710\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_12026\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14430\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_31635\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_51304\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_93556\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_94691\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_31089\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66271\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89547\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77601\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_53289\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_60912\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_75132\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82767\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_32336\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47807\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_22830\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73473\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_15067\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_37212\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_86657\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22401\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75551\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22323\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_13744\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_84818\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_31001\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14615\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26351\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65612\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_36214\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27267\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_68931\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_56738\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_67461\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62488\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51430\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87439\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_28759\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_40978\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_65040\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_70938\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_90779\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_40173\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 16:40:41', '2018-07-19 14:40:41', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 0, 'revision', '', 0),
(1289, 4, '2018-07-19 16:50:04', '2018-07-19 14:50:04', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_30848\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\n[/cz_title][cz_gap id=\"cz_70538\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_59484\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:20;\" sk_button=\"border-radius:25px;float:right;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_71019\" image=\"1159\"][cz_title id=\"cz_88569\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<h3 style=\"text-align: center; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Contact Us!</span></span></strong></span></h3>\n[/cz_title][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-19 16:50:05', '2018-07-19 14:50:05', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/19/18-revision-v1/', 0, 'revision', '', 0),
(1290, 4, '2018-07-19 16:50:05', '2018-07-19 14:50:05', '[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_50337\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\n[/cz_title][cz_gap id=\"cz_25978\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_67330\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:20;\" sk_button=\"border-radius:25px;float:right;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_83538\" image=\"1159\"][cz_title id=\"cz_75636\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<h3 style=\"text-align: center; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Contact Us!</span></span></strong></span></h3>\n[/cz_title][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-19 16:50:05', '2018-07-19 14:50:05', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/19/18-revision-v1/', 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
(1291, 4, '2018-07-19 16:54:22', '2018-07-19 14:54:22', '<h2>Who we are</h2><p>Our website address is: http://ensabs.eu/idams.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>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><p>An anonymised 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><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, 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><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><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><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracing your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognise and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><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><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2018-07-19 16:54:22', '2018-07-19 14:54:22', '', 3, 'http://ensabs.eu/idams/index.php/2018/07/19/3-revision-v1/', 0, 'revision', '', 0),
(1292, 4, '2018-07-19 17:57:27', '2018-07-19 15:57:27', '', 'workshop', '', 'inherit', 'closed', 'closed', '', 'workshop-4', '', '', '2018-07-19 17:57:27', '2018-07-19 15:57:27', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/workshop.png', 0, 'attachment', 'image/png', 0),
(1294, 4, '2018-07-19 18:19:17', '2018-07-19 16:19:17', '', 'CRM', '', 'inherit', 'closed', 'closed', '', 'crm-5', '', '', '2018-07-19 18:19:17', '2018-07-19 16:19:17', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/CRM-3.png', 0, 'attachment', 'image/png', 0),
(1295, 4, '2018-07-19 18:33:56', '2018-07-19 16:33:56', '', 'vehicles', '', 'inherit', 'closed', 'closed', '', 'vehicles-4', '', '', '2018-07-19 18:33:56', '2018-07-19 16:33:56', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/vehicles-1.png', 0, 'attachment', 'image/png', 0),
(1296, 4, '2018-07-19 19:11:35', '2018-07-19 17:11:35', '', 'workflow', '', 'inherit', 'closed', 'closed', '', 'workflow-4', '', '', '2018-07-19 19:11:35', '2018-07-19 17:11:35', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/workflow-3.png', 0, 'attachment', 'image/png', 0),
(1297, 4, '2018-07-19 19:16:51', '2018-07-19 17:16:51', '', 'accounting', '', 'inherit', 'closed', 'closed', '', 'accounting-4', '', '', '2018-07-19 19:16:51', '2018-07-19 17:16:51', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/accounting-3.png', 0, 'attachment', 'image/png', 0),
(1298, 4, '2018-07-19 19:17:39', '2018-07-19 17:17:39', '', 'business intelligence', '', 'inherit', 'closed', 'closed', '', 'business-intelligence-4', '', '', '2018-07-19 19:17:39', '2018-07-19 17:17:39', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/business-intelligence-3.png', 0, 'attachment', 'image/png', 0),
(1299, 4, '2018-07-19 19:20:11', '2018-07-19 17:20:11', '', 'build_in', '', 'inherit', 'closed', 'closed', '', 'build_in-2', '', '', '2018-07-19 19:20:11', '2018-07-19 17:20:11', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/build_in-1.png', 0, 'attachment', 'image/png', 0),
(1300, 4, '2018-07-19 19:21:43', '2018-07-19 17:21:43', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_53443\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.</p>\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"200px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_12531\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_15452\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1293\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_48486\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_30739\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"250px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_94656\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_30228\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_67591\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_50677\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_54244\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_44338\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_24737\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_86410\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_54729\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_92454\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1299\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_18137\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_40712\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_38196\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_44700\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_27092\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 19:21:43', '2018-07-19 17:21:43', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 0, 'revision', '', 0),
(1301, 4, '2018-07-19 19:21:43', '2018-07-19 17:21:43', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_61628\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\r\nCompletely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.</p>\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"200px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_16010\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_57591\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1293\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_60689\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_53569\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\nCreate market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.\r\n\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"250px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_89485\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_53588\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_64546\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_62853\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_49210\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_26740\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_16296\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_50631\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_31082\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_53671\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 3em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1299\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_70259\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_25738\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 4em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"711\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_72789\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_center\" id=\"cz_37851\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 5em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner][vc_single_image image=\"863\" img_size=\"large\" alignment=\"center\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_65304\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 19:21:43', '2018-07-19 17:21:43', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 0, 'revision', '', 0),
(1302, 4, '2018-07-19 19:25:41', '2018-07-19 17:25:41', '', 'centralized', '', 'inherit', 'closed', 'closed', '', 'centralized', '', '', '2018-07-19 19:25:41', '2018-07-19 17:25:41', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/centralized.png', 0, 'attachment', 'image/png', 0),
(1303, 4, '2018-07-19 19:26:53', '2018-07-19 17:26:53', '', 'generalities', '', 'inherit', 'closed', 'closed', '', 'generalities', '', '', '2018-07-19 19:26:53', '2018-07-19 17:26:53', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/generalities.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1304, 4, '2018-07-19 19:40:20', '2018-07-19 17:40:20', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_34117\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_99890\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_27372\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1293\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_38414\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_22876\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_88230\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_53358\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_78228\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_17810\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_78932\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_28615\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_78982\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_35623\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_60661\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_22224\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1299\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_75152\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_14630\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1302\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_36305\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_81465\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_90999\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 19:40:20', '2018-07-19 17:40:20', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 0, 'revision', '', 0),
(1305, 4, '2018-07-19 19:40:20', '2018-07-19 17:40:20', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_74280\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_13863\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_97139\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1293\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_84810\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_65607\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_60683\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_24223\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_12647\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_53355\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_33756\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_51393\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_76362\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_33647\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_67654\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_14776\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1299\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_45413\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_55884\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1302\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_57024\" top_color=\"#1e73be\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_23642\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\" cz_title=\"\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_62584\" top_color=\"#1e73be\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 19:40:20', '2018-07-19 17:40:20', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 0, 'revision', '', 0),
(1306, 4, '2018-07-19 19:49:12', '2018-07-19 17:49:12', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_73713\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_13740\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_89751\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1293\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_78240\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_72021\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_89228\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_25385\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_83906\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_39702\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41319\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_55580\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_72417\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_99418\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_79935\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_22003\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1299\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_78850\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_37619\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1302\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_30933\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_14012\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_62829\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 19:49:12', '2018-07-19 17:49:12', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 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
(1307, 4, '2018-07-19 19:49:12', '2018-07-19 17:49:12', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_35404\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_30493\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_70238\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1293\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_50346\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_54191\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_45923\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_19792\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_52542\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_43862\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_35864\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_45985\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_17575\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_38493\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_35736\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_84705\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1299\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_99404\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_24965\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1302\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_98980\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_83310\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_53556\" top_color=\"#38e7ff\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 19:49:12', '2018-07-19 17:49:12', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 0, 'revision', '', 0),
(1308, 4, '2018-07-19 19:50:08', '2018-07-19 17:50:08', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_40403\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Payed time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_24034\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_31672\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1293\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_18790\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_37243\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It´s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_83294\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_94604\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_57834\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_30067\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_26185\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_34866\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological tools management such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company location and transactions’ needs<br />\r\nRules for appearance.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_39449\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_88487\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_26339\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_63032\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1299\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_26305\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_95398\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a separate business unit.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1302\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_82322\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_91460\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define your language and adapt it to your preferences</li>\r\n<li>Integration of all modules in one application</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_85540\" top_color=\"#38e7ff\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 19:50:09', '2018-07-19 17:50:09', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 0, 'revision', '', 0),
(1309, 4, '2018-07-19 19:50:09', '2018-07-19 17:50:09', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_73606\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Payed time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_14142\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_66022\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1293\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_13998\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_25171\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It´s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_51443\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_85485\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_49793\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_98516\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_87792\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_99793\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological tools management such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company location and transactions’ needs<br />\r\nRules for appearance.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_38920\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_11827\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_31465\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_46599\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1299\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_37959\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_14760\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a separate business unit.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1302\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41203\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_84682\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define your language and adapt it to your preferences</li>\r\n<li>Integration of all modules in one application</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_33716\" top_color=\"#38e7ff\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 19:50:09', '2018-07-19 17:50:09', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 0, 'revision', '', 0),
(1310, 4, '2018-07-19 20:53:05', '2018-07-19 18:53:05', '', 'rotativo1', '', 'inherit', 'closed', 'closed', '', 'rotativo1', '', '', '2018-07-19 20:53:05', '2018-07-19 18:53:05', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/rotativo1.png', 0, 'attachment', 'image/png', 0),
(1311, 4, '2018-07-19 20:54:19', '2018-07-19 18:54:19', '', 'rotativo2', '', 'inherit', 'closed', 'closed', '', 'rotativo2-2', '', '', '2018-07-19 20:54:19', '2018-07-19 18:54:19', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/rotativo2-1.png', 0, 'attachment', 'image/png', 0),
(1314, 4, '2018-07-19 21:10:53', '2018-07-19 19:10:53', '', 'rotativo3', '', 'inherit', 'closed', 'closed', '', 'rotativo3-2', '', '', '2018-07-19 21:10:53', '2018-07-19 19:10:53', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/rotativo3-1.png', 0, 'attachment', 'image/png', 0),
(1317, 4, '2018-07-19 21:27:09', '2018-07-19 19:27:09', '', 'centralized', '', 'inherit', 'closed', 'closed', '', 'centralized-2', '', '', '2018-07-19 21:27:09', '2018-07-19 19:27:09', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/centralized-1.png', 0, 'attachment', 'image/png', 0),
(1320, 4, '2018-07-19 21:28:54', '2018-07-19 19:28:54', '', 'parts_management', '', 'inherit', 'closed', 'closed', '', 'parts_management-4', '', '', '2018-07-19 21:28:54', '2018-07-19 19:28:54', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/parts_management-1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1321, 4, '2018-07-19 21:29:25', '2018-07-19 19:29:25', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_61599\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Payed time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_25744\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_58176\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_85232\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_37278\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It´s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_87389\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_73476\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_23602\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_19549\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41470\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_11432\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological tools management such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company location and transactions’ needs<br />\r\nRules for appearance.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_13384\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_21227\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_87405\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_19666\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1299\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_52488\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_24251\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a separate business unit.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1318\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_87741\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_97647\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define your language and adapt it to your preferences</li>\r\n<li>Integration of all modules in one application</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_92225\" top_color=\"#38e7ff\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 21:29:25', '2018-07-19 19:29:25', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 0, 'revision', '', 0),
(1322, 4, '2018-07-19 21:29:25', '2018-07-19 19:29:25', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_84422\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Payed time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_42857\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_74613\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_38234\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_61319\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It´s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_79283\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_85115\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_91546\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_79849\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_51593\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_80199\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological tools management such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company location and transactions’ needs<br />\r\nRules for appearance.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_41449\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_66226\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_38376\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_26682\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1299\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_92393\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_25766\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a separate business unit.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1318\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_89047\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_15995\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define your language and adapt it to your preferences</li>\r\n<li>Integration of all modules in one application</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_34204\" top_color=\"#38e7ff\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 21:29:25', '2018-07-19 19:29:25', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 0, 'revision', '', 0),
(1323, 4, '2018-07-19 21:41:35', '2018-07-19 19:41:35', '', 'build_in copia', '', 'inherit', 'closed', 'closed', '', 'build_in-copia', '', '', '2018-07-19 21:41:35', '2018-07-19 19:41:35', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/build_in-copia.png', 0, 'attachment', 'image/png', 0),
(1324, 4, '2018-07-19 21:43:08', '2018-07-19 19:43:08', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_27100\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Payed time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_89384\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_51412\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_81396\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_73981\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It´s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_36941\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_37709\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_13297\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_11518\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_80320\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_86787\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological tools management such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company location and transactions’ needs<br />\r\nRules for appearance.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_97281\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_23874\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_25559\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_35499\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_40144\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_70105\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a separate business unit.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_23242\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_52998\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define your language and adapt it to your preferences</li>\r\n<li>Integration of all modules in one application</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_68013\" top_color=\"#38e7ff\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 21:43:08', '2018-07-19 19:43:08', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 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
(1325, 4, '2018-07-19 21:43:08', '2018-07-19 19:43:08', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_26359\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Payed time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_61082\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_47251\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_61673\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_68481\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It´s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][cz_separator style=\"cz_sep_30\" id=\"cz_64945\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_19158\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_79385\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_13915\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_29818\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_50796\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological tools management such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company location and transactions’ needs<br />\r\nRules for appearance.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_29905\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_19202\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_91098\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_11301\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_82072\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_28039\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a separate business unit.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_37899\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_84259\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define your language and adapt it to your preferences</li>\r\n<li>Integration of all modules in one application</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][cz_separator style=\"cz_sep_30\" id=\"cz_28447\" top_color=\"#38e7ff\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-19 21:43:08', '2018-07-19 19:43:08', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/19/989-revision-v1/', 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
(1326, 4, '2018-07-19 21:58:35', '2018-07-19 19:58:35', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_42231\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_54981\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_43466\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_37300\"][cz_separator style=\"cz_sep_30\" id=\"cz_41571\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_70007\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95011\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_41075\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_25914\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_75353\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_41017\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96727\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_66882\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_40742\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_53930\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80339\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_66716\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_97301\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94495\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_46184\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_85363\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_75810\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_35439\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_48364\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_69420\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_59801\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_55922\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61818\"][cz_title css_animation=\"fadeInUp\" id=\"cz_99499\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84744\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_37582\"][cz_title css_animation=\"fadeInUp\" id=\"cz_41731\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_39726\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_69937\"][cz_title css_animation=\"fadeInUp\" id=\"cz_67920\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_70187\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_39945\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_62932\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_11262\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54749\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_38285\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41169\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_51476\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_94057\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_70800\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94296\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_74397\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_37516\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_91598\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_68892\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72589\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_76961\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_44703\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_96918\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25325\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_14123\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_56719\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_70137\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_64831\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_56219\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54881\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_91303\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86839\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_83497\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_61241\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_54760\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_53684\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_90075\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_17692\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_53835\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44824\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_44867\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_83893\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_85190\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_38924\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_54693\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79487\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_13322\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81099\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_71085\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_71103\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_53689\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48046\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15806\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50607\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_62261\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_18819\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96215\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_32399\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72539\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_52434\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76169\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_63842\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_39274\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_59667\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25083\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82923\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13351\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_15159\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_89505\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56075\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48873\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34372\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_39969\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34064\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_62186\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_83552\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_13551\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64397\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64651\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73526\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_35500\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_18340\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_21573\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_40196\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57837\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72723\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_47904\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_54052\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_94011\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_20444\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_95375\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70181\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73176\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34650\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_29848\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_87149\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_17573\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_32088\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91197\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95968\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_77053\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_40071\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_30340\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_17023\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_63024\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81415\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89465\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65465\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_45813\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_54116\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_38991\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_70202\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_61346\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_49453\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 21:58:35', '2018-07-19 19:58:35', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1327, 4, '2018-07-19 21:58:35', '2018-07-19 19:58:35', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_99288\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_19183\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_22176\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_47192\"][cz_separator style=\"cz_sep_30\" id=\"cz_62125\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_16188\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_56526\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_57501\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_75258\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_29702\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_81040\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_93996\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_16851\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_87503\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_26085\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96938\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_83471\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_92028\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_37009\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_13812\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Build-In Reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_97941\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_88923\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_84117\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_87406\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_54388\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_29930\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_41523\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82268\"][cz_title css_animation=\"fadeInUp\" id=\"cz_89021\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_91758\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_31721\"][cz_title css_animation=\"fadeInUp\" id=\"cz_88310\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_99831\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_42787\"][cz_title css_animation=\"fadeInUp\" id=\"cz_35502\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_61957\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_47864\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_80918\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_19458\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23123\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_99510\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89387\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_17120\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_16362\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_76890\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_32095\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13300\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_60362\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_24123\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_39199\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63063\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_22064\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28123\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_47180\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_98359\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_71400\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_65999\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_39882\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_53669\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_55021\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31641\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_74280\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_43331\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_31473\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_17067\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_67723\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_82319\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53821\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_48641\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_90667\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65834\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48151\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_80054\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_71844\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_53402\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_56945\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92828\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_55592\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_17307\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_16951\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_83681\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_69260\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27905\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11804\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16440\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_26265\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_72094\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71329\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_55037\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25763\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_26350\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_75568\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_88932\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_58571\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_95930\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_94889\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26294\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78250\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_48710\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_63825\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68917\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_14545\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11977\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_48972\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_75278\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_54269\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_94806\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_68106\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98751\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_12114\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73947\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_82432\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_70263\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_90742\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83126\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75593\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17007\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_55220\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46922\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_60933\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_69873\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_62161\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_36502\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_58805\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20733\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_32433\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_53694\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_35916\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_99572\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91294\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88631\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_68490\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94728\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_89498\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_17462\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_70006\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43767\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_12269\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38113\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_42518\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_13273\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_12060\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_24951\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_72426\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_91691\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-19 21:58:35', '2018-07-19 19:58:35', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/19/4-revision-v1/', 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
(1328, 3, '2018-07-20 18:43:44', '2018-07-20 16:43:44', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_69761\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_41435\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_86386\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_17735\"][cz_separator style=\"cz_sep_30\" id=\"cz_12100\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_18743\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_59084\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_63587\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_82605\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_99500\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_23132\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_53902\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79725\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_37237\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_55407\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_48498\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79744\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_86624\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_72296\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_60015\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_87311\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_88517\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_16084\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_72194\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_58480\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_99100\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_45867\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_32815\"][cz_title css_animation=\"fadeInUp\" id=\"cz_84581\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89243\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82906\"][cz_title css_animation=\"fadeInUp\" id=\"cz_54342\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_30679\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_69292\"][cz_title css_animation=\"fadeInUp\" id=\"cz_60967\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_31668\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_76925\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_20052\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_84144\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_59530\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_19552\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_96166\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_13432\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_88167\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_33404\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57729\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_36666\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_13148\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_44353\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97852\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_62053\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_31665\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_86369\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_67026\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_92749\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_44849\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66127\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_38617\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_66554\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_50709\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_27860\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_49460\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_93941\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_47429\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_18753\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_54908\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_67986\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84567\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_63850\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_52131\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44097\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72292\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_48298\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_46419\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60459\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_70591\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93037\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_86015\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72629\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_37391\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_83867\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_34682\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57945\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70237\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90598\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_50694\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_15087\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56726\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78201\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70531\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_96324\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94951\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_19991\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_90265\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_42380\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27633\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45174\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99255\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_12200\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_97914\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51386\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45187\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70206\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_88573\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80496\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_30666\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_59165\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_73533\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16681\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31794\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99814\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_89438\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_55366\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_57759\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_59676\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45964\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97343\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_63653\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91580\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_75544\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_34184\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_87904\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70495\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_43065\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78170\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_12875\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_59587\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_23345\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12131\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_60677\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21259\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_52407\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94754\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_80354\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_40981\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_75250\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_99910\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89036\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48784\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_16591\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_20830\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_48598\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_94919\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_65086\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_95247\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 18:43:44', '2018-07-20 16:43:44', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1329, 3, '2018-07-20 18:43:45', '2018-07-20 16:43:45', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_54595\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_99940\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_92591\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_18249\"][cz_separator style=\"cz_sep_30\" id=\"cz_91520\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_68136\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_41322\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79425\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_38631\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_73276\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57595\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_40396\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_32864\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_69830\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_41417\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_82431\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79979\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_82713\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_77185\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_60334\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_23695\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_52435\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_60244\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_12731\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_90109\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_65725\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22451\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38707\"][cz_title css_animation=\"fadeInUp\" id=\"cz_60644\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76426\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_33955\"][cz_title css_animation=\"fadeInUp\" id=\"cz_15240\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_76366\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_26546\"][cz_title css_animation=\"fadeInUp\" id=\"cz_22378\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_67887\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_83571\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_52590\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_47312\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_22203\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_25867\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_93797\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 0</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_51489\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_47621\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_63627\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_81795\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_30052\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_43607\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_64509\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_96126\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_92830\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_77093\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_48562\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_53075\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_78714\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_38671\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18800\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_90054\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_66268\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68333\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66481\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_89112\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72462\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_42848\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_15658\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_83730\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_99624\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88118\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_36320\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46937\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99210\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51077\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_40734\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_50699\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87587\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_93251\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32495\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17639\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_36858\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_85893\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_13766\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_29689\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62987\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51217\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71653\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_41702\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_78778\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79342\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31757\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45046\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_47676\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_87127\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_34158\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_20138\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_29976\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38706\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_92758\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29601\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_26824\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_29079\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65427\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26035\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69045\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_95050\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65624\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_56632\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_88302\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_87008\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63161\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25161\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72902\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_65816\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_43739\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_35890\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17034\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15393\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66481\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_84701\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83624\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_87127\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_29747\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_31300\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74255\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_52795\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40328\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_93120\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_80390\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_33086\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22721\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96104\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51055\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_77038\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22139\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_20100\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_72089\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_76653\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65622\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_60391\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63661\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_28783\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_74441\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_36564\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_83488\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_18180\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_61344\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 18:43:45', '2018-07-20 16:43:45', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1330, 3, '2018-07-20 18:47:07', '2018-07-20 16:47:07', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_33516\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_29203\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_84911\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_40465\"][cz_separator style=\"cz_sep_30\" id=\"cz_93605\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_26191\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_25941\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_38032\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_92537\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_73465\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_31256\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_59861\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_42856\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_58755\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28539\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_42478\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_95996\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_88492\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_68077\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_74282\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_64673\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_65301\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_35290\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_43137\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_28393\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_48398\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_93884\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_87629\"][cz_title css_animation=\"fadeInUp\" id=\"cz_14421\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_96607\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28265\"][cz_title css_animation=\"fadeInUp\" id=\"cz_36826\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_25810\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_13176\"][cz_title css_animation=\"fadeInUp\" id=\"cz_66181\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_19415\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_28257\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_81011\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_46337\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_20794\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_54476\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_66482\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_69545\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_86222\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_25238\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86973\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_28701\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_21234\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_75466\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_85667\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_84405\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_40140\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_50969\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_19696\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72166\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68251\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_56984\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_66051\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_55881\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_60295\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62658\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_73035\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86010\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_77357\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_75100\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_52192\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_85662\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92246\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_33203\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31999\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13041\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76569\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_87371\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_71475\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62792\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_12609\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58449\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_80382\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22732\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_33915\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_66050\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_96027\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62944\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17019\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15723\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35111\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_74159\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61597\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90051\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30041\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21892\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_52710\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_91965\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_96792\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_30067\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_67066\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48984\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15729\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_59313\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_71077\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36618\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61244\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47647\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_23989\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_32719\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_99328\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_25487\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_80057\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79711\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37108\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13973\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_45761\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_33135\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_65807\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_51669\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37748\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89807\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_25829\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88234\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_79859\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_44759\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_99016\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32569\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36725\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95808\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_51525\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_92681\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_44792\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56144\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51994\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15870\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_81651\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13238\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_52406\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_94530\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_34847\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51735\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_20017\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14905\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_31446\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_46015\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_17767\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_66097\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_68039\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_72464\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 18:47:07', '2018-07-20 16:47:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1331, 3, '2018-07-20 18:47:08', '2018-07-20 16:47:08', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_17766\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_94677\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_62272\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_32485\"][cz_separator style=\"cz_sep_30\" id=\"cz_82911\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_42131\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_66134\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_81927\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_63589\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_91748\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_77736\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_15115\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_84429\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_22529\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_60149\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_36424\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business Intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_27288\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_41801\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_38552\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_68584\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_36331\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized Data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_62288\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_20319\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_45238\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_66082\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_40655\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_80142\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_72739\"][cz_title css_animation=\"fadeInUp\" id=\"cz_95641\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_48182\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_45203\"][cz_title css_animation=\"fadeInUp\" id=\"cz_13408\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_42859\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_96364\"][cz_title css_animation=\"fadeInUp\" id=\"cz_34782\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_25771\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_38496\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_89805\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_96588\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90975\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_81554\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_74324\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94979\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_65983\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_85742\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_55129\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_91297\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_13031\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_85819\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_29849\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 1.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_70504\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_22151\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81026\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_79712\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_56278\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Model 2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_47109\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_20367\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_36420\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_19848\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.1</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (Cash, Bank, Receivables, Payables, Credit Control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16009\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_73492\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_53941\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_18306\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Model 3.2</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All Levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16351\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_50306\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_41977\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that best suits yours!</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> Scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_31011\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77691\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_31783\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27599\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68667\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13337\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">Labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_90812\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_63647\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68210\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_76555\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18776\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_59507\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78475\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_93485\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_78245\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_48980\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15636\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59272\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28692\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_60804\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_95270\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_37949\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_86114\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15119\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_42847\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59606\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_57949\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_50043\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_64846\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97145\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80909\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84747\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_74837\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_12693\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12346\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_43504\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14919\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_92048\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_96040\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_72018\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_68603\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_14816\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31526\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_47079\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97191\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_98661\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_84948\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_12828\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57933\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13641\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62521\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_53203\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_40480\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_48636\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_57211\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_72217\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97131\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15161\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22260\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_61978\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_12307\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_92059\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46725\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76033\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93641\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_47961\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19538\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_97450\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_40009\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_15578\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69469\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97502\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19284\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_89884\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_44582\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_16475\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_88545\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_29530\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_18192\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 18:47:08', '2018-07-20 16:47:08', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1332, 3, '2018-07-20 20:18:44', '2018-07-20 18:18:44', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_55208\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_45572\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_80597\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_40346\"][cz_separator style=\"cz_sep_30\" id=\"cz_16778\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_84992\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_44008\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_40986\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_23138\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_36151\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_17638\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_42387\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_48117\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_65356\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56558\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_85815\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_85625\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_30696\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_45986\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_73815\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_24031\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_58340\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_34725\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_74009\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_73247\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_18975\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67283\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61351\"][cz_title css_animation=\"fadeInUp\" id=\"cz_33008\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_87883\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_85338\"][cz_title css_animation=\"fadeInUp\" id=\"cz_77105\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33456\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_65936\"][cz_title css_animation=\"fadeInUp\" id=\"cz_17451\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_39123\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_50928\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_50349\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_68999\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62955\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_75390\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75526\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94232\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23507\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_40882\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_50791\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_98212\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26508\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_70376\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_44198\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89212\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_83296\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_91428\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_23938\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_57306\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64675\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31802\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_24590\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_26026\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_53699\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_12473\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_11365\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_30805\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_34818\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_66191\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_37146\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_62831\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17119\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_76384\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31830\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68964\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51774\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_96246\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_63197\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64171\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_37128\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13988\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_62383\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_52525\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_73253\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_95471\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_41738\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56550\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_86899\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54566\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_13856\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_51575\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_75257\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27335\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66491\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_28957\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28698\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_66745\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_48651\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_52405\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32937\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74687\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15237\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_38945\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_51072\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35956\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96799\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_91736\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_32203\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59996\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_55907\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_58221\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_62874\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_18291\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99636\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36127\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_13763\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_41374\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_81567\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89552\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84830\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84313\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_41127\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60087\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_11649\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_96507\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_77934\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29236\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63253\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26586\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_70530\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_85079\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_90162\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74657\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_24025\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41234\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_99503\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_20824\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_32970\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_31706\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_69710\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77766\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78816\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32584\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_84947\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_78452\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_57601\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_87599\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_19827\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_39168\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 20:18:45', '2018-07-20 18:18:45', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1333, 3, '2018-07-20 20:18:45', '2018-07-20 18:18:45', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_77151\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_93546\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_23482\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_18278\"][cz_separator style=\"cz_sep_30\" id=\"cz_53634\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_24020\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_14786\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_31568\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_42145\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_66928\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_47043\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_12676\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_52007\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_37205\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_76222\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_64921\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_67328\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_75725\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_74635\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_89188\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96321\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_44346\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_66955\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_75137\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_65820\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_51902\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_53589\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_23421\"][cz_title css_animation=\"fadeInUp\" id=\"cz_39501\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to better manage your progress.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_62306\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_51479\"][cz_title css_animation=\"fadeInUp\" id=\"cz_16653\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_55853\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_63850\"][cz_title css_animation=\"fadeInUp\" id=\"cz_23821\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you at your own. Get the best full-time advisers for the usage of your new app taking advantage of every tool the software has for you</span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_98376\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_76759\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_27496\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any model </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">added</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_29944\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18905\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_83313\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_65876\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20470\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_35321\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_91970\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_85582\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89131\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_59299\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_61307\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_63767\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_48487\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_57628\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_97002\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_15442\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_32766\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_62822\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_56234\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_75245\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75133\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_84624\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_37551\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_26612\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90167\" sk_overall=\"margin-top:20px;margin-bottom:15px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82293\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_79352\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_13988\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_80669\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_56112\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_30373\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_99502\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63906\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13687\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_65379\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_73265\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_37897\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_57349\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58848\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_27029\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_16649\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_20156\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_79685\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_54025\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_66673\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76688\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58357\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_88329\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_39511\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14591\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63574\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14644\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_88105\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90015\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_30146\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_78272\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_72309\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98387\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81150\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52978\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_54499\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_11523\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_52481\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18406\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14100\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_17861\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_80561\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_40886\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_64099\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_39409\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56804\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69638\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48454\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_36490\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_23663\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_15128\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13178\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70909\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92346\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_41579\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74390\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_55921\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_45112\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_62495\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45936\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64147\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_40767\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_18245\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_62535\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_21917\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60113\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17035\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22330\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_12595\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24330\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_25319\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_19345\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_93781\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55095\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_72334\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33190\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_11900\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_41972\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_70534\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_37279\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_54524\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_74551\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 20:18:45', '2018-07-20 18:18:45', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1334, 3, '2018-07-20 20:30:36', '2018-07-20 18:30:36', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_86896\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_76212\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_22792\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_40064\"][cz_separator style=\"cz_sep_30\" id=\"cz_63392\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_31028\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_23665\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_99381\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_56584\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_24048\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40028\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_63897\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_63572\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_34438\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_74654\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_93227\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_90771\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33302\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57314\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_54661\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_98079\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_59918\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_36672\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_98356\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_79887\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_94165\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33985\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46736\"][cz_title css_animation=\"fadeInUp\" id=\"cz_61454\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12299\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_21236\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48350\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_77400\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_32917\"][cz_title css_animation=\"fadeInUp\" id=\"cz_77304\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you stand by your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_40793\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_52834\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_89859\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_40174\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_98308\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_13907\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_69092\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_62205\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66369\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_92419\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36860\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_59596\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83191\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_59051\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_16911\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_37852\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_57130\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_65719\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_63413\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_55487\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_45606\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57579\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_78361\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_81231\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_19033\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79549\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_91357\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_56273\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_56950\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_24274\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_33577\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_86632\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_65998\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_23436\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_26807\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64307\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26233\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_84789\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_26512\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_81491\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_77209\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52261\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_41088\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60400\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_11313\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_46889\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_87141\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57333\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_12608\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50555\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_12820\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_47103\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97023\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80070\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28335\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16057\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59620\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_19692\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_61219\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_16571\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32856\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_83685\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92092\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_87744\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_96011\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18900\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_52051\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22245\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_92578\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67453\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_92626\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_69787\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_19715\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33715\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30187\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19917\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_69493\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_17329\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_66139\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70990\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56773\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67849\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_18094\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53797\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_47919\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_35318\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_58743\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96429\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_43899\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19962\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_13000\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_65645\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_92537\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_93982\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_53389\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88549\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_12882\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94329\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_99684\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_94349\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_61782\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92310\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64136\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70386\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_26025\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_83213\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_79193\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_84407\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_89431\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_45332\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 20:30:37', '2018-07-20 18:30:37', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1335, 3, '2018-07-20 20:30:37', '2018-07-20 18:30:37', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_55398\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_46205\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_13181\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_62381\"][cz_separator style=\"cz_sep_30\" id=\"cz_88891\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_49990\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_86589\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_47635\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_46420\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_30488\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56486\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_48310\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_85023\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_49024\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_42292\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_38412\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_37574\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_44063\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_32742\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_37258\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_38413\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_83413\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_29568\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_91439\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_53800\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_44482\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_74652\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_32993\"][cz_title css_animation=\"fadeInUp\" id=\"cz_28890\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_64084\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_67215\"][cz_title css_animation=\"fadeInUp\" id=\"cz_73177\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_99179\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_69286\"][cz_title css_animation=\"fadeInUp\" id=\"cz_35559\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you stand by your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_88071\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_19277\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_22148\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_35706\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_54587\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_41526\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_81082\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_91786\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26549\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_30106\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_34078\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_53850\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_56569\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_67031\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75481\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_82716\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_94334\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_58895\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_12285\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_85773\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12695\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_45657\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_60426\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_34578\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63436\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_24510\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_90682\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36614\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23690\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_59969\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_61062\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_11761\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68135\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_72099\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_36356\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22722\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13625\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management , Technical campaigns, Labor and labor time, Internal Cost management, Labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_17438\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_14508\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29063\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_36434\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37476\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">Purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, Purchase orders, Goods receival, Import costing management, Parts purchase invoices, Warehouse transfers, Automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71803\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81892\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_93397\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_47284\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_64609\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87732\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_95069\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65783\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_73505\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_96653\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_11440\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_33932\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31231\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63766\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47332\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_21914\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_89269\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_59911\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_70772\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_50331\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60561\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_38908\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_22431\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85807\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_50519\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24945\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_92134\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_53917\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_42898\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_28568\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_80283\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14701\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99350\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73681\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_50874\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_63959\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_61413\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_45943\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29743\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_34919\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_42597\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30072\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_57740\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_62718\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_82727\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93962\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73522\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71997\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_53873\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_44295\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_22329\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14435\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_72092\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33649\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_89131\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22612\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_47483\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_81266\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_65418\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79270\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98724\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45702\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_82861\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_98074\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_19383\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_33735\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_62034\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_69686\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 20:30:37', '2018-07-20 18:30:37', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1336, 3, '2018-07-20 20:34:21', '2018-07-20 18:34:21', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_35316\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_14091\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_17174\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_96593\"][cz_separator style=\"cz_sep_30\" id=\"cz_64487\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_74179\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_72422\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79660\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_35729\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_62150\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_61630\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_83861\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_60153\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_57314\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_34669\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_45743\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_39096\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_72126\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_11412\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33680\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_98388\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_46891\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_58735\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_51127\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_39204\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_20115\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_45689\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_13432\"][cz_title css_animation=\"fadeInUp\" id=\"cz_80621\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_79091\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_67189\"][cz_title css_animation=\"fadeInUp\" id=\"cz_15938\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_82071\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_73252\"][cz_title css_animation=\"fadeInUp\" id=\"cz_12531\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you stand by your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_46559\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_47431\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_73842\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_26219\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72050\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_35992\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_76739\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_55911\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_85035\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_34054\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_79469\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_30778\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62039\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_51595\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_31079\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_84608\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_49984\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66860\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_43343\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90001\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94953\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_52348\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_35690\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97275\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_32970\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_14782\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_64464\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_37797\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85742\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_37717\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_39217\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_32302\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74037\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_13060\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47411\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46087\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37942\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_24150\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_90888\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_22977\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_47093\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70357\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_42644\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98022\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_21953\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_62613\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_82630\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60826\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29474\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25974\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_50828\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_24427\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67211\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75407\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21703\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_89071\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_79079\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_75056\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_26868\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_64822\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12773\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_54975\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86013\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_75700\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_56924\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33424\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_21788\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83756\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_46464\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12676\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_95622\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_82446\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_71923\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38267\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80468\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82765\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_89770\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_63099\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_43592\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19244\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77962\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83309\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_32561\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45174\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_58717\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_43153\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_34245\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37796\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18210\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50003\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_91507\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_19873\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_93868\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77521\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_84462\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50792\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_99834\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95140\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_34549\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_46298\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_96706\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30171\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28745\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68630\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_57328\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_98103\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_51395\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_47098\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_61202\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_83877\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 20:34:21', '2018-07-20 18:34:21', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1337, 3, '2018-07-20 20:34:21', '2018-07-20 18:34:21', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_55232\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_39165\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_67187\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_76682\"][cz_separator style=\"cz_sep_30\" id=\"cz_73228\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_25904\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_19835\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">Modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96363\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_52590\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_26934\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_46367\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_44098\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_35697\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_40235\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21619\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_20159\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79917\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_21454\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_15300\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_14466\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_56641\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_12007\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_33527\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_74275\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_69526\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_79745\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_72378\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_20922\"][cz_title css_animation=\"fadeInUp\" id=\"cz_26843\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_33581\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93688\"][cz_title css_animation=\"fadeInUp\" id=\"cz_70964\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61635\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60875\"][cz_title css_animation=\"fadeInUp\" id=\"cz_47647\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you stand by your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_34864\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_75669\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_56371\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_31228\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28260\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_72195\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_66485\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_61248\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96781\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_95609\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71757\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16941\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75526\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_82100\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21131\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78882\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_38741\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_22027\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_12409\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13017\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80442\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81043\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_74285\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90253\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96776\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96756\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_83942\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67741\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_58392\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_44818\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_15388\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_82146\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20487\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_60649\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13374\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37637\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32844\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_68748\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_87774\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29626\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_64358\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59531\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35457\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39884\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_41632\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_45477\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_18766\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69263\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56394\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20065\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">Management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Oem catalog, Stock administration, Relocations, Inventory counting, Reevaluations, Lost Sales, Scrapping, Part alias, Supersessions, Kits, Stock structure.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71170\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_36837\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89998\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45455\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27090\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and Parts <span style=\"color: #38e7ff;\">Sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, Workshop, Counter sales, Waybill, Appointments, Policies for price and taxation, Prepayments, Parts reservations and request, Shopping Cart, Local Service Packages, Interfaces to OEM applications, Service purchase orders.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_86774\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42211\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_99922\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_54515\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_89493\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44740\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_58793\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71639\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, Prospects and customers management, CRM Funnel, Vehicle Driving Board, Activity Pool, Activity Board, Definition of Action plans, Subscriptings, News and magazines, Market Segmentation, Complaints management, Surveys</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_54117\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_19442\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73902\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80643\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41175\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, Vehicle configuration, Purchases and receptions, Logistics, Sales, Component modules for industrial vehicles, Policies for price and taxation, Accessories, Trade-in </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_42651\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68418\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_59691\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_95898\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_27950\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84037\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_35783\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58472\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization or processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, Access to system business objects.</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_29515\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_43439\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_27735\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74798\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_52393\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87794\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">Intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Build-in dashboard designer, Pivot, Grid, Chart, Scatter, Pies, Gauges, Cards, Tree-map, Choropleth, maps, Geo point, Filters, parameters, timeline, sparkline, cell percentage/progress, Multiple source from different databases, tables, view, store procedures and system objects. Currency management, Rules for appearances.</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_11635\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_42391\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_33250\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_27615\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_29166\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_64350\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_27537\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72571\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">Module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, Cash accounts, Bank accounts, Credit cards management, Receivables and payable, Prepayments, Vouchers, Budgets. </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_53843\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_61167\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_31364\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25483\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15285\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39695\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Build-in <span style=\"color: #38e7ff;\">Reporting Server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents, such as invoices an orders. WYSIWYG Designer, Export and import of XML files, Direct access to the Metadata, Script coding for maximum control, Multiple bands, Sub reports, Validation and appearance rules </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_88274\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84818\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_69760\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_30926\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_53236\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_29451\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26825\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70076\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">Data </span></span><span style=\"font-size: 28px;\">Wharehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_13489\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_51497\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_28548\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_31893\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us solve it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time to grow for your business ! You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_83826\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_45172\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 20:34:21', '2018-07-20 18:34:21', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1338, 3, '2018-07-20 20:50:54', '2018-07-20 18:50:54', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_93369\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_21633\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_47132\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_53695\"][cz_separator style=\"cz_sep_30\" id=\"cz_21211\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_35553\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_51395\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_20026\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_74205\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_30324\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_31073\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_13488\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_90830\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_42215\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21342\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_74914\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_23758\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_26637\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_19211\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_28717\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_97242\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_18857\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_51225\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_73927\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_28024\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_66426\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_70766\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_12368\"][cz_title css_animation=\"fadeInUp\" id=\"cz_95625\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50926\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_55230\"][cz_title css_animation=\"fadeInUp\" id=\"cz_88995\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_61448\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91252\"][cz_title css_animation=\"fadeInUp\" id=\"cz_42691\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you stand by your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_71549\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_26805\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_82975\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_80465\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_89900\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_13300\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11538\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_92278\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_93019\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_42643\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13620\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_67933\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_55290\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_29147\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_76034\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72896\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_26390\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83780\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_24122\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89207\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_11805\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79438\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_59974\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13062\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_75064\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_99789\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_57182\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_64059\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_61237\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_48435\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_95640\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_32787\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64130\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_78615\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_13252\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_54030\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80805\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_13680\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_46309\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73824\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_45212\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48819\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_41758\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89392\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_66855\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_17793\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_62288\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82134\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90462\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75300\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71342\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_91156\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54738\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31316\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93108\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_29802\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31105\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_50291\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_82751\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_81232\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87615\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78391\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14020\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_51745\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_57007\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_16161\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94665\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37813\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_18730\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_40974\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_11637\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_52832\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_78682\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42285\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42224\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45538\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_48967\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_93402\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_27673\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39430\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68702\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87904\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_30587\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23441\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_19221\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_23695\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_42133\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39216\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_62875\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24885\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_20448\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_50491\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_92166\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23358\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91125\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49173\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_28408\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_85791\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_75875\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_36027\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_26765\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_76402\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77749\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94337\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_18688\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_19973\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_39875\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_56544\" cz_title=\"\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_13376\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_56438\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 20:50:54', '2018-07-20 18:50:54', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1339, 3, '2018-07-20 20:50:54', '2018-07-20 18:50:54', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_84863\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_70968\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_44342\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_15451\"][cz_separator style=\"cz_sep_30\" id=\"cz_83298\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_52452\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_28036\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\" cz_title=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_25432\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80557\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79800\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_39206\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_89895\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_30292\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_31372\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_13253\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_21417\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_69435\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_30551\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96098\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_45311\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55468\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_22864\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_21714\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_33217\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_17201\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_29291\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_42080\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_45966\"][cz_title css_animation=\"fadeInUp\" id=\"cz_74725\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_44345\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_91293\"][cz_title css_animation=\"fadeInUp\" id=\"cz_59589\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_15313\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_35636\"][cz_title css_animation=\"fadeInUp\" id=\"cz_63929\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you stand by your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_87501\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_76978\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_80854\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_12934\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57536\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_60655\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41030\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_47431\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79836\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_61292\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_49574\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_90143\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_30728\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_69014\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86241\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64928\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_24482\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_97994\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_75532\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_46589\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_15196\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_93713\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_77558\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_50052\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68438\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_21904\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_41345\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_28027\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_26107\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_65871\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_80846\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_13608\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42849\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_61700\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15432\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89274\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22356\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_45351\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_36706\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91081\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_95532\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75169\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_81225\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26260\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_44184\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_67466\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_80078\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57556\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65461\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55610\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_93035\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_69546\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_49324\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70593\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19598\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17762\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81387\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_49833\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_34679\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_96383\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15704\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15525\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98881\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_47443\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_66114\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14313\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36717\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77359\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_48553\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62313\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_68441\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_44086\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_37483\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49666\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59235\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70557\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_17133\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_39313\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_28113\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_71484\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_83813\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21148\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_41031\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_33137\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_80631\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_49518\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_39789\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62018\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_88241\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63357\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_58401\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_92835\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_67771\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_57283\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40278\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33886\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_60485\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_65885\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_11246\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_97928\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_28198\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68576\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42014\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54571\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\" cz_title=\"\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_18243\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_90138\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_25128\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_24266\" cz_title=\"\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_29452\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_42131\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 20:50:54', '2018-07-20 18:50:54', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1340, 3, '2018-07-20 20:54:10', '2018-07-20 18:54:10', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_94537\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_39752\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_77521\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_41903\"][cz_separator style=\"cz_sep_30\" id=\"cz_89143\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_98163\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_67963\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_31464\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_70692\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_93931\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_92618\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_57289\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_35655\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_27322\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_52679\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55739\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_84248\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_17483\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_25014\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_98531\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_60874\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_12054\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_86682\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_32203\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_31768\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_70043\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50898\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_65095\"][cz_title css_animation=\"fadeInUp\" id=\"cz_80334\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_58338\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_60790\"][cz_title css_animation=\"fadeInUp\" id=\"cz_74872\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_86980\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38311\"][cz_title css_animation=\"fadeInUp\" id=\"cz_16776\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_76123\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_36475\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_73628\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_96477\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96056\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_67560\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89095\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_53346\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_92104\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_16418\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94914\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_47844\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_89555\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_12398\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_61748\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_88086\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_62162\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62691\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_74769\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_83255\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_83348\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_44812\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_34154\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_48444\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_25147\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81381\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_98123\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_88908\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68362\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_36435\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_94573\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_44486\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61799\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_68202\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40963\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57856\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35763\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_30059\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_11202\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27868\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_35366\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95006\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_64602\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24922\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_96294\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_26350\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_13009\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58456\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77931\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76667\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_41711\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_61279\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_21479\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64754\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98613\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35515\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46136\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_96736\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_24424\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_14498\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33171\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18998\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47873\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_83860\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_76090\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77726\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41716\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11853\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_96674\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_41808\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_28611\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_32041\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_36814\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82102\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45852\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33108\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_97342\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_47750\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_80454\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_75273\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_24417\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_22165\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_36553\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34786\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_75809\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_35166\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_59191\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_21945\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31903\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72504\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_25333\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_53964\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_80391\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_62096\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37824\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56482\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_39822\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_68430\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_57225\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_36496\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_99127\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74725\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57426\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35942\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_56828\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_92168\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_57940\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_54171\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_39918\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_38394\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 20:54:11', '2018-07-20 18:54:11', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1341, 3, '2018-07-20 20:54:11', '2018-07-20 18:54:11', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_29445\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_53225\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_49449\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_54887\"][cz_separator style=\"cz_sep_30\" id=\"cz_76900\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_25258\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_78943\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_36091\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_36093\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_99736\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_97485\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50316\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_53700\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_77877\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_12412\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80414\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_34359\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_41123\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_48844\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80473\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_66509\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_47972\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_55198\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_23936\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_72803\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_12027\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_16104\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_30743\"][cz_title css_animation=\"fadeInUp\" id=\"cz_55087\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_44911\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_58026\"][cz_title css_animation=\"fadeInUp\" id=\"cz_73421\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_87026\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_96365\"][cz_title css_animation=\"fadeInUp\" id=\"cz_28309\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_63926\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_21624\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_96142\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_88907\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_46606\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_95878\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86392\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85812\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_49579\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_64269\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_87113\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29993\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_87518\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_28237\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67727\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_67991\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_83636\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_15699\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_23190\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_96461\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_77392\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_24106\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_12565\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97024\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68083\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_46366\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_55051\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41504\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_33392\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_51417\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_58703\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_86208\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61930\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_54845\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75115\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97426\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50724\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_61508\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_83238\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89193\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_25778\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70352\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_19186\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13296\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_87478\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_75803\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_70177\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_71114\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80392\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82256\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_67576\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_57784\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95252\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69031\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54809\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_63335\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_15397\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_98750\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_93729\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_37679\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_50167\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_52432\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23888\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_12097\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_96166\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_87893\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98412\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46891\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_49401\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_81651\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_36084\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_64069\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_52003\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44160\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66254\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39482\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_19963\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_36431\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_99486\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89245\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18688\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67062\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_47029\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13940\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_36093\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_90728\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_66165\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40380\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89478\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_59894\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_66948\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_39646\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_12326\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79726\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40632\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_97382\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_67619\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39045\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_44273\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_17021\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_20697\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69246\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69979\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61589\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_13406\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_36233\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_89960\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_22258\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_61554\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_89446\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 20:54:11', '2018-07-20 18:54:11', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1342, 3, '2018-07-20 21:09:50', '2018-07-20 19:09:50', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][cz_separator style=\"cz_sep_30\" id=\"cz_28477\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_20085\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_99177\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_99614\"][cz_separator style=\"cz_sep_30\" id=\"cz_46847\" top_color=\"rgba(0,0,0,0.28)\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_67304\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_61718\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_88178\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_25085\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_21674\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_29943\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_40238\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_56476\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_19441\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56931\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_29492\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_18479\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_63930\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40202\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_23298\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_85472\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_14617\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_37467\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_69341\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_49556\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_86942\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_85314\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76061\"][cz_title css_animation=\"fadeInUp\" id=\"cz_44974\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_96940\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_47272\"][cz_title css_animation=\"fadeInUp\" id=\"cz_62340\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_17025\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_46450\"][cz_title css_animation=\"fadeInUp\" id=\"cz_61955\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" cz_title=\"\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_52762\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_13755\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_23674\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_40941\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_27730\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_34237\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59774\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_56857\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79602\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_68104\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_13788\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97984\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75472\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_66608\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38186\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87660\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_52080\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_41693\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_25128\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_21421\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80138\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_12070\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_95625\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_56200\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_45933\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_92565\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_92362\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97163\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_98480\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_38812\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_59118\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_51242\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_41456\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_71681\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_81073\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_58075\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94807\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_40847\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_14932\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74409\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_97840\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17610\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_72394\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73313\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_73108\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_99469\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_60974\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25188\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41163\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74991\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_35499\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_21301\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_75951\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_31125\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66390\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21885\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23690\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_58753\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_19048\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_22170\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86454\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67055\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62302\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_27910\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_38736\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_43376\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74875\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33544\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_73112\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78697\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_96842\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_70953\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_85196\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_69237\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_44267\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58304\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_68706\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_94130\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_72382\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98758\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69122\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96771\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_20060\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_45073\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_27896\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_75340\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_55848\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40476\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_34093\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_63785\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_51536\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_20548\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_30840\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_13839\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37347\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58466\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_46104\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12222\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_80899\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_19216\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_79809\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77742\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_79058\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65005\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_46979\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_23325\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_23310\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_15686\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_17456\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_84582\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 21:09:50', '2018-07-20 19:09:50', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1343, 4, '2018-07-20 22:08:59', '2018-07-20 20:08:59', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_69408\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_44992\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_66091\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_21558\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_86085\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_18912\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_69197\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_87055\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_83833\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_83100\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_37387\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_76689\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40989\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_23640\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_84090\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_76191\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_36228\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_90202\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33354\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_48165\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_19366\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_66811\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_33765\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_77049\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84485\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_57278\"][cz_title css_animation=\"fadeInUp\" id=\"cz_12775\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_79872\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70011\"][cz_title css_animation=\"fadeInUp\" id=\"cz_47197\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12740\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_39419\"][cz_title css_animation=\"fadeInUp\" id=\"cz_81078\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_67720\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_49866\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_67164\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_75522\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19064\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_54220\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59356\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_91054\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_80496\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_36046\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_32043\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_93025\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_20136\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_97123\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_29253\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_99228\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_30478\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66308\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_18594\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86179\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_88962\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84533\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_70664\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_46240\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_86197\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_50537\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_16251\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_33394\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_52166\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_44559\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_14473\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_19887\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83315\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_70527\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84299\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_91269\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24747\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_43655\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_82323\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94132\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_68591\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14366\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_87158\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77616\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_11490\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_16412\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_76845\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_30857\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71609\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84329\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17036\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_60571\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68862\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76590\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95700\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_55060\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27128\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_11952\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_77343\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_68184\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_45401\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80706\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76961\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_28717\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_51233\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61260\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19986\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64869\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_93804\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91199\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_59002\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_62396\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_94454\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_46160\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40012\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94834\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_51461\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_16858\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_25692\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23070\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90076\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31618\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_72530\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58938\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_97097\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_68231\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_13998\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24226\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69073\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80231\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_81299\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_14475\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_60937\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_58260\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_32081\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12171\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_19520\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_40957\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_65930\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_13325\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_32156\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_24932\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_64610\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26611\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_59981\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_93512\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_21446\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_11442\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_99260\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_36027\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 22:08:59', '2018-07-20 20:08:59', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1344, 4, '2018-07-20 22:08:59', '2018-07-20 20:08:59', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_23402\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_89336\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_56534\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_84822\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48274\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_53632\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_53054\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_51162\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66748\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_22127\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_31394\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_48047\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_25492\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_81221\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_95197\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_46462\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_82281\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_14718\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_76309\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532007518206{padding-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_48211\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_16933\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_97355\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_62032\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_70433\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_23967\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22014\"][cz_title css_animation=\"fadeInUp\" id=\"cz_63946\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_34302\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22346\"][cz_title css_animation=\"fadeInUp\" id=\"cz_63206\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_59218\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_34637\"][cz_title css_animation=\"fadeInUp\" id=\"cz_52542\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_15753\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_19460\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_89706\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">On any product of your choice </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">accounting </span></span><span style=\"font-size: 32px;\">and its different levels can be <span style=\"color: #38e7ff;\">customized</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_58275\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_61403\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_40869\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25023\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72420\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_61152\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_61960\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86801\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_42373\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57157\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_33264\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_24655\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_60765\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_98463\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_61756\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_66587\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95818\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23789\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_37021\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_19785\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_34692\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89856\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_42976\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_45927\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_53062\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_91084\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_69454\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_94493\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_95727\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77803\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_84200\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54002\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39207\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25069\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_67915\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_11627\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_75111\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_29875\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_87317\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17485\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_75922\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_20582\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_31029\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_36688\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19045\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81675\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92164\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_14863\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_94353\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_29185\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_23538\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29045\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_19042\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_55403\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_63862\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_60993\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_46488\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33317\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_55487\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42215\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_11121\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_39687\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85107\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39217\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53646\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_53022\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39734\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_28758\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_71787\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_27052\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35132\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_47710\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36523\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_55051\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_73287\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_44457\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36726\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65452\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48210\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_31080\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83527\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_60637\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_49015\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_91458\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16041\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_12877\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52452\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_51419\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_35084\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_96828\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82524\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_35094\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36516\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_67631\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_63200\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_79052\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_20654\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_91823\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96699\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_81331\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18875\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_31832\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_29042\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_44288\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_75773\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Chat with us\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_91219\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_77634\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 22:08:59', '2018-07-20 20:08:59', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1345, 4, '2018-07-20 22:31:13', '2018-07-20 20:31:13', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_53472\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_64530\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_45427\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_75447\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_57446\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_34808\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_83338\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_22705\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_56595\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79230\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\n<h4></h4>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_25670\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\n<h4></h4>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_87115\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28066\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_41591\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_81993\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_83069\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_52348\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_46118\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_64704\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_73233\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_77455\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_13886\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_64472\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_77474\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_43215\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_37101\"][cz_title css_animation=\"fadeInUp\" id=\"cz_27947\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_43334\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_39071\"][cz_title css_animation=\"fadeInUp\" id=\"cz_68244\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_78322\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81432\"][cz_title css_animation=\"fadeInUp\" id=\"cz_32774\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_23749\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_56879\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_79109\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_47447\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_40217\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_90704\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_92931\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_19448\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_16374\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_80046\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36403\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_46855\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62040\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_19472\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_88092\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97047\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_73065\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_61325\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_74503\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_75841\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_25798\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_51978\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_19056\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_51788\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68814\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_51280\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_79748\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_37058\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29602\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_61181\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_58722\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_42241\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18060\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_37832\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_78578\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_47166\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28536\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_71509\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_55504\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33799\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_51556\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_80796\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_69543\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13597\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_89157\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_57636\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_99533\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62223\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18962\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74037\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_38064\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_33649\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26015\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46010\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74327\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_83718\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86180\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_54076\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_20777\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_15782\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15257\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68389\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46912\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_22206\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_95110\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_25491\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_58262\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_23647\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_85889\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_13766\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_46336\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_37446\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_83452\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_15879\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39932\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_72609\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_62405\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_39466\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_34833\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70256\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13503\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61786\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_92795\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28408\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_96686\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_67122\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_12127\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82866\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_21198\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21794\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_87537\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_25345\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_79072\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34450\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36440\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74182\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_48830\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83592\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_86719\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_34720\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_86248\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_33055\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61055\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69700\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_37824\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_89876\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_42310\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_89118\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_29343\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_66032\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 22:31:13', '2018-07-20 20:31:13', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1346, 4, '2018-07-20 22:31:13', '2018-07-20 20:31:13', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_59375\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_31736\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_27819\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_52170\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_49033\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_24505\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_19293\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50049\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_96260\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_29381\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\n<h4></h4>\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_60732\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\n<h4></h4>\n<h4><a href=\"#modules_crm\">CRM</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_83798\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_43615\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_39805\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_18249\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_68945\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_13988\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55969\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_52538\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\n<h4></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_89596\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_79578\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_38786\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_22651\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_40634\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_97376\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_49364\"][cz_title css_animation=\"fadeInUp\" id=\"cz_30511\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_39686\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38483\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48743\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_94608\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_86747\"][cz_title css_animation=\"fadeInUp\" id=\"cz_69368\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_22427\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_38918\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_18401\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\" cz_title=\"\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\n\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\n[/cz_title][cz_gap height=\"80px\" id=\"cz_35822\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_47100\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_57340\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_32082\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_65371\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18073\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_15881\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97875\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_46767\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23019\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_66820\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_49644\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_67877\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_19358\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_39240\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_47455\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_47034\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_50781\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_76978\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_44410\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_89034\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_96379\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72986\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_27518\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_45122\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\n[/cz_title][vc_column_text]\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_67594\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_14266\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_14490\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\n\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_78911\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_42073\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_21781\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14733\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78063\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68010\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_35705\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_43434\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74972\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_40475\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41310\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_21740\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_52383\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1251\" id=\"cz_97020\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_60273\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_20261\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_16378\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_88403\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56606\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_52302\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_39184\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33585\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85601\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28219\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_29964\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_58588\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_44626\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_63975\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_26183\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_47781\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67355\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93983\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_78744\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_78025\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_97606\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56808\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46036\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_33311\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89132\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1257\" id=\"cz_21009\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_62676\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1256\" id=\"cz_30442\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31638\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_15060\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27462\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\n<ul>\n 	<li>E-mails to clients</li>\n 	<li>E-mails alerts on hierarchical organization</li>\n 	<li>Change of status</li>\n 	<li>Log records</li>\n</ul>\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_80801\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_24210\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_32730\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69204\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69705\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73921\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_97277\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_92180\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1253\" id=\"cz_59523\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_25497\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1255\" id=\"cz_22144\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_18112\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59012\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75009\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_33184\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_95683\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_42364\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27167\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74428\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20390\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_24774\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31236\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1254\" id=\"cz_55316\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_46974\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"438\" id=\"cz_20369\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65214\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98539\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39700\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_85742\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_13599\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_56052\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_66543\"]\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_26699\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\" cz_button=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_77671\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-20 22:31:13', '2018-07-20 20:31:13', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/20/4-revision-v1/', 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
(1347, 4, '2018-07-21 00:50:34', '2018-07-20 22:50:34', '{\n    \"codevz_theme_options[footer_2_right]\": {\n        \"value\": [\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_right\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"Contact Us\",\n                \"it_link\": \"http://ensabs.eu/idams/index.php/contact/\",\n                \"sk_it\": \"font-size:13px;color:rgba(255,255,255,0.65);\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"20px\",\n                    \"right\": \"\",\n                    \"bottom\": \"20px\",\n                    \"left\": \"\"\n                }\n            },\n            {\n                \"element\": \"line\",\n                \"element_id\": \"footer_2_right\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"\",\n                \"it_link\": \"\",\n                \"sk_it\": \"\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_2\",\n                \"sk_line\": \"background-color:rgba(255,255,255,0.2);\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"22px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            },\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_right\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"Privacy Policy\",\n                \"it_link\": \" http://ensabs.eu/idams/index.php/privacy-policy/\",\n                \"sk_it\": \"font-size:13px;color:rgba(255,255,255,0.65);\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"20px\",\n                    \"right\": \"\",\n                    \"bottom\": \"20px\",\n                    \"left\": \"\"\n                }\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-20 22:50:34\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd4825de9-5e05-4c48-bdeb-1a733cb283dd', '', '', '2018-07-21 00:50:34', '2018-07-20 22:50:34', '', 0, 'http://ensabs.eu/idams/?p=1347', 0, 'customize_changeset', '', 0),
(1348, 4, '2018-07-21 00:57:10', '2018-07-20 22:57:10', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_46284\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_95274\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_54173\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_36903\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_53389\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_94621\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_61791\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_54834\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_21388\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_64594\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 00:57:10', '2018-07-20 22:57:10', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 0, 'revision', '', 0),
(1349, 4, '2018-07-21 00:57:10', '2018-07-20 22:57:10', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_61384\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_30562\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_14112\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_64076\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_62198\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_82950\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_95332\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_28338\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_65947\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_36326\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 00:57:10', '2018-07-20 22:57:10', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 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
(1350, 4, '2018-07-21 01:08:52', '2018-07-20 23:08:52', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_74866\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:\n<ul>\n 	<li>Assistance</li>\n 	<li>Payed time</li>\n 	<li>Invoiced hours</li>\n 	<li>Technicians productivity and efficiency</li>\n</ul>\n<!--more-->\n\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\n\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.\n\n[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1532128064421{background-color: #eeeeee !important;}\" el_class=\"container-fluid\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_91268\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\n<!--more-->\n\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\n\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_82880\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\n\nGuarantee an effective and planned to detail experience along with your sales reps.\n<ul>\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\nIt´s not rocket science.\n<ul>\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\n</ul>\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_43702\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\n\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\n\nCreation of test drives for clients, potential clients or internal use of company.\n\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_69334\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\n<ul>\n 	<li>E-mails to leads, prospects and clients.</li>\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\n 	<li>Log records.</li>\n 	<li>High level language.</li>\n 	<li>Access to system business objects.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_74529\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\n<ul>\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\n</ul>\nTechnological tools management such as:\n<ul>\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\n</ul>\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\nCurrency management according to company location and transactions’ needs\nRules for appearance.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_20810\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\n<ul>\n 	<li>Chart of accounts and journals of your daily transactions</li>\n 	<li>Cash accounts</li>\n 	<li>Bank accounts</li>\n 	<li>Credit card management</li>\n 	<li>Receivables and payables</li>\n 	<li>Vouchers</li>\n 	<li>Budgets definition and control</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_75174\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\n 	<li>WYSIWYG Designer</li>\n 	<li>Export and import of required XML files</li>\n 	<li>Direct access to Metadata</li>\n 	<li>Multiple bands available</li>\n 	<li>Sub-reports\nValidation and appearance rules</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_32518\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>For dealership markets, installed as a separate business unit.</li>\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_59086\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>Customization of layouts</li>\n 	<li>Changes of themes</li>\n 	<li>Define your language and adapt it to your preferences</li>\n 	<li>Integration of all modules in one application</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 01:08:52', '2018-07-20 23:08:52', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 0, 'revision', '', 0),
(1351, 4, '2018-07-21 01:08:52', '2018-07-20 23:08:52', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_59429\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:\n<ul>\n 	<li>Assistance</li>\n 	<li>Payed time</li>\n 	<li>Invoiced hours</li>\n 	<li>Technicians productivity and efficiency</li>\n</ul>\n<!--more-->\n\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\n\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.\n\n[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1532128064421{background-color: #eeeeee !important;}\" el_class=\"container-fluid\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_83028\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\n<!--more-->\n\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\n\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_34717\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\n\nGuarantee an effective and planned to detail experience along with your sales reps.\n<ul>\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\nIt´s not rocket science.\n<ul>\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\n</ul>\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_96369\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\n\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\n\nCreation of test drives for clients, potential clients or internal use of company.\n\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_29947\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\n<ul>\n 	<li>E-mails to leads, prospects and clients.</li>\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\n 	<li>Log records.</li>\n 	<li>High level language.</li>\n 	<li>Access to system business objects.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_81991\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\n<ul>\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\n</ul>\nTechnological tools management such as:\n<ul>\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\n</ul>\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\nCurrency management according to company location and transactions’ needs\nRules for appearance.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_54445\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\n<ul>\n 	<li>Chart of accounts and journals of your daily transactions</li>\n 	<li>Cash accounts</li>\n 	<li>Bank accounts</li>\n 	<li>Credit card management</li>\n 	<li>Receivables and payables</li>\n 	<li>Vouchers</li>\n 	<li>Budgets definition and control</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_60130\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\n 	<li>WYSIWYG Designer</li>\n 	<li>Export and import of required XML files</li>\n 	<li>Direct access to Metadata</li>\n 	<li>Multiple bands available</li>\n 	<li>Sub-reports\nValidation and appearance rules</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_48097\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>For dealership markets, installed as a separate business unit.</li>\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_88075\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>Customization of layouts</li>\n 	<li>Changes of themes</li>\n 	<li>Define your language and adapt it to your preferences</li>\n 	<li>Integration of all modules in one application</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 01:08:52', '2018-07-20 23:08:52', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 0, 'revision', '', 0),
(1352, 4, '2018-07-21 01:12:42', '2018-07-20 23:12:42', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_31102\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:\n<ul>\n 	<li>Assistance</li>\n 	<li>Payed time</li>\n 	<li>Invoiced hours</li>\n 	<li>Technicians productivity and efficiency</li>\n</ul>\n<!--more-->\n\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\n\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.\n\n[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1532128064421{background-color: #eeeeee !important;}\" el_class=\"container-fluid\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_22868\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\n<!--more-->\n\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\n\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_54509\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\n\nGuarantee an effective and planned to detail experience along with your sales reps.\n<ul>\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\nIt´s not rocket science.\n<ul>\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\n</ul>\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_64135\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\n\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\n\nCreation of test drives for clients, potential clients or internal use of company.\n\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_30253\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\n<ul>\n 	<li>E-mails to leads, prospects and clients.</li>\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\n 	<li>Log records.</li>\n 	<li>High level language.</li>\n 	<li>Access to system business objects.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_97605\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\n<ul>\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\n</ul>\nTechnological tools management such as:\n<ul>\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\n</ul>\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\nCurrency management according to company location and transactions’ needs\nRules for appearance.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_12620\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\n<ul>\n 	<li>Chart of accounts and journals of your daily transactions</li>\n 	<li>Cash accounts</li>\n 	<li>Bank accounts</li>\n 	<li>Credit card management</li>\n 	<li>Receivables and payables</li>\n 	<li>Vouchers</li>\n 	<li>Budgets definition and control</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_27756\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\n 	<li>WYSIWYG Designer</li>\n 	<li>Export and import of required XML files</li>\n 	<li>Direct access to Metadata</li>\n 	<li>Multiple bands available</li>\n 	<li>Sub-reports\nValidation and appearance rules</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_12045\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>For dealership markets, installed as a separate business unit.</li>\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_58771\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>Customization of layouts</li>\n 	<li>Changes of themes</li>\n 	<li>Define your language and adapt it to your preferences</li>\n 	<li>Integration of all modules in one application</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 01:12:42', '2018-07-20 23:12:42', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 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
(1353, 4, '2018-07-21 01:12:42', '2018-07-20 23:12:42', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_77431\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:\n<ul>\n 	<li>Assistance</li>\n 	<li>Payed time</li>\n 	<li>Invoiced hours</li>\n 	<li>Technicians productivity and efficiency</li>\n</ul>\n<!--more-->\n\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\n\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.\n\n[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1532128064421{background-color: #eeeeee !important;}\" el_class=\"container-fluid\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_41819\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\n<!--more-->\n\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\n\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_50115\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\n\nGuarantee an effective and planned to detail experience along with your sales reps.\n<ul>\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\nIt´s not rocket science.\n<ul>\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\n</ul>\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_39290\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.\n\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\n\nCreation of test drives for clients, potential clients or internal use of company.\n\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_46107\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\n<ul>\n 	<li>E-mails to leads, prospects and clients.</li>\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\n 	<li>Log records.</li>\n 	<li>High level language.</li>\n 	<li>Access to system business objects.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_98181\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\n<ul>\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\n</ul>\nTechnological tools management such as:\n<ul>\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\n</ul>\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\nCurrency management according to company location and transactions’ needs\nRules for appearance.\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_79148\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\n<ul>\n 	<li>Chart of accounts and journals of your daily transactions</li>\n 	<li>Cash accounts</li>\n 	<li>Bank accounts</li>\n 	<li>Credit card management</li>\n 	<li>Receivables and payables</li>\n 	<li>Vouchers</li>\n 	<li>Budgets definition and control</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_18958\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\n 	<li>WYSIWYG Designer</li>\n 	<li>Export and import of required XML files</li>\n 	<li>Direct access to Metadata</li>\n 	<li>Multiple bands available</li>\n 	<li>Sub-reports\nValidation and appearance rules</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_34334\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>For dealership markets, installed as a separate business unit.</li>\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_75251\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<ul>\n 	<li>Customization of layouts</li>\n 	<li>Changes of themes</li>\n 	<li>Define your language and adapt it to your preferences</li>\n 	<li>Integration of all modules in one application</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 01:12:42', '2018-07-20 23:12:42', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 0, 'revision', '', 0),
(1354, 4, '2018-07-21 01:25:40', '2018-07-20 23:25:40', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_94486\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_68562\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_69720\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_25907\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_25379\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_93800\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_27340\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_27689\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_11387\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_62845\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 01:25:40', '2018-07-20 23:25:40', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 0, 'revision', '', 0),
(1355, 4, '2018-07-21 01:25:40', '2018-07-20 23:25:40', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_89172\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Payed time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_95158\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_74526\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\nFor sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\nIt´s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_66236\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1295\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nCreation of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_23699\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_89726\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1298\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological tools management such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company location and transactions’ needs\r\nRules for appearance.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_95687\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1297\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_67892\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_80533\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a separate business unit.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1317\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_24125\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define your language and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in one application</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 01:25:40', '2018-07-20 23:25:40', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 0, 'revision', '', 0),
(1356, 4, '2018-07-21 02:00:51', '2018-07-21 00:00:51', '', 'vehicles', '', 'inherit', 'closed', 'closed', '', 'vehicles-5', '', '', '2018-07-21 02:00:51', '2018-07-21 00:00:51', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/vehicles-2.png', 0, 'attachment', 'image/png', 0),
(1357, 4, '2018-07-21 02:02:10', '2018-07-21 00:02:10', '', 'purchases', '', 'inherit', 'closed', 'closed', '', 'purchases', '', '', '2018-07-21 02:02:10', '2018-07-21 00:02:10', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/purchases.png', 0, 'attachment', 'image/png', 0),
(1358, 4, '2018-07-21 02:02:44', '2018-07-21 00:02:44', '', 'workflow', '', 'inherit', 'closed', 'closed', '', 'workflow-5', '', '', '2018-07-21 02:02:44', '2018-07-21 00:02:44', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/workflow-4.png', 0, 'attachment', 'image/png', 0),
(1359, 4, '2018-07-21 02:03:17', '2018-07-21 00:03:17', '', 'business intelligence', '', 'inherit', 'closed', 'closed', '', 'business-intelligence-5', '', '', '2018-07-21 02:03:17', '2018-07-21 00:03:17', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/business-intelligence-4.png', 0, 'attachment', 'image/png', 0),
(1360, 4, '2018-07-21 02:03:51', '2018-07-21 00:03:51', '', 'accounting', '', 'inherit', 'closed', 'closed', '', 'accounting-5', '', '', '2018-07-21 02:03:51', '2018-07-21 00:03:51', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/accounting-4.png', 0, 'attachment', 'image/png', 0),
(1361, 4, '2018-07-21 02:04:55', '2018-07-21 00:04:55', '', 'build_in copia', '', 'inherit', 'closed', 'closed', '', 'build_in-copia-2', '', '', '2018-07-21 02:04:55', '2018-07-21 00:04:55', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/build_in-copia-1.png', 0, 'attachment', 'image/png', 0),
(1362, 4, '2018-07-21 02:05:26', '2018-07-21 00:05:26', '', 'centralized', '', 'inherit', 'closed', 'closed', '', 'centralized-3', '', '', '2018-07-21 02:05:26', '2018-07-21 00:05:26', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/centralized-2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1363, 4, '2018-07-21 02:07:07', '2018-07-21 00:07:07', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_93403\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_42687\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_59634\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_44968\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_41387\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_63921\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55719\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_47618\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_79696\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_30063\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_69252\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_16278\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24937\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_14091\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_40065\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_75929\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86233\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_46191\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_78430\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_56852\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_55166\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_42158\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_29916\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_40220\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_80085\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_31949\"][cz_title css_animation=\"fadeInUp\" id=\"cz_49788\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_48675\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61632\"][cz_title css_animation=\"fadeInUp\" id=\"cz_60323\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_71864\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_55035\"][cz_title css_animation=\"fadeInUp\" id=\"cz_91899\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_31498\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_88893\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_33287\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_84309\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_44612\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_69795\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_64006\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_63565\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_39047\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_69173\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_77391\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_42027\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_98128\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_53320\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_28261\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_44320\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_31751\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_74003\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_88376\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_62798\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_92808\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28596\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_42884\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_24758\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_67274\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_80448\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_75279\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_27597\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_52313\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_30314\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_19497\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_72701\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19208\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_41673\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_57011\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_52709\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_11469\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_21017\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_16275\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_39405\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_79080\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82556\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_70322\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_77209\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_35877\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_87473\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_21529\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_56517\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61477\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_98794\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_19316\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_54286\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_27391\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51089\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67933\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_83554\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_31538\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_43213\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_11152\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_72740\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62417\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19538\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45441\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_70514\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_50101\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91341\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_23224\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50459\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_12359\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28388\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1356\" id=\"cz_78754\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_80329\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1358\" id=\"cz_99834\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_49076\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57538\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35711\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_36550\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_67956\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_81117\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_86916\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66751\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89322\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_41203\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_83031\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_40412\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_98025\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1360\" id=\"cz_66586\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60839\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41239\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66627\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_33580\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_92545\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_75054\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67911\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63060\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_25156\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_59253\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_75173\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1361\" id=\"cz_64504\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_60501\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_92451\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_43258\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40830\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_92285\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_81224\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_87257\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_27996\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_17775\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_55214\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_98003\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-21 02:07:07', '2018-07-21 00:07:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/21/4-revision-v1/', 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
(1364, 4, '2018-07-21 02:07:07', '2018-07-21 00:07:07', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_93581\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_21965\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_87326\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_34784\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_93886\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_27738\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_32809\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_60472\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_77467\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_62938\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_27099\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_99937\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_55483\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_91043\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_67848\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_18543\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_16199\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_27101\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_82606\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_69593\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_76492\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_75057\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_12852\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_17322\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67343\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82966\"][cz_title css_animation=\"fadeInUp\" id=\"cz_93469\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_84229\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_89630\"][cz_title css_animation=\"fadeInUp\" id=\"cz_48684\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_82232\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_83211\"][cz_title css_animation=\"fadeInUp\" id=\"cz_59539\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_69558\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_17995\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_53425\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_86186\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_39694\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_13898\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_63653\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_91521\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29887\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_63590\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_47005\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_20930\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_31438\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_54437\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_26019\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_47429\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_37043\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84502\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_23921\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_12101\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_86243\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_30133\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_68333\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_69210\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23602\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_52562\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_58840\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_61175\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_34795\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_42051\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_20714\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_93243\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48936\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_63029\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79429\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77519\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65816\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_43082\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_69041\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84592\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_95562\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_16046\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_94412\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27001\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_59372\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_20432\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_63319\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85305\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_93823\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76130\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_86296\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_80067\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95152\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_54630\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49278\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_18755\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_96082\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_97007\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_68819\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_30877\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_39059\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78423\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24120\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_76884\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_41453\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92439\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_54404\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_96158\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_35521\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23445\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1356\" id=\"cz_80751\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_31084\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1358\" id=\"cz_28381\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_75163\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46974\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_76642\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_84485\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_99183\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_61948\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78309\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75313\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48245\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_58377\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_70466\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_91764\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_96544\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1360\" id=\"cz_78110\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_87847\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_93551\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46930\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_18724\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_32611\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_25353\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_31734\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98384\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55695\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_24173\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_52789\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1361\" id=\"cz_51854\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_48584\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_65124\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32605\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68558\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82394\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_96658\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_15533\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_59037\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_81144\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_14717\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_20986\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-21 02:07:07', '2018-07-21 00:07:07', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/21/4-revision-v1/', 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
(1365, 4, '2018-07-21 02:28:34', '2018-07-21 00:28:34', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_71619\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Payed time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_55380\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_12410\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It´s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_48389\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1356\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_71531\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1358\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_51595\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological tools management such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company location and transactions’ needs<br />\r\nRules for appearance.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_97901\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1360\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_82020\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1361\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_72781\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a separate business unit.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_89086\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define your language and adapt it to your preferences</li>\r\n<li>Integration of all modules in one application</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 02:28:34', '2018-07-21 00:28:34', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 0, 'revision', '', 0),
(1366, 4, '2018-07-21 02:28:34', '2018-07-21 00:28:34', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_25594\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Payed time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_16343\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_75867\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It´s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_22343\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1356\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_87298\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1358\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_44350\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological tools management such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company location and transactions’ needs<br />\r\nRules for appearance.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_93422\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1360\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_77072\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1361\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_85863\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a separate business unit.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_86943\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define your language and adapt it to your preferences</li>\r\n<li>Integration of all modules in one application</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 02:28:34', '2018-07-21 00:28:34', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 0, 'revision', '', 0),
(1367, 4, '2018-07-21 02:44:18', '2018-07-21 00:44:18', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_42703\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Payed time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_87961\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_19213\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It´s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_53080\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1356\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_83501\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1358\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_31027\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological tools management such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company location and transactions’ needs<br />\r\nRules for appearance.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_31332\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1360\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_52651\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1361\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_55618\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a separate business unit.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_69430\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define your language and adapt it to your preferences</li>\r\n<li>Integration of all modules in one application</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 02:44:18', '2018-07-21 00:44:18', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 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
(1368, 4, '2018-07-21 02:44:18', '2018-07-21 00:44:18', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_27741\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have a better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Payed time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_62144\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications and bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_77325\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole sales conversion process in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work.</p>\r\n<p>For sales executives: management of action plans for controlling of a quality rich client service, assignment and fulfillment of activities in your personalized activity board.</p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will let you develop better targeted marketing campaigns, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It´s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from one integrated interface, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_21842\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1356\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on control of the supply chain of your products, for new and pre-owned vehicles, while giving support to Trade-In.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Creation of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for IOS or Android devices for manipulation of vehicles on news or pre-owned level.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_80159\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automatization of different processes such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as CRM, Vehicles and Services.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1358\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_93802\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Build-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological tools management such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company location and transactions’ needs<br />\r\nRules for appearance.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_94066\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from one integrated platform to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1360\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_34677\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1361\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of reports and documents, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_87969\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a separate business unit.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_49806\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define your language and adapt it to your preferences</li>\r\n<li>Integration of all modules in one application</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-21 02:44:18', '2018-07-21 00:44:18', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/21/989-revision-v1/', 0, 'revision', '', 0),
(1370, 4, '2018-07-21 17:49:37', '2018-07-21 15:49:37', '{\n    \"codevz_theme_options[footer_2_right]\": {\n        \"value\": [\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_right\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"Contact Us\",\n                \"it_link\": \"http://ensabs.eu/idams/index.php/contact/\",\n                \"sk_it\": \"font-size:13px;color:rgba(255,255,255,0.65);\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"20px\",\n                    \"right\": \"\",\n                    \"bottom\": \"20px\",\n                    \"left\": \"\"\n                }\n            },\n            {\n                \"element\": \"line\",\n                \"element_id\": \"footer_2_right\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"\",\n                \"it_link\": \"\",\n                \"sk_it\": \"\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_2\",\n                \"sk_line\": \"background-color:rgba(255,255,255,0.2);\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"22px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            },\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_right\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"Privacy Policy\",\n                \"it_link\": \"http://ensabs.eu/idams/index.php/privacy-policy/\",\n                \"sk_it\": \"font-size:13px;color:rgba(255,255,255,0.65);\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"20px\",\n                    \"right\": \"\",\n                    \"bottom\": \"20px\",\n                    \"left\": \"\"\n                }\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-07-21 15:49:37\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1db759e9-3418-4986-b205-aacff883dae4', '', '', '2018-07-21 17:49:37', '2018-07-21 15:49:37', '', 0, 'http://ensabs.eu/idams/index.php/2018/07/21/1db759e9-3418-4986-b205-aacff883dae4/', 0, 'customize_changeset', '', 0),
(1371, 4, '2018-07-23 19:13:12', '2018-07-23 17:13:12', '', 'vehicles1', '', 'inherit', 'closed', 'closed', '', 'vehicles1', '', '', '2018-07-23 19:13:12', '2018-07-23 17:13:12', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/vehicles1.png', 0, 'attachment', 'image/png', 0),
(1372, 4, '2018-07-23 19:14:04', '2018-07-23 17:14:04', '', 'workflow1', '', 'inherit', 'closed', 'closed', '', 'workflow1-2', '', '', '2018-07-23 19:14:04', '2018-07-23 17:14:04', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/workflow1.png', 0, 'attachment', 'image/png', 0),
(1373, 4, '2018-07-23 19:14:35', '2018-07-23 17:14:35', '', 'accounting1', '', 'inherit', 'closed', 'closed', '', 'accounting1', '', '', '2018-07-23 19:14:35', '2018-07-23 17:14:35', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/accounting1.png', 0, 'attachment', 'image/png', 0),
(1374, 4, '2018-07-23 19:15:22', '2018-07-23 17:15:22', '', 'built_in1', '', 'inherit', 'closed', 'closed', '', 'built_in1', '', '', '2018-07-23 19:15:22', '2018-07-23 17:15:22', '', 4, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/built_in1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1375, 4, '2018-07-23 19:15:39', '2018-07-23 17:15:39', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_93403\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_53342\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_90037\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_43510\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_33052\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_62839\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_34022\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_68495\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24345\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55809\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_46936\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_89753\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_69692\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_70377\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43510\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_99106\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_44758\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_75593\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80701\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_41165\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_72827\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_81039\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81597\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_25579\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_37893\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_28612\"][cz_title css_animation=\"fadeInUp\" id=\"cz_12629\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67849\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_99647\"][cz_title css_animation=\"fadeInUp\" id=\"cz_13198\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_31086\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93051\"][cz_title css_animation=\"fadeInUp\" id=\"cz_55430\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_21124\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_36561\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_77372\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_72852\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_59472\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_45868\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86087\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_15282\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81694\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_75840\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_73864\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_52071\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19351\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_72970\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_85718\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_83833\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_53671\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26884\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_56661\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_34711\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_97370\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_71130\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_61494\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25983\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_72648\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29344\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_25630\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_74736\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_49319\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_18681\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_30166\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_59333\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44132\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_96428\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32185\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_92494\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42297\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_18272\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_96666\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_23991\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_83002\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70530\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_64951\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91243\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_43500\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_50669\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_75076\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86061\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66443\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_31738\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_20773\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_63813\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_91758\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71156\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_78685\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_64406\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_89389\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_93205\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_39143\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_38709\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11887\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_58199\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_86931\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_44909\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_54627\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_19117\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37403\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85813\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_26279\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34070\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_98693\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_98171\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_93489\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_63645\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_89414\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36990\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_14315\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_64491\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_23052\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69647\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85118\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_32714\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_33460\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76876\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_92760\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_12146\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_41283\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82150\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94240\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69315\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_20860\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_95016\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_27514\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96681\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39925\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_71031\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_15798\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_66218\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_56845\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_30967\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_89177\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_55538\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29138\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82667\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_19184\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_18552\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_19657\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_22388\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_71932\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_31598\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-23 19:15:39', '2018-07-23 17:15:39', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/23/4-revision-v1/', 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
(1376, 4, '2018-07-23 19:15:39', '2018-07-23 17:15:39', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_80924\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_57051\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fwww.ensabs.esy.es|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_53202\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_14385\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_33928\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_45963\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_15420\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_64100\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_28113\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_98549\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33416\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]</p>\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_37862\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]</p>\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_93566\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_49820\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_34544\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33492\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_20851\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_39231\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]</p>\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_88599\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]</p>\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_66585\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_59087\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_77777\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_22124\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_77115\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60444\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_30197\"][cz_title css_animation=\"fadeInUp\" id=\"cz_84556\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_68991\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_41474\"][cz_title css_animation=\"fadeInUp\" id=\"cz_56489\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n<p>[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89479\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_22398\"][cz_title css_animation=\"fadeInUp\" id=\"cz_13540\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n<p>[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_42682\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_25673\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_36357\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"80px\" id=\"cz_77534\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29982\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_89346\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_94536\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_28532\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_22763\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_32399\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22099\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_61472\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_55833\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_44480\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71212\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_83953\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_33080\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_37798\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_43041\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_99746\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_48811\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_20157\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_60191\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67897\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_93602\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29182\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_98261\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_50091\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]</p>\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n<p>[/cz_title][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n<p>[/vc_column_text][cz_gap height=\"30px\" id=\"cz_18661\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_20660\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_52521\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n<p>[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_50232\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35222\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_77767\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_27767\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_54094\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67114\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_22304\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_71515\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78766\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_43593\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_82503\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_40239\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_88315\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_26984\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_11451\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_72269\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_48953\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38138\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15311\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_48699\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_75839\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24357\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97780\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43737\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17959\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_26962\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_41998\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_56940\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_34513\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51547\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98350\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73635\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_75659\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_76117\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_90292\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29753\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43232\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_12596\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90157\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_21998\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_45078\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_72661\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_51126\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_33393\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88534\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span></p>\r\n<ul>\r\n<li>E-mails to clients</li>\r\n<li>E-mails alerts on hierarchical organization</li>\r\n<li>Change of status</li>\r\n<li>Log records</li>\r\n</ul>\r\n<p><span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_51467\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_94551\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_37487\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78495\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_98751\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75076\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_54334\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_23108\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_72857\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_86961\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_29957\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_88708\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28959\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75787\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_23222\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_69396\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_74137\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85747\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45055\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50255\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_76039\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_63697\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_82376\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_77524\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_53855\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93264\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_22603\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26516\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]</p>\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n<p>[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.<br />\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.<br />\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.<br />\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_44391\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_44885\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_15051\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_84748\"]</p>\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n<p>[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_39437\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_41428\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-23 19:15:39', '2018-07-23 17:15:39', '', 4, 'http://ensabs.eu/idams/index.php/2018/07/23/4-revision-v1/', 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
(1377, 3, '2018-07-23 19:16:12', '2018-07-23 17:16:12', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_89232\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Paid time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians\' productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving any task unattended.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_19676\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine your required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications, bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_78798\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole <strong>sales conversion process</strong> in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work and performance.</p>\r\nFor sales executives: Management of action plans for control of quality standards in your client service, assignment and fulfillment of activities in <strong>your personalized activity board.</strong>\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Create market segmentations that will make it possible for you to develop better <strong>targeted marketing campaigns</strong>, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\nIt\'s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from <strong>one integrated interface</strong>, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement of central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_16783\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1356\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on <strong>control of the supply chain</strong> of your products, for new and pre-owned vehicles, while giving support to trade-in activities.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nHandling of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for <strong>IOS or Android</strong> devices for manipulation of vehicles on news or pre-owned level.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_55421\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automation of different <strong>processes</strong> such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as<strong> CRM, Vehicles and Services</strong>.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1358\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_14041\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Built-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological <strong>tools management</strong> such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company <strong>location and transactions’ needs</strong>\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_28730\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from <strong>one integrated platform</strong> to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1360\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_79575\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1361\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of <strong>reports and documents</strong>, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_86785\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a <strong>separate business unit</strong>.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_15218\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define<strong> your language</strong> and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in <strong>one application</strong></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-23 19:16:12', '2018-07-23 17:16:12', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/23/989-revision-v1/', 0, 'revision', '', 0),
(1378, 3, '2018-07-23 19:16:13', '2018-07-23 17:16:13', '[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_57540\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have better control of everything that’s happening in your department.\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n\r\n<ul>\r\n 	<li>Assistance</li>\r\n 	<li>Paid time</li>\r\n 	<li>Invoiced hours</li>\r\n 	<li>Technicians\' productivity and efficiency</li>\r\n</ul>\r\n<!--more-->\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving any task unattended.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1292\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_77297\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine your required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications, bar code reader and QR.</p>\r\nInform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.\r\n\r\nMaintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_45455\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole <strong>sales conversion process</strong> in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work and performance.</p>\r\nFor sales executives: Management of action plans for control of quality standards in your client service, assignment and fulfillment of activities in <strong>your personalized activity board.</strong>\r\n\r\nGuarantee an effective and planned to detail experience along with your sales reps.\r\n<ul>\r\n 	<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]\r\n<p style=\"text-align: justify;\">Create market segmentations that will make it possible for you to develop better <strong>targeted marketing campaigns</strong>, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\nIt\'s not rocket science.\r\n<ul>\r\n 	<li>Send and manage, from <strong>one integrated interface</strong>, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\nManagement of central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_56453\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1356\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.\r\nHandling of logistics and distribution of all your vehicles, focusing on <strong>control of the supply chain</strong> of your products, for new and pre-owned vehicles, while giving support to trade-in activities.</p>\r\nOrganization of vehicles according to dealer’s needs, brands, models, editions and much more.\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.\r\n\r\nHandling of test drives for clients, potential clients or internal use of company.\r\n\r\nMobile application usage for <strong>IOS or Android</strong> devices for manipulation of vehicles on news or pre-owned level.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_44141\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automation of different <strong>processes</strong> such as:\r\n<ul>\r\n 	<li>E-mails to leads, prospects and clients.</li>\r\n 	<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n 	<li>Change of status in different modules such as<strong> CRM, Vehicles and Services</strong>.</li>\r\n 	<li>Log records.</li>\r\n 	<li>High level language.</li>\r\n 	<li>Access to system business objects.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1358\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_72250\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Built-In Dashboard designer for the creation of own and adapted centralized panel such as:\r\n<ul>\r\n 	<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\nTechnological <strong>tools management</strong> such as:\r\n<ul>\r\n 	<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\nCurrency management according to company <strong>location and transactions’ needs</strong>\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_53497\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from <strong>one integrated platform</strong> to the other modules of your DMS.\r\n<ul>\r\n 	<li>Chart of accounts and journals of your daily transactions</li>\r\n 	<li>Cash accounts</li>\r\n 	<li>Bank accounts</li>\r\n 	<li>Credit card management</li>\r\n 	<li>Receivables and payables</li>\r\n 	<li>Vouchers</li>\r\n 	<li>Budgets definition and control</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1360\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_39932\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1361\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Maintenance and creation of <strong>reports and documents</strong>, such as invoices and orders.</li>\r\n 	<li>WYSIWYG Designer</li>\r\n 	<li>Export and import of required XML files</li>\r\n 	<li>Direct access to Metadata</li>\r\n 	<li>Multiple bands available</li>\r\n 	<li>Sub-reports\r\nValidation and appearance rules</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_98129\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>For dealership markets, installed as a <strong>separate business unit</strong>.</li>\r\n 	<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n 	<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_24454\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<ul>\r\n 	<li>Customization of layouts</li>\r\n 	<li>Changes of themes</li>\r\n 	<li>Define<strong> your language</strong> and adapt it to your preferences</li>\r\n 	<li>Integration of all modules in <strong>one application</strong></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-23 19:16:13', '2018-07-23 17:16:13', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/23/989-revision-v1/', 0, 'revision', '', 0),
(1379, 4, '2018-07-23 19:21:56', '2018-07-23 17:21:56', '', 'workshop1', '', 'inherit', 'closed', 'closed', '', 'workshop1', '', '', '2018-07-23 19:21:56', '2018-07-23 17:21:56', '', 989, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/workshop1.png', 0, 'attachment', 'image/png', 0),
(1380, 4, '2018-07-23 19:23:37', '2018-07-23 17:23:37', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_39307\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Paid time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians\' productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving any task unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1379\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_14742\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine your required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications, bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_40702\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole <strong>sales conversion process</strong> in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work and performance.</p>\r\n<p>For sales executives: Management of action plans for control of quality standards in your client service, assignment and fulfillment of activities in <strong>your personalized activity board.</strong></p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will make it possible for you to develop better <strong>targeted marketing campaigns</strong>, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It\'s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from <strong>one integrated interface</strong>, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management of central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_25404\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1371\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on <strong>control of the supply chain</strong> of your products, for new and pre-owned vehicles, while giving support to trade-in activities.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Handling of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for <strong>IOS or Android</strong> devices for manipulation of vehicles on news or pre-owned level.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_90341\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automation of different <strong>processes</strong> such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as<strong> CRM, Vehicles and Services</strong>.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1372\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_30784\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Built-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological <strong>tools management</strong> such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company <strong>location and transactions’ needs</strong><br />\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_54490\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from <strong>one integrated platform</strong> to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1373\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_60445\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1374\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of <strong>reports and documents</strong>, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_64036\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a <strong>separate business unit</strong>.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_13467\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define<strong> your language</strong> and adapt it to your preferences</li>\r\n<li>Integration of all modules in <strong>one application</strong></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-23 19:23:37', '2018-07-23 17:23:37', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/23/989-revision-v1/', 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
(1381, 4, '2018-07-23 19:23:37', '2018-07-23 17:23:37', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_19235\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Paid time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians\' productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving any task unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1379\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_51616\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine your required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications, bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_86453\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole <strong>sales conversion process</strong> in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work and performance.</p>\r\n<p>For sales executives: Management of action plans for control of quality standards in your client service, assignment and fulfillment of activities in <strong>your personalized activity board.</strong></p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will make it possible for you to develop better <strong>targeted marketing campaigns</strong>, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It\'s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from <strong>one integrated interface</strong>, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management of central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_97096\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1371\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on <strong>control of the supply chain</strong> of your products, for new and pre-owned vehicles, while giving support to trade-in activities.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Handling of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for <strong>IOS or Android</strong> devices for manipulation of vehicles on news or pre-owned level.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_48528\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automation of different <strong>processes</strong> such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as<strong> CRM, Vehicles and Services</strong>.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1372\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_20908\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Built-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological <strong>tools management</strong> such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company <strong>location and transactions’ needs</strong><br />\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_49996\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from <strong>one integrated platform</strong> to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1373\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_20761\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1374\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of <strong>reports and documents</strong>, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_31043\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a <strong>separate business unit</strong>.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_55469\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1296\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define<strong> your language</strong> and adapt it to your preferences</li>\r\n<li>Integration of all modules in <strong>one application</strong></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-23 19:23:37', '2018-07-23 17:23:37', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/23/989-revision-v1/', 0, 'revision', '', 0),
(1382, 4, '2018-07-23 19:25:26', '2018-07-23 17:25:26', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_25414\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Paid time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians\' productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving any task unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1379\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_51972\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine your required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications, bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_73083\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole <strong>sales conversion process</strong> in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work and performance.</p>\r\n<p>For sales executives: Management of action plans for control of quality standards in your client service, assignment and fulfillment of activities in <strong>your personalized activity board.</strong></p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will make it possible for you to develop better <strong>targeted marketing campaigns</strong>, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It\'s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from <strong>one integrated interface</strong>, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management of central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_72082\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1371\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on <strong>control of the supply chain</strong> of your products, for new and pre-owned vehicles, while giving support to trade-in activities.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Handling of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for <strong>IOS or Android</strong> devices for manipulation of vehicles on news or pre-owned level.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_25823\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automation of different <strong>processes</strong> such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as<strong> CRM, Vehicles and Services</strong>.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1372\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_37746\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Built-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological <strong>tools management</strong> such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company <strong>location and transactions’ needs</strong><br />\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_93633\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from <strong>one integrated platform</strong> to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1373\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_46010\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1374\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of <strong>reports and documents</strong>, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_18991\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a <strong>separate business unit</strong>.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_61753\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define<strong> your language</strong> and adapt it to your preferences</li>\r\n<li>Integration of all modules in <strong>one application</strong></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-23 19:25:26', '2018-07-23 17:25:26', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/23/989-revision-v1/', 0, 'revision', '', 0),
(1383, 4, '2018-07-23 19:25:26', '2018-07-23 17:25:26', '<p>[vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_32594\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workshopandlabor\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKSHOP</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">From a centralized dashboard <strong>especially created for your workshop</strong>, you have better control of everything that’s happening in your department.<br />\r\nIt helps you to determine with <strong>effectiveness</strong> where your strength and weaknesses lie, in order to measure the real performance of your workshop:</p>\r\n<ul>\r\n<li>Assistance</li>\r\n<li>Paid time</li>\r\n<li>Invoiced hours</li>\r\n<li>Technicians\' productivity and efficiency</li>\r\n</ul>\r\n<p><!--more--></p>\r\n<p style=\"text-align: justify;\">Evaluate the efficiency of your mechanics, groups of interest, departments and the workshop through the import of data in standard time and labor, from any manufacturer and franchisor.<br />\r\nThrough artificial intelligence and automatized processes, the system will let you maintain and surpass the satisfaction levels of your clients in critical situations such as complaints, while not leaving any task unattended.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1379\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Completely integrated to all modules of your DMS, such as Sales and CRM, with the purpose of maintaining your products’ life cycles under control, even through the reconquest phase.<br />\r\nTools with latest market technology permits the users to watch over different activities in real time between your company and clients, guaranteeing a service of excellence.</p>\r\n<p>[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row el_class=\"container-fluid\" css=\".vc_custom_1532129094826{background-color: #eeeeee !important;}\"][vc_column css=\".vc_custom_1532128522776{background-color: #eeeeee !important;}\"][cz_title title_pos=\"cz_title_pos_right\" css_animation=\"fadeInUp\" id=\"cz_24093\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">PARTS MANAGEMENT-PURCHASES-SALES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1357\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Management of parts purchases<strong> according to providers, countries of origin.</strong> Organization by catalogs or local currency [or currency of preference].</p>\r\n<p style=\"text-align: justify;\">Through the application of complex inventory management models, id@ms lets you determine your required purchases based on your statistics to supply the calculated demand, which makes inventory control an easy task.<br />\r\n<!--more--></p>\r\n<p style=\"text-align: justify;\">Reception, relocation and handling of inventory not just through your DMS, but with mobile applications, bar code reader and QR.</p>\r\n<p>Inform clients and service advisors through our automatized administrator about receptions of special order or rush orders, avoiding the sales or wrong assignations of parts.</p>\r\n<p>Maintain control over lost sales, supersessions, kits, parts and packages.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" css_animation=\"fadeInUp\" id=\"cz_28221\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_crm\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CRM</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Tracing of leads from their first stages through the whole <strong>sales conversion process</strong> in one centralized Dashboard: Funnel, statistics, KPIs measurement, tendencies analysis and more, to guarantee the achievement of targets and control over your team’s work and performance.</p>\r\n<p>For sales executives: Management of action plans for control of quality standards in your client service, assignment and fulfillment of activities in <strong>your personalized activity board.</strong></p>\r\n<p>Guarantee an effective and planned to detail experience along with your sales reps.</p>\r\n<ul>\r\n<li>Handle your test drives in one interactive screen, as well as your vehicles and models.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"50px\"][vc_single_image image=\"1294\" img_size=\"large\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_column_text css_animation=\"fadeInUp\"]</p>\r\n<p style=\"text-align: justify;\">Create market segmentations that will make it possible for you to develop better <strong>targeted marketing campaigns</strong>, letting you achieve marketing and organizational goals by managing your clients according to their real necessities.</p>\r\n<p>It\'s not rocket science.</p>\r\n<ul>\r\n<li>Send and manage, from <strong>one integrated interface</strong>, subscriptions, news, surveys, and magazines to the market segments of interest.</li>\r\n</ul>\r\n<p>Management of central section for complaints that allow attention and focus to petitions and improvements of customer service, as well as the creation of reports for control damage and prevention.[/vc_column_text][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129047748{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_40576\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_vehicles\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">VEHICLES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"20px\"][vc_single_image image=\"1371\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Management of import processes, whole sale and retail sale, in different levels.<br />\r\nHandling of logistics and distribution of all your vehicles, focusing on <strong>control of the supply chain</strong> of your products, for new and pre-owned vehicles, while giving support to trade-in activities.</p>\r\n<p>Organization of vehicles according to dealer’s needs, brands, models, editions and much more.<br />\r\nDirection of industrial equipment classification, components purchase processes, assembly, control and production of new units.</p>\r\n<p>Handling of test drives for clients, potential clients or internal use of company.</p>\r\n<p>Mobile application usage for <strong>IOS or Android</strong> devices for manipulation of vehicles on news or pre-owned level.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_70419\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_workflow\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">WORKFLOW</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Automation of different <strong>processes</strong> such as:</p>\r\n<ul>\r\n<li>E-mails to leads, prospects and clients.</li>\r\n<li>E-mail alerts on hierarchical organization adapted to company’s structure.</li>\r\n<li>Change of status in different modules such as<strong> CRM, Vehicles and Services</strong>.</li>\r\n<li>Log records.</li>\r\n<li>High level language.</li>\r\n<li>Access to system business objects.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1372\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129062586{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_41593\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_business\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUSINESS INTELLIGENCE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"30px\"][vc_single_image image=\"1359\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Built-In Dashboard designer for the creation of own and adapted centralized panel such as:</p>\r\n<ul>\r\n<li>Pivot, grid, chart, scatter, pies, gauges, cards, tree map, choropleth maps, geo point</li>\r\n</ul>\r\n<p>Technological <strong>tools management</strong> such as:</p>\r\n<ul>\r\n<li>Filters, parameters, timeline, sparkline, cell percentage/progress</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Multiple sources from different databases, tables, views, store procedures and system objects.</p>\r\n<p>Currency management according to company <strong>location and transactions’ needs</strong><br />\r\nRules for appearance.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_57412\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_accounting\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">ACCOUNTING</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Manage all the accounting related activities of your enterprise from <strong>one integrated platform</strong> to the other modules of your DMS.</p>\r\n<ul>\r\n<li>Chart of accounts and journals of your daily transactions</li>\r\n<li>Cash accounts</li>\r\n<li>Bank accounts</li>\r\n<li>Credit card management</li>\r\n<li>Receivables and payables</li>\r\n<li>Vouchers</li>\r\n<li>Budgets definition and control</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1373\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129134588{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_35019\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_bir\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">BUILD-IN REPORTING SERVER</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1374\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Maintenance and creation of <strong>reports and documents</strong>, such as invoices and orders.</li>\r\n<li>WYSIWYG Designer</li>\r\n<li>Export and import of required XML files</li>\r\n<li>Direct access to Metadata</li>\r\n<li>Multiple bands available</li>\r\n<li>Sub-reports<br />\r\nValidation and appearance rules</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][cz_title title_pos=\"cz_title_pos_left\" id=\"cz_90915\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_cdw\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">CENTRALIZED DATA WAREHOUSE</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>For dealership markets, installed as a <strong>separate business unit</strong>.</li>\r\n<li>We offer a centralized database in which we collect all the data that will be shared by each dealership.</li>\r\n<li>These databases tend to be use for NSC markets or huge importers, in order to produce reports and compare dealership performances.</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532129124765{background-color: #eeeeee !important;}\"][vc_column][cz_title title_pos=\"cz_title_pos_right\" id=\"cz_67398\" sk_lines=\"background-color:#38e7ff;width:20px;height:20px;top:-40px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<p id=\"modules_sg\" style=\"text-align: left;\"><span style=\"color: #38e7ff; font-size: 2em;\">SYSTEM GENERALITIES</span></p>\r\n<p>[/cz_title][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1303\" img_size=\"large\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<ul>\r\n<li>Customization of layouts</li>\r\n<li>Changes of themes</li>\r\n<li>Define<strong> your language</strong> and adapt it to your preferences</li>\r\n<li>Integration of all modules in <strong>one application</strong></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row]</p>\r\n', 'Modules', '', 'inherit', 'closed', 'closed', '', '989-revision-v1', '', '', '2018-07-23 19:25:26', '2018-07-23 17:25:26', '', 989, 'http://ensabs.eu/idams/index.php/2018/07/23/989-revision-v1/', 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
(1384, 4, '2018-07-23 19:29:11', '2018-07-23 17:29:11', '[vc_row][vc_column][vc_column_text]<span style=\"font-size: 20px;\"><strong>PRIVACY POLICIES</strong></span>\r\n\r\n<span style=\"font-size: 16px;\"><strong>ENSABS S.L.</strong></span>\r\n\r\n<span style=\"font-weight: 400;\">Enterprise Solutions for Automotive Business S.L.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Camino Nuevo de Picanya 31, Esc. Izq. 2-4</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">46014, Valencia, Spain</span>\r\n\r\n<span style=\"font-weight: 400;\">+34 961 475 334</span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"font-weight: 400;\">The presented website is designed in order to be used without the necessity of having to add the user’s personal information. But, there are certain rules that can be applied to specific services our website uses, and these services will be detailed below. </span>\r\n\r\n<span style=\"font-weight: 400;\">The information that we collect from our users are of the type that are classified as personal, since it can be associated to a physical person, such as name, telephone number, e-mail address, address, social media profiles and more according to the dispositions of the statutes of data protection in the European Union. </span>\r\n\r\n<span style=\"font-weight: 400;\">The legal frame for the protection of data aligns to the General Data Protection Regulation (GDPR) established by the European Union in May of 2018.</span>\r\n\r\n<span style=\"font-weight: 400;\">The following sections will explain in detail the way, reach, and purpose of collecting and making use of the information that is classified as the personal type of the users that visit this website. </span>\r\n\r\n<span style=\"font-weight: 400;\">Note: Keep in mind that whatever transfer of data through the internet is not excluded from a certain level of security risk, therefore, it is not possible to guarantee an absolute protection against third parties getting access to the registered information.</span>\r\n\r\n<b>Contact through direct messaging or application form:</b>\r\n\r\n<span style=\"font-weight: 400;\">From our website there is the option to directly contact us through e-mail (writing the e-mail directly from our site), our filling out a web application form of contact. In both cases the personal information provided by the user will be saved in our database with the purpose of responding to the users’ requirements and establish a more direct and personal contact way. </span>\r\n\r\n<b>News and blog</b>\r\n\r\n<span style=\"font-weight: 400;\">From our website on, users can also subscribe themselves to content such as our blog and news, which we will publish and send periodically through e-mail addresses provided by the users to inform them about our products, happenings in the industry, issues of their interest, etc. This e-mail address must be valid and will be stored in our data base, which can match with already provided information, would it be the case that the users have contacted us in previous ways on our website.</span>\r\n\r\n<span style=\"font-weight: 400;\">You can also cancel subscriptions to our blog at any moment if wished for, for this, you will find more details in the e-mail you will get once the subscriptions to our blog of news takes place, as well as every e-mail of this type that we will send you periodically. </span>\r\n\r\n<span style=\"font-weight: 400;\">It is very important to comment that we do not sell or give e-mail addresses of our subscribers to third parties. </span>\r\n\r\n<b>Use of cookies</b>\r\n\r\n<span style=\"font-weight: 400;\">Our website is designed to make use of cookies with the purpose of improvements of it and other services that we offer; this works through the recognition of use and recurrent visits of same users to our site. Generally, these cookies are also called session cookies, which will be eliminated once the user closes the web page. </span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">These cookies also transmit information used with the purpose of being able to recognize the user automatically and optimize their access to the website. This works through the IP direction that the cookies save. </span>\r\n\r\n<span style=\"font-weight: 400;\">Please, keep in mind that you as an user can restrict the use of the cookies on our website from their browser’s software configurations, but at the same time, this action would as well restrict the use of some functionalities on our website.</span>\r\n\r\n<b>\r\n</b><b>Server Data  </b>\r\n\r\n<span style=\"font-weight: 400;\">Your internet browser collects information that we will now list below and transmits it to us or our internet provider. This data is also known as register files of the server:</span>\r\n<ul>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">OS</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Type and version of the browser</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Reference URL</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Date and time of the visit to our website</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">IP direction</span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">This information is stored and used with the purpose of making continuous improvements to our webpage for our users’ comfort. Keep in mind that anonymous data is saved in a separate way of any information that is classified as person that has been provided to us, therefore, it is impossible to connect this data to a specific person.</span>\r\n\r\n&nbsp;\r\n\r\n<b>Facebook Components</b>\r\n\r\n<span style=\"font-weight: 400;\">Our website makes use of some Facebook components. This happens when you access our website through Facebook. Our page will receive a request to for access, that has one of these components. Facebook will ask your internet browser for the download of an image of this component. This action permits Facebook to know exactly what page of our site you’re navigating. </span>\r\n\r\n<span style=\"font-weight: 400;\">It is important to mention that we don’t have any control over the data that Facebook recollects in the specified process. For more information, please visit the privacy policies of Facebook.</span>\r\n\r\n<span style=\"font-weight: 400;\">For changing the configurations of your account’s privacy, please go to settings in your account’s privacy options on Facebook.</span>\r\n\r\n<b>Twitter Components</b>\r\n\r\n<span style=\"font-weight: 400;\">Our web page makes use of some components under recommendation of Twitter. This happens when you access our website through Twitter. Our page will receive a request for this access, that includes this component from Twitter, which will ask your internet browser to download an image of the component. This action permits Twitter to know exactly what pages of our website you’re navigating.</span>\r\n\r\n<span style=\"font-weight: 400;\">It is important to mention that we don’t have any control over the data that Twitter collects in the specified process. For more information, review the privacy policies of Twitter. </span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"font-weight: 400;\">For changing the configurations of your account’s privacy, please go to settings in your account’s privacy options on Twitter. </span>\r\n\r\n<b>Information/ Correction / Elimination</b>\r\n\r\n<span style=\"font-weight: 400;\">Based on GDPR of the European Union, you are free to communicate with us, without any monetary cost, if there are any questions or doubts about the collection of data, processing of data, the use of your personal information or if you wish to correct wrong data, or delete certain information from our data base.</span>\r\n\r\n<span style=\"font-weight: 400;\">You are entitled to ask for your incorrect data to be corrected or deleted, as long as this request is not excluded by any legal obligation of retaining this information. </span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row]', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2018-07-23 19:29:11', '2018-07-23 17:29:11', '', 3, 'http://ensabs.eu/idams/index.php/2018/07/23/3-revision-v1/', 0, 'revision', '', 0),
(1385, 4, '2018-07-23 19:29:22', '2018-07-23 17:29:22', '[vc_row][vc_column][vc_column_text]<span style=\"font-size: 20px;\"><strong>PRIVACY POLICIES</strong></span>\r\n\r\n<span style=\"font-size: 16px;\"><strong>ENSABS S.L.</strong></span>\r\n\r\n<span style=\"font-weight: 400;\">Enterprise Solutions for Automotive Business S.L.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Camino Nuevo de Picanya 31, Esc. Izq. 2-4</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">46014, Valencia, Spain</span>\r\n\r\n<span style=\"font-weight: 400;\">+34 961 475 334</span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"font-weight: 400;\">The presented website is designed in order to be used without the necessity of having to add the user’s personal information. But, there are certain rules that can be applied to specific services our website uses, and these services will be detailed below. </span>\r\n\r\n<span style=\"font-weight: 400;\">The information that we collect from our users are of the type that are classified as personal, since it can be associated to a physical person, such as name, telephone number, e-mail address, address, social media profiles and more according to the dispositions of the statutes of data protection in the European Union. </span>\r\n\r\n<span style=\"font-weight: 400;\">The legal frame for the protection of data aligns to the General Data Protection Regulation (GDPR) established by the European Union in May of 2018.</span>\r\n\r\n<span style=\"font-weight: 400;\">The following sections will explain in detail the way, reach, and purpose of collecting and making use of the information that is classified as the personal type of the users that visit this website. </span>\r\n\r\n<span style=\"font-weight: 400;\">Note: Keep in mind that whatever transfer of data through the internet is not excluded from a certain level of security risk, therefore, it is not possible to guarantee an absolute protection against third parties getting access to the registered information.</span>\r\n\r\n<b>Contact through direct messaging or application form:</b>\r\n\r\n<span style=\"font-weight: 400;\">From our website there is the option to directly contact us through e-mail (writing the e-mail directly from our site), our filling out a web application form of contact. In both cases the personal information provided by the user will be saved in our database with the purpose of responding to the users’ requirements and establish a more direct and personal contact way. </span>\r\n\r\n<b>News and blog</b>\r\n\r\n<span style=\"font-weight: 400;\">From our website on, users can also subscribe themselves to content such as our blog and news, which we will publish and send periodically through e-mail addresses provided by the users to inform them about our products, happenings in the industry, issues of their interest, etc. This e-mail address must be valid and will be stored in our data base, which can match with already provided information, would it be the case that the users have contacted us in previous ways on our website.</span>\r\n\r\n<span style=\"font-weight: 400;\">You can also cancel subscriptions to our blog at any moment if wished for, for this, you will find more details in the e-mail you will get once the subscriptions to our blog of news takes place, as well as every e-mail of this type that we will send you periodically. </span>\r\n\r\n<span style=\"font-weight: 400;\">It is very important to comment that we do not sell or give e-mail addresses of our subscribers to third parties. </span>\r\n\r\n<b>Use of cookies</b>\r\n\r\n<span style=\"font-weight: 400;\">Our website is designed to make use of cookies with the purpose of improvements of it and other services that we offer; this works through the recognition of use and recurrent visits of same users to our site. Generally, these cookies are also called session cookies, which will be eliminated once the user closes the web page. </span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">These cookies also transmit information used with the purpose of being able to recognize the user automatically and optimize their access to the website. This works through the IP direction that the cookies save. </span>\r\n\r\n<span style=\"font-weight: 400;\">Please, keep in mind that you as an user can restrict the use of the cookies on our website from their browser’s software configurations, but at the same time, this action would as well restrict the use of some functionalities on our website.</span>\r\n\r\n<b>\r\n</b><b>Server Data  </b>\r\n\r\n<span style=\"font-weight: 400;\">Your internet browser collects information that we will now list below and transmits it to us or our internet provider. This data is also known as register files of the server:</span>\r\n<ul>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">OS</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Type and version of the browser</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Reference URL</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Date and time of the visit to our website</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">IP direction</span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">This information is stored and used with the purpose of making continuous improvements to our webpage for our users’ comfort. Keep in mind that anonymous data is saved in a separate way of any information that is classified as person that has been provided to us, therefore, it is impossible to connect this data to a specific person.</span>\r\n\r\n&nbsp;\r\n\r\n<b>Facebook Components</b>\r\n\r\n<span style=\"font-weight: 400;\">Our website makes use of some Facebook components. This happens when you access our website through Facebook. Our page will receive a request to for access, that has one of these components. Facebook will ask your internet browser for the download of an image of this component. This action permits Facebook to know exactly what page of our site you’re navigating. </span>\r\n\r\n<span style=\"font-weight: 400;\">It is important to mention that we don’t have any control over the data that Facebook recollects in the specified process. For more information, please visit the privacy policies of Facebook.</span>\r\n\r\n<span style=\"font-weight: 400;\">For changing the configurations of your account’s privacy, please go to settings in your account’s privacy options on Facebook.</span>\r\n\r\n<b>Twitter Components</b>\r\n\r\n<span style=\"font-weight: 400;\">Our web page makes use of some components under recommendation of Twitter. This happens when you access our website through Twitter. Our page will receive a request for this access, that includes this component from Twitter, which will ask your internet browser to download an image of the component. This action permits Twitter to know exactly what pages of our website you’re navigating.</span>\r\n\r\n<span style=\"font-weight: 400;\">It is important to mention that we don’t have any control over the data that Twitter collects in the specified process. For more information, review the privacy policies of Twitter. </span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"font-weight: 400;\">For changing the configurations of your account’s privacy, please go to settings in your account’s privacy options on Twitter. </span>\r\n\r\n<b>Information/ Correction / Elimination</b>\r\n\r\n<span style=\"font-weight: 400;\">Based on GDPR of the European Union, you are free to communicate with us, without any monetary cost, if there are any questions or doubts about the collection of data, processing of data, the use of your personal information or if you wish to correct wrong data, or delete certain information from our data base.</span>\r\n\r\n<span style=\"font-weight: 400;\">You are entitled to ask for your incorrect data to be corrected or deleted, as long as this request is not excluded by any legal obligation of retaining this information. </span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row]', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-autosave-v1', '', '', '2018-07-23 19:29:22', '2018-07-23 17:29:22', '', 3, 'http://ensabs.eu/idams/index.php/2018/07/23/3-autosave-v1/', 0, 'revision', '', 0),
(1386, 4, '2018-07-23 19:35:00', '2018-07-23 17:35:00', '[vc_row][vc_column][vc_column_text]<span style=\"font-size: 24px;\"><strong>PRIVACY POLICIES</strong></span>\r\n<span style=\"font-size: 16px;\"><strong>ENSABS S.L.</strong></span>\r\n\r\n<span style=\"font-weight: 400;\">Enterprise Solutions for Automotive Business S.L.</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">Camino Nuevo de Picanya 31, Esc. Izq. 2-4</span><span style=\"font-weight: 400;\">\r\n</span><span style=\"font-weight: 400;\">46014, Valencia, Spain</span>\r\n\r\n<span style=\"font-weight: 400;\">+34 961 475 334</span>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The presented website is designed in order to be used without the necessity of having to add the user’s personal information. But, there are certain rules that can be applied to specific services our website uses, and these services will be detailed below. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The information that we collect from our users are of the type that are classified as personal, since it can be associated to a physical person, such as name, telephone number, e-mail address, address, social media profiles and more according to the dispositions of the statutes of data protection in the European Union. </span></p>\r\n<span style=\"font-weight: 400;\">The legal frame for the protection of data aligns to the General Data Protection Regulation (GDPR) established by the European Union in May of 2018.</span>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The following sections will explain in detail the way, reach, and purpose of collecting and making use of the information that is classified as the personal type of the users that visit this website. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Note: Keep in mind that whatever transfer of data through the internet is not excluded from a certain level of security risk, therefore, it is not possible to guarantee an absolute protection against third parties getting access to the registered information.</span></p>\r\n<b>Contact through direct messaging or application form:</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">From our website there is the option to directly contact us through e-mail (writing the e-mail directly from our site), our filling out a web application form of contact. In both cases the personal information provided by the user will be saved in our database with the purpose of responding to the users’ requirements and establish a more direct and personal contact way. </span></p>\r\n<b>News and blog</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">From our website on, users can also subscribe themselves to content such as our blog and news, which we will publish and send periodically through e-mail addresses provided by the users to inform them about our products, happenings in the industry, issues of their interest, etc. This e-mail address must be valid and will be stored in our data base, which can match with already provided information, would it be the case that the users have contacted us in previous ways on our website.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">You can also cancel subscriptions to our blog at any moment if wished for, for this, you will find more details in the e-mail you will get once the subscriptions to our blog of news takes place, as well as every e-mail of this type that we will send you periodically. </span></p>\r\n<span style=\"font-weight: 400;\">It is very important to comment that we do not sell or give e-mail addresses of our subscribers to third parties. </span>\r\n\r\n<b>Use of cookies</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Our website is designed to make use of cookies with the purpose of improvements of it and other services that we offer; this works through the recognition of use and recurrent visits of same users to our site. Generally, these cookies are also called session cookies, which will be eliminated once the user closes the web page. </span></p>\r\n<span style=\"font-weight: 400;\"> </span>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">These cookies also transmit information used with the purpose of being able to recognize the user automatically and optimize their access to the website. This works through the IP direction that the cookies save. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Please, keep in mind that you as an user can restrict the use of the cookies on our website from their browser’s software configurations, but at the same time, this action would as well restrict the use of some functionalities on our website.</span></p>\r\n<b>\r\n</b><b>Server Data  </b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Your internet browser collects information that we will now list below and transmits it to us or our internet provider. This data is also known as register files of the server:</span></p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">OS</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Type and version of the browser</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Reference URL</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Date and time of the visit to our website</span></li>\r\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">IP direction</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">This information is stored and used with the purpose of making continuous improvements to our webpage for our users’ comfort. Keep in mind that anonymous data is saved in a separate way of any information that is classified as person that has been provided to us, therefore, it is impossible to connect this data to a specific person.</span></p>\r\n&nbsp;\r\n\r\n<b>Facebook Components</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Our website makes use of some Facebook components. This happens when you access our website through Facebook. Our page will receive a request to for access, that has one of these components. Facebook will ask your internet browser for the download of an image of this component. This action permits Facebook to know exactly what page of our site you’re navigating. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">It is important to mention that we don’t have any control over the data that Facebook recollects in the specified process. For more information, please visit the privacy policies of Facebook.</span></p>\r\n<span style=\"font-weight: 400;\">For changing the configurations of your account’s privacy, please go to settings in your account’s privacy options on Facebook.</span>\r\n\r\n<b>Twitter Components</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Our web page makes use of some components under recommendation of Twitter. This happens when you access our website through Twitter. Our page will receive a request for this access, that includes this component from Twitter, which will ask your internet browser to download an image of the component. This action permits Twitter to know exactly what pages of our website you’re navigating.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">It is important to mention that we don’t have any control over the data that Twitter collects in the specified process. For more information, review the privacy policies of Twitter. </span></p>\r\n&nbsp;\r\n\r\n<span style=\"font-weight: 400;\">For changing the configurations of your account’s privacy, please go to settings in your account’s privacy options on Twitter. </span>\r\n\r\n<b>Information/ Correction / Elimination</b>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Based on GDPR of the European Union, you are free to communicate with us, without any monetary cost, if there are any questions or doubts about the collection of data, processing of data, the use of your personal information or if you wish to correct wrong data, or delete certain information from our data base.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">You are entitled to ask for your incorrect data to be corrected or deleted, as long as this request is not excluded by any legal obligation of retaining this information. </span></p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2018-07-23 19:35:00', '2018-07-23 17:35:00', '', 3, 'http://ensabs.eu/idams/index.php/2018/07/23/3-revision-v1/', 0, 'revision', '', 0),
(1387, 4, '2018-07-23 19:44:01', '2018-07-23 17:44:01', '', 'Computers', '', 'inherit', 'closed', 'closed', '', 'computers-2', '', '', '2018-07-23 19:44:01', '2018-07-23 17:44:01', '', 18, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/Computers-1.png', 0, 'attachment', 'image/png', 0),
(1388, 4, '2018-07-23 19:44:38', '2018-07-23 17:44:38', '<p>[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_37222\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n<p>[/cz_title][cz_gap id=\"cz_29774\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_93751\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:20;\" sk_button=\"border-radius:25px;float:right;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_32456\" image=\"1387\"][cz_title id=\"cz_35017\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<h3 style=\"text-align: center; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Contact Us!</span></span></strong></span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row]</p>\r\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-23 19:44:38', '2018-07-23 17:44:38', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/23/18-revision-v1/', 0, 'revision', '', 0),
(1389, 4, '2018-07-23 19:44:38', '2018-07-23 17:44:38', '<p>[vc_row css=\".vc_custom_1497126171788{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_title id=\"cz_56898\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<h3 style=\"text-align: left; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Send Us your </span></span><span style=\"color: #00a6be;\">Messages</span></strong></span></h3>\r\n<p>[/cz_title][cz_gap id=\"cz_31993\" height_tablet=\"20px\"][cz_contact_form_7 cf7=\"CF7 Contact form 2\" id=\"cz_40832\" sk_input=\"color:#282f39;border-style:solid;border-width:1px;border-color:rgba(51,51,56,0.59);border-radius:20;\" sk_button=\"border-radius:25px;float:right;\" sk_p=\"margin-bottom:15px;\" sk_label=\"font-size:13px;color:#666666;margin-bottom:0px;\" sk_con=\"padding-right:20px;padding-left:5px;\" sk_con_mobile=\"padding-right:0px;\" sk_con_tablet=\"padding-right:10px;\"][/vc_column][vc_column css_animation=\"fadeInUpBig\" width=\"1/2\"][cz_image css_position=\"relative;display: table;margin:0 auto\" id=\"cz_45608\" image=\"1387\"][cz_title id=\"cz_66933\" sk_lines=\"background-color:#111111;width:50px;height:4px;top:4px;left:1px;\" sk_lines_con=\"height:4px;top:5px;\" sk_shape=\"color:rgba(10,10,10,0.1);\"]</p>\r\n<h3 style=\"text-align: center; color: #38e7ff;\"><span style=\"font-size: 38px;\"><strong><span style=\"color: #00a6be;\"><span style=\"color: #38e7ff;\">Contact Us!</span></span></strong></span></h3>\r\n<p>[/cz_title][/vc_column][/vc_row]</p>\r\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2018-07-23 19:44:38', '2018-07-23 17:44:38', '', 18, 'http://ensabs.eu/idams/index.php/2018/07/23/18-revision-v1/', 0, 'revision', '', 0),
(1391, 4, '2018-07-25 19:19:15', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2018-07-25 19:19:15', '0000-00-00 00:00:00', '', 0, 'http://ensabs.eu/idams/?p=1391', 0, 'post', '', 0),
(1392, 4, '2018-07-26 18:40:03', '2018-07-26 16:40:03', '', 'googlee5230fd73beb04ab', '', 'inherit', 'closed', 'closed', '', 'googlee5230fd73beb04ab', '', '', '2018-07-26 18:40:03', '2018-07-26 16:40:03', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/googlee5230fd73beb04ab.html', 0, 'attachment', 'text/html', 0),
(1393, 4, '2018-07-26 18:40:32', '2018-07-26 16:40:32', '', 'googlee5230fd73beb04ab', '', 'inherit', 'closed', 'closed', '', 'googlee5230fd73beb04ab-2', '', '', '2018-07-26 18:40:32', '2018-07-26 16:40:32', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/googlee5230fd73beb04ab-1.html', 0, 'attachment', 'text/html', 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
(1394, 4, '2018-07-27 22:39:07', '2018-07-27 20:39:07', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_21011\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_55274\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:%2Fidams|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_64866\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_99752\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_91705\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_81933\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_15042\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_95269\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_57995\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80241\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_16990\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50872\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_99617\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_15594\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_65828\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_52121\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_26092\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_45333\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_47157\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_27207\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_25346\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_84722\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_58668\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_79181\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_39443\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_72113\"][cz_title css_animation=\"fadeInUp\" id=\"cz_70222\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12364\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_93736\"][cz_title css_animation=\"fadeInUp\" id=\"cz_44382\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_24408\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_14748\"][cz_title css_animation=\"fadeInUp\" id=\"cz_88546\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_78164\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_14500\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_80251\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_60097\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18431\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_75521\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_18092\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87562\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_81401\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_57854\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_87179\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85884\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23683\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_39300\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11976\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_57906\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_75347\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_28073\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_72141\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_60070\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_75631\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_51323\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_88402\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_47745\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_21545\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_89655\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_41482\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_54817\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_14064\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_45119\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_43363\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_81117\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_48509\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_23615\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_41215\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_55830\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88025\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_48197\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_43392\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69426\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_94941\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30572\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_55311\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_18624\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_58762\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_56177\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_65419\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34109\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73139\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37560\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_83068\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_48771\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77772\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71471\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85406\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_88207\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_61127\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_26889\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_43024\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_64080\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_60897\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75277\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45198\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_98296\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_87781\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_75302\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_54126\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75806\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_23499\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86407\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_45232\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_18440\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_16980\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89432\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25954\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64631\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_45609\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_80262\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_87629\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_18749\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17823\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70698\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_56410\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_84485\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_42169\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_41817\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_72692\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92185\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_57595\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15717\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_56266\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_18493\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_79883\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_90353\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16789\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_67664\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_65655\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59804\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_43471\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_78043\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_46212\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_77593\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85373\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_52081\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_67025\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_11327\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_16713\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_12635\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_80479\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_93232\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-27 22:39:07', '2018-07-27 20:39:07', '', 4, 'https://ensabs.eu/idams/2018/07/27/4-revision-v1/', 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
(1395, 4, '2018-07-27 22:39:08', '2018-07-27 20:39:08', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_20274\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_87191\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:%2Fidams|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_63930\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_65574\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_71677\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_94989\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96281\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_44370\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_87175\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_53876\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_48976\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43441\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_61258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_28860\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33794\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_66937\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_85414\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_88339\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_26742\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_28885\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_66383\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_61844\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95367\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_51756\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13925\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_62393\"][cz_title css_animation=\"fadeInUp\" id=\"cz_51973\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_19528\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_63918\"][cz_title css_animation=\"fadeInUp\" id=\"cz_32452\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_12760\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_73081\"][cz_title css_animation=\"fadeInUp\" id=\"cz_19644\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_65580\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_38656\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_80210\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_60569\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_34937\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_24581\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_47745\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_77702\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_62446\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_80075\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38961\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80196\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_13870\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_94788\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_65610\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_91098\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_21530\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83385\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_57481\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_72263\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_78752\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_98126\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_75078\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_41145\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_50100\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_83495\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_93953\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71441\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85145\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_67034\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_79974\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_50725\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_94580\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_60185\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_11295\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29517\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_73655\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_47929\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_96109\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_36102\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_28004\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_35071\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16299\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30764\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_29859\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_70798\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_21862\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_40279\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_54183\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68233\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_12543\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_32936\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_66360\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76510\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_62971\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16460\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_60006\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_56924\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_76790\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_45151\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23959\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56765\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84766\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_18539\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_16951\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_84950\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_36946\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_79496\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_32879\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_33055\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_15598\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_49773\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_57015\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_20786\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_69426\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_75764\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_80474\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_80178\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_16044\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34658\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48412\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17476\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_56483\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_14772\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_82876\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_19455\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_20122\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_42882\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65268\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85801\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_76923\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_78116\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_42567\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61689\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85545\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_48407\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_46639\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_22491\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_27903\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_68408\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_44435\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_32391\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_18182\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90340\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_42067\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_76498\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_66105\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_22542\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_56677\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_71038\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-27 22:39:08', '2018-07-27 20:39:08', '', 4, 'https://ensabs.eu/idams/2018/07/27/4-revision-v1/', 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
(1396, 4, '2018-07-27 22:54:17', '2018-07-27 20:54:17', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_53025\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_63290\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fensabs.eu||target:%20_blank|\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_26462\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_88918\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_95619\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_98301\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_99947\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_62574\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_36023\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79537\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_99069\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_99621\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_31603\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_45082\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_32205\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_76660\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_25070\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_84709\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_66352\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_75889\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_26127\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_76591\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_54470\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_80801\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_48475\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_97530\"][cz_title css_animation=\"fadeInUp\" id=\"cz_49972\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_22410\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_19100\"][cz_title css_animation=\"fadeInUp\" id=\"cz_99121\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_47792\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_61015\"][cz_title css_animation=\"fadeInUp\" id=\"cz_62411\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_63143\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_49934\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_58031\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_61445\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_49881\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_20605\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_86357\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_29419\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_19674\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_85978\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_49911\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_53646\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18184\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_26571\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67605\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_91782\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_81813\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_43494\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_17910\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_58404\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_86853\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_87600\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_95769\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_84384\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_37572\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_18180\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_92374\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36694\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_54861\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_53390\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_87995\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_18005\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92213\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_46026\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_68339\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42095\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_55521\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_54697\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_60403\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_64084\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_40675\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_99203\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_17731\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_47749\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_25775\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_74225\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_39532\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_96477\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17720\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46331\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_54882\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_93463\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_33931\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_50651\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77848\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_60393\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_57720\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_70223\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_85976\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_12582\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_23614\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73972\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_19476\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_15828\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_19998\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_76705\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46812\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64408\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_31402\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_96104\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_28493\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_60967\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_95308\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_35114\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97605\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21083\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_98229\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_37137\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_17561\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_15949\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_72357\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61332\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_98302\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_95178\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_11984\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_76150\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_55572\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_58594\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_46374\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_41549\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_60065\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_58877\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_15521\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_68431\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63594\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24409\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_45136\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_99295\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_77707\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_65427\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_95400\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95089\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26394\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90708\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_30204\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_24000\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_11792\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_28433\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_50026\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_18242\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-27 22:54:17', '2018-07-27 20:54:17', '', 4, 'https://ensabs.eu/idams/2018/07/27/4-revision-v1/', 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
(1397, 4, '2018-07-27 22:54:18', '2018-07-27 20:54:18', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_33271\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_22384\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fensabs.eu||target:%20_blank|\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_68464\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_31574\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_17563\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_69337\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96614\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_62024\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_27931\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_42988\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_92462\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_76885\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_90754\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96872\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_45316\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_54348\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_21281\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_79342\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_53644\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_87877\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_44769\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_49044\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_82967\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_60053\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_39753\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_13171\"][cz_title css_animation=\"fadeInUp\" id=\"cz_72942\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_40434\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_30493\"][cz_title css_animation=\"fadeInUp\" id=\"cz_22969\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_47565\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_52654\"][cz_title css_animation=\"fadeInUp\" id=\"cz_34242\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_16029\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_73118\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_40695\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_74256\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_69732\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_91608\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_91076\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12720\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_84070\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_67962\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_92364\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_80943\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_13279\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_46713\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_91113\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_81510\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_89246\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_78991\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_26280\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_38291\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_61959\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75222\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_66933\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_64020\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_48165\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96257\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_83403\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_60023\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_43822\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_36058\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_83155\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_48741\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_98065\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_23850\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22998\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67797\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15458\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_14074\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_69406\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_88418\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_70925\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61770\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_69361\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_73094\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_97372\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_60475\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_54604\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86619\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_39466\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69773\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_24910\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_90315\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44996\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_80733\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_54335\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_82050\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_76990\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_37739\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_42073\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_20813\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62686\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25229\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58444\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_60751\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_37968\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_70331\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_28548\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42316\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_73294\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_86844\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_30734\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_44220\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_48615\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_88984\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17314\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45988\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_49459\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_60808\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_32607\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77815\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30582\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_46407\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_68131\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_64467\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_27140\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_22467\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_46517\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_93019\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_49095\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77480\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_13833\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_11781\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_91598\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_61166\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61422\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_29567\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_31497\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_78859\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_60772\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_93681\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_65703\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_80395\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_37902\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_14319\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_69380\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_44106\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_49196\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_18840\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_93804\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_70692\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-27 22:54:18', '2018-07-27 20:54:18', '', 4, 'https://ensabs.eu/idams/2018/07/27/4-revision-v1/', 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
(1398, 4, '2018-07-27 22:54:57', '2018-07-27 20:54:57', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_64722\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_33363\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:%2Fidams|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_16000\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_90840\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_89007\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_20456\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_68129\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_64113\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_49159\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_40316\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_34431\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_33783\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_53181\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_49433\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_46362\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_16464\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_24146\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_53571\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_46614\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_49529\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_98113\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_45220\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_73923\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_44378\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_98001\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_34824\"][cz_title css_animation=\"fadeInUp\" id=\"cz_99757\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_98933\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_27773\"][cz_title css_animation=\"fadeInUp\" id=\"cz_27265\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_15398\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_81384\"][cz_title css_animation=\"fadeInUp\" id=\"cz_49517\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_20288\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_72224\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_38525\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_29634\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_40353\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_91527\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67682\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_69558\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_25958\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_90355\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22740\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_64281\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_36718\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_28094\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_77316\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_79178\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_63598\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26846\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_77291\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_97707\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_89658\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_21669\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_95708\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_24482\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_21427\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_94642\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_41145\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_37581\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_98929\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_22529\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_75987\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_19218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_83643\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_14512\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_37741\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_23996\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94929\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_94312\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_82444\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_20888\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_84667\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_94074\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_74059\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21386\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_22168\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_51376\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_89453\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_74655\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_67111\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_66745\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_72363\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_56770\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_77304\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_68071\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_70142\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_87620\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62713\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_11287\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_25201\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_61643\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_22705\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_90077\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_69751\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_95238\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_93479\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_96381\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_19235\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88409\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_90693\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90568\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_98187\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_75361\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_84643\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_72246\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85636\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95700\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_23622\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_75090\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_70356\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_79623\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41835\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42719\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_36393\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19139\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_99680\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_95424\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_95648\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_62394\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_95600\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_20849\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_24038\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_18306\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_99816\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_82678\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_13544\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93296\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_79059\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_21668\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_81706\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_69753\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_12237\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79893\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_45114\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85769\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_52139\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_30751\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_81469\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_64651\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_94730\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_51826\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-27 22:54:57', '2018-07-27 20:54:57', '', 4, 'https://ensabs.eu/idams/2018/07/27/4-revision-v1/', 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
(1399, 4, '2018-07-27 22:54:58', '2018-07-27 20:54:58', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_44274\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_36566\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:%2Fidams|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_83435\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_69556\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_44595\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_83115\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_64980\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_40243\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_45509\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_60581\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_49982\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_58436\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_67776\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_49799\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_41114\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_70209\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_43096\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_20173\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80767\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_24802\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_78815\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_81893\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_93584\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_23930\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_67662\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_45724\"][cz_title css_animation=\"fadeInUp\" id=\"cz_43570\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_49132\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_99264\"][cz_title css_animation=\"fadeInUp\" id=\"cz_38301\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_89847\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_43539\"][cz_title css_animation=\"fadeInUp\" id=\"cz_63757\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_73282\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_13095\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_97241\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_56397\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_66965\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_37485\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90796\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_27546\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_76356\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_49232\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_84212\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_26156\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79236\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_54421\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_58141\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_88298\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_35188\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_71832\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_67114\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_17082\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_65417\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79934\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_73633\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_11141\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_23505\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_22765\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_99295\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_50695\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12612\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_42834\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_14452\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_74784\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_44819\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_11694\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31182\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11784\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38068\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_21978\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_28220\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_14424\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_60100\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12432\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_29470\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_39336\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_55743\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_76500\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_27635\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79820\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48333\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_83638\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_85792\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_13751\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_63573\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_59425\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_13781\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_75967\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_71079\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_13077\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_26662\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_72581\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_44800\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_30004\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_47365\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_78508\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_30587\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_67437\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_79182\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_57545\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_78304\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_96291\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_60858\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_38404\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_97612\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_79218\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66629\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_53355\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_55719\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_83154\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_33176\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_92941\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_66793\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_18968\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_95582\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_30366\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_67282\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_98253\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_95222\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_38362\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11330\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21884\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_99832\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_45019\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_40778\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47198\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_23528\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60255\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_14635\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_91599\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_17800\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_81828\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_87891\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_67548\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_20233\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_85503\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_46766\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_75752\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_38859\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_91374\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_58906\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_60924\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-27 22:54:58', '2018-07-27 20:54:58', '', 4, 'https://ensabs.eu/idams/2018/07/27/4-revision-v1/', 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
(1400, 4, '2018-07-27 22:57:01', '2018-07-27 20:57:01', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_29340\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_16272\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fensabs.eu|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_45204\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_50880\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_55852\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_43811\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_97356\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_59529\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_94113\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_41227\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_68012\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_17549\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86307\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_48110\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_65239\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_37762\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_83164\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_96126\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_35075\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_55990\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_13820\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_33339\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_82408\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_92705\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_57672\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_64213\"][cz_title css_animation=\"fadeInUp\" id=\"cz_74170\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_99960\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_76498\"][cz_title css_animation=\"fadeInUp\" id=\"cz_79555\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_58265\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_94727\"][cz_title css_animation=\"fadeInUp\" id=\"cz_84717\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_92359\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_45608\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_40569\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_36170\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_42964\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_88988\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_30284\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_73081\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57001\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_36723\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59388\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94000\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90851\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_86039\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_77165\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_86977\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_21115\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_33156\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_89686\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_43343\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_15564\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_82392\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_89905\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_68667\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_56563\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_89866\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_45165\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_36118\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_48131\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_39893\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_20835\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_40490\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_74390\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_50294\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_65550\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_17355\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_39283\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_84724\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_79325\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85173\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_21447\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_38714\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_79174\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12298\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_24754\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_56340\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_88164\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_34758\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_78385\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_77851\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_66991\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_82838\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60243\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_56897\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_51506\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_16806\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_46763\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_85561\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_41814\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_83783\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25454\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51539\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_24274\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_88734\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_90723\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_78714\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94979\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_30006\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_63438\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_74305\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_15180\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_73774\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_13019\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_83244\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_74962\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26662\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_39584\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_63127\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_50310\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_17969\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_40978\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17301\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_89697\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_90111\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_63087\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_41204\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_95807\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_98739\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_26765\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_37622\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_82523\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_41109\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_78050\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_95687\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_29844\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_68773\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_74401\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24823\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_87669\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_37840\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_88017\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_91739\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_11615\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_89926\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_74983\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_75466\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_16588\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_14568\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_38593\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_55787\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-27 22:57:01', '2018-07-27 20:57:01', '', 4, 'https://ensabs.eu/idams/2018/07/27/4-revision-v1/', 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
(1401, 4, '2018-07-27 22:57:02', '2018-07-27 20:57:02', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_21427\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_68461\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fensabs.eu|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_61978\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_11124\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_58573\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_25066\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_41218\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_54380\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_23805\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_56872\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80891\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_95218\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_86871\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_58942\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_90905\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_16715\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_27716\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_65306\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_30428\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_15385\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_92036\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_18446\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_96014\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_92540\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_97261\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_70998\"][cz_title css_animation=\"fadeInUp\" id=\"cz_68007\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_13850\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_74455\"][cz_title css_animation=\"fadeInUp\" id=\"cz_95489\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_58527\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_84771\"][cz_title css_animation=\"fadeInUp\" id=\"cz_63951\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_20505\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_84785\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_22524\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_34460\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26003\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_65794\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_47155\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_71765\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_46686\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_42373\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_58637\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94517\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_33279\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_64241\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_22233\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_87475\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_83559\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_26508\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_79511\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_90894\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_22522\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_72051\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_88156\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_82409\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_40059\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_90895\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_56865\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_35548\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_49422\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_41636\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_88389\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_58817\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_26422\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_99802\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_82167\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_41315\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65597\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_29322\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_13080\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_12283\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_60585\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_60606\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_95689\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_82753\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_24848\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_17922\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_70228\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_97296\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_33320\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49740\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_88191\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_44731\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_21792\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_76347\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_27141\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_50740\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_67243\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_72895\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_75177\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_16665\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_14532\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_63567\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_64372\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_29843\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_63369\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_46539\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_60048\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_28966\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_64751\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_62018\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_30139\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_25337\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_22625\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_25828\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_96980\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_36362\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_32640\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_67208\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_33659\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_54849\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_16949\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21851\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_88470\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_27630\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_87087\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_15611\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_67259\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_54330\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_77395\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_42437\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_59885\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_80817\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_94893\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_24258\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_99550\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_58263\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_59687\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_59598\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_76118\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_24438\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_21616\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_95147\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38665\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_33130\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_20975\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_35645\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_58382\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_42505\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_91743\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_80931\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-27 22:57:02', '2018-07-27 20:57:02', '', 4, 'https://ensabs.eu/idams/2018/07/27/4-revision-v1/', 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
(1402, 4, '2018-07-27 22:57:59', '2018-07-27 20:57:59', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_60621\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_92084\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fensabs.eu|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_43869\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_99551\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_17468\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_84075\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_63814\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_94995\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_72137\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_29153\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_38816\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55151\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_25046\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_86756\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_48341\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_19367\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_66134\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_21813\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_92030\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_66014\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_67555\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_87459\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_75263\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_83346\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_60372\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_15787\"][cz_title css_animation=\"fadeInUp\" id=\"cz_29404\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_98343\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_88237\"][cz_title css_animation=\"fadeInUp\" id=\"cz_97622\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_26096\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_48859\"][cz_title css_animation=\"fadeInUp\" id=\"cz_89707\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_58855\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_48410\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_96064\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_42931\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_12224\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_91060\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_15068\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_30267\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_29876\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_59109\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_44202\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_16632\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_96339\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_52458\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_71655\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_18152\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_44489\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_37670\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_74597\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_31948\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_12933\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_57944\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_81209\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_17609\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_76237\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_79553\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_94736\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_73860\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_94539\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_43595\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_63567\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_53394\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_80895\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_59631\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_85215\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_82009\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50692\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_89173\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_12276\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_69457\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_48282\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_45368\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_74979\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_44622\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_86716\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_46635\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_51664\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_31205\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_73194\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_26262\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_52043\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_75016\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_73095\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_33253\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_81515\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_49332\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_12806\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_76251\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_23193\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_96234\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19846\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_75649\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_49629\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_89631\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_35281\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34844\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_71640\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_74862\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_24017\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_72806\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_44319\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_61189\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_18174\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_19299\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_94700\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93780\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_54823\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_46365\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_24986\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_28018\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_61516\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_65918\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_91923\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_34611\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_88060\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_73438\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_72833\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_89756\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_49690\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84915\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_85991\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_58426\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_60564\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_35620\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_48057\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_84734\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_59354\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_19697\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_59597\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_72261\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_81393\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_92805\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_33450\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_88457\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_12104\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_28151\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_82237\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_55817\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_63406\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_96112\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-27 22:58:00', '2018-07-27 20:58:00', '', 4, 'https://ensabs.eu/idams/2018/07/27/4-revision-v1/', 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
(1403, 4, '2018-07-27 22:58:00', '2018-07-27 20:58:00', '[vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919285610{padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919294855{padding-bottom: 10px !important;}\"][vc_column width=\"1/4\"][cz_image tooltip_light=\"true\" image=\"892\" id=\"cz_72724\" tooltip=\"ID@MS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\"][/vc_column][vc_column width=\"1/4\"][cz_image link_type=\"custom\" tooltip_light=\"true\" image=\"895\" id=\"cz_24922\" tooltip=\"ENSABS\" sk_css=\"position:relative;display: table;margin:0 auto;\" svg_tooltip=\"color:#000000;background-color:#ffffff;border-radius:6px;\" link=\"url:http%3A%2F%2Fensabs.eu|||\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column][cz_gap id=\"cz_62031\"][vc_separator color=\"turquoise\" style=\"shadow\" css_animation=\"fadeIn\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_gap height=\"150px\" height_tablet=\"100px\" id=\"cz_64648\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_48422\" sk_shape=\"color:rgba(56,231,255,0.1);\" sk_overall=\"margin-bottom:60px;\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Solutions</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\">Explore </span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">id@ms </span></span><span style=\"font-size: 40px;\">modules</span></h3>\r\n[/cz_title][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50091\" image=\"1049\" hover_image=\"1035\" link=\"url:%23modules_partspurchases|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005614431{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partspurchases\">Parts purchases</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_38087\" image=\"1048\" hover_image=\"1036\" link=\"url:%23modules_workshopandlabor|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workshopandlabor\">Workshop and labor</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_21255\" image=\"1165\" hover_image=\"1173\" link=\"url:%23modules_partsmanagement|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_partsmanagement\">Parts management</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_39847\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_76666\" image=\"1050\" hover_image=\"1037\" link=\"url:%23modules_servicesandpartssales|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532135933698{padding-top: 10px !important;}\"]\r\n<h4></h4>\r\n<h4><a href=\"#modules_servicesandpartssales\">Service and parts sales</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_95060\" image=\"1047\" hover_image=\"1034\" link=\"url:%23modules_crm|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136211923{margin-top: 10px !important;}\"][vc_column_text]\r\n<h4></h4>\r\n<h4><a href=\"#modules_crm\">CRM</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_25838\" image=\"1052\" hover_image=\"1039\" link=\"url:%23modules_vehicles|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532136262274{padding-top: 20px !important;}\"]\r\n<h4><a href=\"#modules_vehicles\">Vehicles</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_35092\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_55624\" image=\"1046\" hover_image=\"1033\" link=\"url:%23modules_businessintelligence|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532110259545{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_businessintelligence\">Business intelligence</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_50348\" image=\"1053\" hover_image=\"1040\" link=\"url:%23modules_workflow|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532136334676{margin-top: 23px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_workflow\">Workflow</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_72039\" image=\"1044\" hover_image=\"1031\" link=\"url:%23modules_accounting|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532005863494{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_accounting\">Accounting</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"20px\" id=\"cz_40359\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_98592\" image=\"1045\" hover_image=\"1032\" link=\"url:%23modules_buildinreportingserver|||\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text css=\".vc_custom_1532105014596{padding-top: 25px !important;}\"]\r\n<h4><a href=\"#modules_buildinreportingserver\">Built-in reporting server</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/4\"][cz_image size=\"thumbnail\" link_type=\"custom\" hover_size=\"thumbnail\" id=\"cz_80626\" image=\"764\" link=\"url:%23modules_centralizeddatawarehouse|||\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1532006077469{padding-top: 25px !important;}\"][vc_column_text]\r\n<h4><a href=\"#modules_centralizeddatawarehouse\">Centralized data warehouse</a></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner][vc_btn title=\"See more...\" shape=\"round\" color=\"info\" size=\"lg\" css_animation=\"bounceIn\" link=\"url:%23modules_|||\" css=\".vc_custom_1532136429324{padding-top: 5px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"120px\" height_tablet=\"50px\" id=\"cz_88845\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"449\" css_animation=\"fadeInUp\"][vc_column][cz_separator style=\"cz_sep_26\" id=\"cz_70853\" top_color=\"#ffffff\"][cz_gap height=\"120px\" height_tablet=\"100px\" id=\"cz_62019\"][cz_title shape=\"image\" smart_fs=\"true\" text_center=\"true\" id=\"cz_81651\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p id=\"about_\" style=\"text-align: center;\"><span style=\"color: #d9d9d9; font-size: 18px;\">Why id@ms?</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\">We have the </span></span><span style=\"color: #38e7ff;\">Key</span><span style=\"color: #38e7ff;\"><span style=\"color: #ffffff;\"> to your</span></span></span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">Success</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" height_tablet=\"50px\" id=\"cz_93193\"][vc_row_inner][vc_column_inner css=\".vc_custom_1531192701299{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_50476\" image=\"1175\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_82645\"][cz_title css_animation=\"fadeInUp\" id=\"cz_21345\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">SCALABLE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">Do not let the size of your company limit how far you can go. We adapt to your business model and grow with you. Our goal is to enhance the resources of your organization to help you with day to day activities, and to help you manage your progress in a more efficient way.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561307208{margin-right: 0px !important;margin-left: 0px !important;padding-right: 6px !important;padding-left: 6px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_lr\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_32714\" image=\"1177\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_38462\"][cz_title css_animation=\"fadeInUp\" id=\"cz_73640\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\" sk_overall_tablet=\"margin-bottom:50px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">BALANCE</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We guarantee your complete satisfaction. We offer a high-end software at a fair price. No hidden costs. No extra fees. You pay for what you use.</span></p>\r\n[/cz_title][/vc_column_inner][vc_column_inner css=\".vc_custom_1514561317946{margin-left: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-md-4\"][cz_process_road road=\"cz_road_tl cz_road_cl\" line_height=\"100px\" line_border-style=\"dashed\" type=\"image\" icon_style=\"cz_road_icon_rhombus_2\" css_animation=\"fadeInUp\" line_border-color=\"rgba(255,255,255,0.3)\" id=\"cz_28827\" image=\"1176\" sk_icon=\"background-color:#ffffff;color:#0a0a0a;font-size:60px;border-radius:30%;\"][cz_gap height=\"60px\" id=\"cz_11187\"][cz_title css_animation=\"fadeInUp\" id=\"cz_87451\" sk_overall=\"padding-right:30px;padding-left:30px;margin-bottom:40px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 28px; display: inline-block; margin-bottom: 20px;\"><span style=\"font-weight: bold;\">CONSULTANCY</span></span></h4>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ffffff;\">We won\'t leave you standing on your own. Get the best, most qualified, full-time advisors for the usage of your new dms, taking advantage of every tool the software has for you through effective training sessions and more. </span></p>\r\n[/cz_title][/vc_column_inner][/vc_row_inner][cz_gap height=\"100px\" height_tablet=\"50px\" id=\"cz_79747\"][cz_separator style=\"cz_sep_26\" rotate=\"cz_sep_rotate\" id=\"cz_64724\" top_color=\"#ffffff\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_35874\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Product Offers</span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 32px;\">We </span><span style=\"font-size: 32px;\"><span style=\"color: #38e7ff;\">adapt </span></span><span style=\"font-size: 32px;\">to your business <span style=\"color: #38e7ff;\">model</span></span></h3>\r\n[/cz_title][cz_gap height=\"80px\" id=\"cz_29839\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_91700\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1178\" id=\"cz_46019\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_58576\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Basic</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">.</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_68367\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_41079\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1179\" id=\"cz_73304\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_92348\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Entrepreneur</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85593\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_23653\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1180\" id=\"cz_64387\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_25953\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #05d6db;\"><span style=\"font-size: 24px;\">Entrepreneur Advanced</span></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_22245\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap id=\"cz_45014\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" css_animation=\"fadeInUp\"][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_14798\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1181\" id=\"cz_81988\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_95922\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 24px; color: #05d6db;\"><strong>Enterprise</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #fcfcfc;\">....................................................................................................................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85339\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_75181\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1182\" id=\"cz_46398\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_67984\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (cash, bank, receivables, payables, credit control)</span></strong></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85416\"][/cz_content_box][/vc_column][vc_column width=\"1/3\"][cz_content_box type=\"1\" fx_hover=\"fx_up_hover\" id=\"cz_68002\" sk_overall=\"background-color:#fcfcfc;margin-bottom:20px;border-style:solid;border-width:1px;border-color:rgba(10,0,0,0.1);border-radius:30px;\" sk_hover=\"border-bottom-style:solid;border-color:#38e7ff;border-top-style:solid;border-right-style:solid;border-left-style:solid;background-color:rgba(56,231,255,0.04);border-width:1px 1px 1px 1px;color:#38e7ff;\"][cz_image size=\"thumbnail\" image=\"1183\" id=\"cz_95336\" sk_css=\"position:relative;display: table;margin:0 auto;\"][cz_title id=\"cz_59057\" sk_overall=\"margin-top:20px;margin-bottom:15px;\"]\r\n<h4 style=\"text-align: center;\"><span style=\"font-size: 22px; color: #05d6db;\"><strong>Corporate Advanced</strong></span></h4>\r\n[/cz_title][vc_column_text]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">After sales </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Sales</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\"> CRM </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #2a2a2a; font-size: 20px;\">Accounting (All levels)</span></strong> <span style=\"color: #fcfcfc;\">........................................</span></p>\r\n[/vc_column_text][cz_gap height=\"30px\" id=\"cz_85718\"][/cz_content_box][/vc_column][/vc_row][vc_row][vc_column][cz_gap height=\"130px\" id=\"cz_95412\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column][cz_title shape=\"image\" id=\"cz_46509\" sk_shape=\"color:rgba(56,231,255,0.1);\" image=\"931\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #808080; font-size: 18px;\">Choose the model that suits you best.</span></p>\r\n\r\n<h3 id=\"modules_\" style=\"text-align: center;\"><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">id@ms is </span></span><span style=\"font-size: 40px;\"><span style=\"color: #38e7ff;\">adaptable </span></span><span style=\"font-size: 40px;\"><span style=\"color: #282f39;\">and also</span><span style=\"color: #38e7ff;\"> scalable</span></span></h3>\r\n[/cz_title][cz_gap height=\"70px\" height_tablet=\"40px\" id=\"cz_65466\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1531756357512{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap id=\"cz_60137\"][cz_image tilt=\"on\" image=\"863\" id=\"cz_71272\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84194\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51838\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_17292\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workshopandlabor\" style=\"font-size: 28px;\">Workshop and <span style=\"color: #38e7ff;\">labor</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Time management, technical campaigns, labor and labor time, internal cost management, labor and parts packages...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_effect=\"cz_btn_zoom_in\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workshopandlabor|||\" id=\"cz_42771\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_20206\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_47261\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" css_animation=\"none\" id=\"cz_16076\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_12555\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">Parts <span id=\"modules_partspurchases\" style=\"color: #38e7ff;\">purchases</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Requisitions management, purchase orders, goods receival, import costing management, parts purchase invoices, warehouse transfers, automatic reordering...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_32854\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_28618\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1357\" id=\"cz_65832\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_47696\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"867\" id=\"cz_39752\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_99735\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_51384\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_21741\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_partsmanagement\" style=\"font-size: 28px;\">Parts <span style=\"color: #38e7ff;\">management</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">OEM catalog, stock administration, relocations, inventory counting, reevaluations, lost sales, scrapping, part alias, supersessions, kits, stock structure...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_95657\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_36723\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_85812\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_42056\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_93597\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_servicesandpartssales\" style=\"font-size: 28px;\">Services and parts <span style=\"color: #38e7ff;\">sales</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Orders, workshop, counter sales, waybill, appointments, policies for price and taxation, prepayments, parts reservations and requests, shopping cart, local service packages, Interfaces to OEM applications, service purchase orders...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_partsmanagement|||\" id=\"cz_71228\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_98947\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1164\" id=\"cz_88933\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_30285\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1514560851792{margin-right: 0px !important;padding-right: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1252\" id=\"cz_84666\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_84346\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_65683\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_50132\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span style=\"font-size: 28px;\">C</span><span id=\"modules_crm\" style=\"font-size: 28px;\"><span style=\"color: #38e7ff;\">R</span></span><span style=\"font-size: 28px;\">M</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Leads, prospects and customers management, CRM funnel, dashboards, vehicle driving board, activity pool, activity board, definition of action plans, subscriptions, news and magazines, market segmentation, complaints management, surveys...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_crm|||\" id=\"cz_44484\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_36956\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_34327\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_85211\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_43137\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_vehicles\" style=\"font-size: 28px;\">Vehicles</span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Catalog, vehicle configuration, purchases and receptions, logistics, sales, component modules for industrial vehicles, policies for price and taxation, accessories, trade-in... </span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_vehicles|||\" id=\"cz_65988\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_94306\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1371\" id=\"cz_79287\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap id=\"cz_70953\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1372\" id=\"cz_95751\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_12142\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_88460\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_61583\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_workflow\" style=\"font-size: 28px;\">Workflow <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Automatization of processes: </span>\r\n<ul>\r\n 	<li>E-mails to clients</li>\r\n 	<li>E-mails alerts on hierarchical organization</li>\r\n 	<li>Change of status</li>\r\n 	<li>Log records</li>\r\n</ul>\r\n<span style=\"color: #808080;\">High level language, access to system business objects...</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_workflow|||\" id=\"cz_48728\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"44.%\" css_left=\"-20.%\" id=\"cz_28213\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_61318\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_89001\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_38843\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_56975\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_businessintelligence\" style=\"font-size: 28px;\">Business <span style=\"color: #38e7ff;\">intelligence</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Built-in dashboard designer, pivot, grid, charts, scatter, pies, gauges, cards, tree-map, choropleth, maps, geo point, filters, parameters, timeline, sparklines, cell percentage/progress, multiple sources from different databases, tables, views, store procedures and system objects, currency management, rules for appearances...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_business|||\" id=\"cz_25725\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_24655\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1359\" id=\"cz_87920\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_19322\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1373\" id=\"cz_84773\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_86868\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_97145\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_15058\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_accounting\" style=\"font-size: 28px;\">Accounting <span style=\"color: #38e7ff;\">module</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080;\">Chart of accounts and journals, cash accounts, bank accounts, credit cards management, receivables and payable, prepayments, vouchers, budgets... </span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_accounting|||\" id=\"cz_71535\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][cz_free_position_element hide_on_tablet=\"true\" hide_on_mobile=\"true\" css_top=\"39.%\" css_left=\"-20.%\" id=\"cz_81491\"][/cz_free_position_element][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_69631\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpLeft\"][vc_column offset=\"vc_col-lg-6\"][cz_gap id=\"cz_21668\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_25975\" class=\"z9\" sk_overall=\"padding-right:50px;margin-right:-0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-right:30px;margin-right:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_95477\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_buildinreportingserver\" style=\"font-size: 28px;\">Built-in <span style=\"color: #38e7ff;\">reporting server</span></span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">Maintenance and creation of reports and documents such as invoices an orders. WYSIWYG Designer, export and import of XML files, direct access to the Metadata, script coding for maximum control, multiple bands, sub-reports, validation and appearance rules...</span>[/vc_column_text][cz_button title=\"READ MORE\" btn_position=\"cz_btn_right\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_bir|||\" id=\"cz_44884\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0.01);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][vc_column css=\".vc_custom_1516110007856{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_gap height=\"1px\" id=\"cz_11187\" height_tablet=\"50px\"][cz_image tilt=\"on\" image=\"1374\" id=\"cz_38615\" sk_css=\"margin:0 auto;\" sk_css_tablet=\"margin-bottom:30px;\"][/vc_column][/vc_row][vc_row css_animation=\"fadeIn\"][vc_column][cz_gap height=\"44px\" id=\"cz_99762\"][vc_separator color=\"turquoise\"][/vc_column][/vc_row][vc_row css_animation=\"rotateInUpRight\"][vc_column css=\".vc_custom_1516109999392{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-6\"][cz_image tilt=\"on\" image=\"1362\" id=\"cz_94383\" sk_css=\"position:relative;display: table;margin:0 auto;\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][cz_gap height=\"44px\" id=\"cz_17903\"][cz_content_box type=\"1\" fx_hover=\"fx_zoom_0_hover\" id=\"cz_70715\" sk_overall=\"padding-left:50px;margin-left:0px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.74);border-radius:50px;\" sk_overall_tablet=\"padding-left:30px;margin-left:0px;\"][cz_title bline=\"cz_line_after_title\" id=\"cz_90134\" sk_lines=\"background-color:#38e7ff;height:2px;top:-10px;\" sk_overall=\"margin-bottom:14px;\"]\r\n<h3><span id=\"modules_centralizeddatawarehouse\" style=\"font-size: 28px;\">Centralized <span style=\"color: #38e7ff;\">data </span></span><span style=\"font-size: 28px;\">warehouse </span></h3>\r\n[/cz_title][vc_column_text]<span style=\"color: #808080; text-align: justify;\">For dealership markets, installed as separated business units.\r\nWe offer a centralized database in which we collect all the data that will be shared by each dealership.\r\nNormally, this database is used for NSC markets or huge importers, in order to produce reports and compare dealerships performance.\r\n</span>[/vc_column_text][cz_button title=\"READ MORE\" icon_position=\"after\" icon=\"fa fa-long-arrow-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fmodules%2F%23modules_cdw|||\" id=\"cz_18934\" sk_button=\"font-size:14px;color:#595959;font-weight:500;background-color:rgba(0,0,0,0);padding:0px;margin-top:24px;\" sk_icon=\"font-size:20px;\"][/cz_content_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css_animation=\"fadeInUp\"][vc_column][cz_gap id=\"cz_59176\"][cz_separator style=\"cz_sep_25\" css_position=\"relative\" css_z-index=\"1\" id=\"cz_51717\" top_color=\"#38e7ff\" css_top=\"1px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"fadeInUp\" css=\".vc_custom_1531919958170{margin-top: -1px !important;margin-bottom: -1px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #38e7ff !important;}\"][vc_column offset=\"vc_col-md-8\"][cz_title smart_fs=\"true\" text_center=\"true\" id=\"cz_56552\"]\r\n<h3><span style=\"color: #ffffff; font-size: 30px; margin-bottom: 20px; display: inline-block;\">If you have any questions, just contact us and let us answer it!</span><span style=\"color: #f2f2f2; font-size: 18px;\">It\'s time for your business to grow. You know what you need to do, contact us!</span></h3>\r\n[/cz_title][/vc_column][vc_column offset=\"vc_col-md-4\"][cz_button title=\"Contact Us!\" btn_position=\"cz_btn_right cz_mobile_btn_center\" icon_position=\"after\" effect=\"cz_btn_fx_1\" icon=\"fa fa-chevron-right\" link=\"url:http%3A%2F%2Fensabs.eu%2Fidams%2Findex.php%2Fcontact%2F||target:%20_blank|\" id=\"cz_76279\" sk_button=\"color:#38e7ff;background-color:#ffffff;padding:15px 40px;margin-top:12px;border-radius:15px;\" sk_hover=\"background-color:rgba(255,255,255,0.3);color:#ffffff;\" sk_icon=\"border-radius:50px;background-color:#38e7ff;padding:5px 6px 5px 8px;margin-left:20px;color:#ffffff;\" sk_button_tablet=\"margin-top:30px;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cz_separator style=\"cz_sep_25\" rotate=\"cz_sep_rotate\" id=\"cz_13035\" top_color=\"#38e7ff\"][/vc_column][/vc_row][vc_column][/vc_column]', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-07-27 22:58:00', '2018-07-27 20:58:00', '', 4, 'https://ensabs.eu/idams/2018/07/27/4-revision-v1/', 0, 'revision', '', 0),
(1404, 4, '2018-07-30 21:12:28', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2018-07-30 21:12:28', '0000-00-00 00:00:00', '', 0, 'http://ensabs.eu/idams/?p=1404', 0, 'post', '', 0),
(1405, 4, '2018-07-30 21:15:53', '2018-07-30 19:15:53', '', 'logo-idams_horizontal', '', 'inherit', 'closed', 'closed', '', 'logo-idams_horizontal', '', '', '2018-07-30 21:15:53', '2018-07-30 19:15:53', '', 0, 'http://ensabs.eu/idams/wp-content/uploads/2018/07/logo-idams_horizontal.png', 0, 'attachment', 'image/png', 0),
(1406, 4, '2018-07-30 21:16:08', '2018-07-30 19:16:08', '{\n    \"codevz_theme_options[logo]\": {\n        \"value\": \"http://ensabs.eu/idams/wp-content/uploads/2018/07/logo-idams_horizontal.png\",\n        \"type\": \"option\",\n        \"user_id\": 5,\n        \"date_modified_gmt\": \"2018-07-30 19:16:08\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '5dc008b2-ad02-4c91-8329-533d1929b8e0', '', '', '2018-07-30 21:16:08', '2018-07-30 19:16:08', '', 0, 'http://ensabs.eu/idams/2018/07/30/5dc008b2-ad02-4c91-8329-533d1929b8e0/', 0, 'customize_changeset', '', 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
(1407, 4, '2018-07-31 07:18:21', '2018-07-31 05:18:21', '{\n    \"codevz_theme_options[footer_2_left]\": {\n        \"value\": [\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_left\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"Copyright \\u00a9 2018 id@ms. All Rights Reserved.\",\n                \"it_link\": \"\",\n                \"sk_it\": \"font-size:13px;color:rgba(255,255,255,0.65);\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"20px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            },\n            {\n                \"element\": \"line\",\n                \"element_id\": \"footer_2_left\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"\",\n                \"it_link\": \"\",\n                \"sk_it\": \"\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_2\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"40px\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"30px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            },\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_left\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"test\",\n                \"it_link\": \"\",\n                \"sk_it\": \"\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_2\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"40px\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"30px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 05:17:54\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '86135f32-3112-4f2a-9e8b-fab9563f2829', '', '', '2018-07-31 07:18:21', '2018-07-31 05:18:21', '', 0, 'http://ensabs.eu/idams/?p=1407', 0, 'customize_changeset', '', 0),
(1408, 4, '2018-07-31 07:23:50', '2018-07-31 05:23:50', '{\n    \"codevz_theme_options[footer_2_left]\": {\n        \"value\": [\n            {\n                \"element\": \"icon\",\n                \"element_id\": \"footer_2_left\",\n                \"logo_width\": \"\",\n                \"menu_location\": \"primary\",\n                \"menu_type\": \"\",\n                \"menu_icon\": \"\",\n                \"menu_title\": \"\",\n                \"sk_menu_icon\": \"\",\n                \"sk_menu_icon_tablet\": \"\",\n                \"sk_menu_icon_mobile\": \"\",\n                \"image\": \"\",\n                \"image_width\": \"\",\n                \"image_link\": \"\",\n                \"it_text\": \"Copyright \\u00a9 2018 id@ms. All Rights Reserved.\",\n                \"it_link\": \"\",\n                \"sk_it\": \"font-size:13px;color:rgba(255,255,255,0.65);\",\n                \"sk_it_tablet\": \"\",\n                \"sk_it_mobile\": \"\",\n                \"it_icon\": \"\",\n                \"sk_it_icon\": \"\",\n                \"sk_it_icon_tablet\": \"\",\n                \"sk_it_icon_mobile\": \"\",\n                \"search_type\": \"form\",\n                \"search_cpt\": \"\",\n                \"search_placeholder\": \"\",\n                \"sk_search_title\": \"\",\n                \"sk_search_title_tablet\": \"\",\n                \"sk_search_title_mobile\": \"\",\n                \"search_form_width\": \"\",\n                \"sk_search_input\": \"\",\n                \"sk_search_input_tablet\": \"\",\n                \"sk_search_input_mobile\": \"\",\n                \"sk_search_con\": \"\",\n                \"sk_search_con_tablet\": \"\",\n                \"sk_search_con_mobile\": \"\",\n                \"sk_search_ajax\": \"\",\n                \"sk_search_ajax_tablet\": \"\",\n                \"sk_search_ajax_mobile\": \"\",\n                \"search_icon\": \"\",\n                \"sk_search_icon\": \"\",\n                \"sk_search_icon_tablet\": \"\",\n                \"sk_search_icon_mobile\": \"\",\n                \"sk_search_icon_in\": \"\",\n                \"sk_search_icon_in_tablet\": \"\",\n                \"sk_search_icon_in_mobile\": \"\",\n                \"inview_position_widget\": \"inview_left\",\n                \"sk_offcanvas\": \"\",\n                \"sk_offcanvas_tablet\": \"\",\n                \"sk_offcanvas_mobile\": \"\",\n                \"offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon\": \"\",\n                \"sk_offcanvas_icon_tablet\": \"\",\n                \"sk_offcanvas_icon_mobile\": \"\",\n                \"hf_elm_page\": \"\",\n                \"sk_hf_elm\": \"\",\n                \"hf_elm_tablet\": \"\",\n                \"hf_elm_mobile\": \"\",\n                \"hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon\": \"\",\n                \"sk_hf_elm_icon_tablet\": \"\",\n                \"sk_hf_elm_icon_mobile\": \"\",\n                \"shopcart_type\": \"cart_1\",\n                \"sk_shop_count\": \"\",\n                \"sk_shop_count_tablet\": \"\",\n                \"sk_shop_count_mobile\": \"\",\n                \"shopcart_icon\": \"\",\n                \"sk_shop_icon\": \"\",\n                \"sk_shop_icon_tablet\": \"\",\n                \"sk_shop_icon_mobile\": \"\",\n                \"sk_shop_content\": \"\",\n                \"sk_shop_content_tablet\": \"\",\n                \"sk_shop_content_mobile\": \"\",\n                \"line_type\": \"header_line_1\",\n                \"sk_line\": \"\",\n                \"sk_line_tablet\": \"\",\n                \"sk_line_mobile\": \"\",\n                \"btn_title\": \"\",\n                \"btn_link\": \"\",\n                \"sk_btn\": \"\",\n                \"sk_btn_tablet\": \"\",\n                \"sk_btn_mobile\": \"\",\n                \"sk_btn_hover\": \"\",\n                \"sk_btn_hover_tablet\": \"\",\n                \"sk_btn_hover_mobile\": \"\",\n                \"wpml_title\": \"translated_name\",\n                \"wpml_color\": \"\",\n                \"wpml_background\": \"\",\n                \"header_elements\": \"\",\n                \"custom\": \"\",\n                \"avatar_size\": \"\",\n                \"sk_avatar\": \"\",\n                \"sk_avatar_tablet\": \"\",\n                \"sk_avatar_mobile\": \"\",\n                \"avatar_link\": \"\",\n                \"elm_on_sticky\": \"\",\n                \"margin\": {\n                    \"top\": \"20px\",\n                    \"right\": \"\",\n                    \"bottom\": \"\",\n                    \"left\": \"\"\n                }\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 05:23:50\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '60d31293-a17b-4498-898f-11ec99b4566c', '', '', '2018-07-31 07:23:50', '2018-07-31 05:23:50', '', 0, 'http://ensabs.eu/idams/?p=1408', 0, 'customize_changeset', '', 0),
(1409, 4, '2018-07-31 07:39:18', '2018-07-31 05:39:18', '{\n    \"codevz_theme_options[footer_layout]\": {\n        \"value\": \"s6,s6\",\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 05:25:46\"\n    },\n    \"codevz_theme_options[_css_footer_a]\": {\n        \"value\": \"color:#ffffff;line-height: 2;\",\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 05:25:46\"\n    },\n    \"codevz_theme_options[_css_footer_widget_headlines]\": {\n        \"value\": \"font-size:18px;color:#ffffff;border-style:solid;border-width:0 0 1px;\",\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 05:26:46\"\n    },\n    \"codevz_theme_options[footer_2_center]\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 05:36:46\"\n    },\n    \"codevz_theme_options[footer_1_center]\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 05:31:46\"\n    },\n    \"codevz_theme_options[_css_backtotop]\": {\n        \"value\": \"font-size:16px;color:#ffffff;background-color:#38e7ff;margin-bottom:2.5em;border-style:solid;border-radius:30%;\",\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 05:39:18\"\n    },\n    \"codevz_theme_options[_css_cf7_beside_backtotop]\": {\n        \"value\": \"font-size:25px;color:#ffffff;background-color:#38e7ff;margin-right:5px;margin-bottom:1.5em;border-radius:30%;\",\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 05:38:46\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a101050e-ca91-42a5-8fc5-72a18c93059b', '', '', '2018-07-31 07:39:18', '2018-07-31 05:39:18', '', 0, 'http://ensabs.eu/idams/?p=1409', 0, 'customize_changeset', '', 0),
(1410, 4, '2018-07-31 15:46:58', '2018-07-31 13:46:58', '{\n    \"codevz_theme_options[_wp_login_links]\": {\n        \"value\": \"color:#000000;\",\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 13:46:39\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '9053ef4d-0bf6-4cd6-9cc4-2a528588c12a', '', '', '2018-07-31 15:46:58', '2018-07-31 13:46:58', '', 0, 'http://ensabs.eu/idams/?p=1410', 0, 'customize_changeset', '', 0),
(1411, 4, '2018-07-31 15:49:01', '2018-07-31 13:49:01', '{\n    \"codevz_theme_options[vc_disable_modules]\": {\n        \"value\": [\n            \"woocommerce_cart\",\n            \"woocommerce_checkout\",\n            \"woocommerce_order_tracking\",\n            \"woocommerce_my_account\",\n            \"recent_products\",\n            \"featured_products\",\n            \"product\",\n            \"products\",\n            \"add_to_cart\",\n            \"add_to_cart_url\",\n            \"product_page\",\n            \"product_category\",\n            \"product_categories\",\n            \"sale_products\",\n            \"best_selling_products\",\n            \"top_rated_products\",\n            \"product_attribute\",\n            \"vc_wp_search\",\n            \"vc_wp_meta\",\n            \"vc_wp_recentcomments\",\n            \"vc_wp_calendar\",\n            \"vc_wp_pages\",\n            \"vc_wp_tagcloud\",\n            \"vc_wp_custommenu\",\n            \"vc_wp_text\",\n            \"vc_wp_posts\",\n            \"vc_wp_categories\",\n            \"vc_wp_archives\",\n            \"vc_wp_rss\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 13:49:01\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd6df0159-389f-4e40-835d-a691f444e41c', '', '', '2018-07-31 15:49:01', '2018-07-31 13:49:01', '', 0, 'http://ensabs.eu/idams/?p=1411', 0, 'customize_changeset', '', 0),
(1412, 4, '2018-07-31 16:06:15', '0000-00-00 00:00:00', '{\n    \"codevz_theme_options[nicescroll]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 14:03:15\"\n    },\n    \"codevz_theme_options[nicescroll_opt]\": {\n        \"value\": [\n            {\n                \"railalign\": \"\",\n                \"cursorcolor\": \"\",\n                \"background\": \"\",\n                \"cursoropacitymin\": \"1\",\n                \"cursoropacitymax\": \"1\",\n                \"cursorwidth\": \"8px\",\n                \"cursorborderradius\": \"20px\",\n                \"scrollspeed\": \"\"\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 14:03:15\"\n    },\n    \"widget_text[2]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YTo3OntzOjU6InRpdGxlIjtzOjA6IiI7czo0OiJ0ZXh0IjtzOjQ0ODoiPGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS04MzciIHNyYz0iaHR0cDovL2Vuc2Ficy5ldS9pZGFtcy93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9pZGFtcy0yLnBuZyIgYWx0PSIiIHdpZHRoPSIyNTAiIGhlaWdodD0iMTAwIiAvPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5pZEBtcyBpcyBhbiBpbm5vdmF0aXZlIGRlYWxlciBtYW5hZ2VtZW50IHN5c3RlbSBkZXNpZ25lZCBtZXRpY3Vsb3VzbHkgdG8gYm9vc3QgeW91ciBhdXRvbW90aXZlIHJldGFpbCBhbmQgd2hvbGVzYWxlIGJ1c2luZXNzIHBlcmZvcm1hbmNlIGFuZCB0byBzZWFtbGVzc2x5IGludGVncmF0ZSBhbGwgb2YgdGhlIGRlcGFydG1lbnQgYXJlYXMsIGNlbnRyYWxpemluZyB0aGUgaW5mb3JtYXRpb24gYW5kIG9wdGltaXppbmcgeW91ciBidXNpbmVzcyByZXNvdXJjZXMuPC9wPiI7czo2OiJmaWx0ZXIiO3M6Mjoib24iO3M6NjoidmlzdWFsIjtzOjI6Im9uIjtzOjE2OiJjZW50ZXJfb25fbW9iaWxlIjtpOjE7czoxNDoiaGlkZV9vbl90YWJsZXQiO2k6MDtzOjE0OiJoaWRlX29uX21vYmlsZSI7aTowO30=\",\n            \"title\": \"\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"bd05f37b94094477b3bb9086e434b255\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 14:06:15\"\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '8e887d20-aa17-4868-9acc-fcf4dbac48a4', '', '', '2018-07-31 16:06:15', '2018-07-31 14:06:15', '', 0, 'http://ensabs.eu/idams/?p=1412', 0, 'customize_changeset', '', 0),
(1413, 4, '2018-07-31 16:39:15', '2018-07-31 14:39:15', '{\n    \"codevz_theme_options[social]\": {\n        \"value\": [\n            {\n                \"title\": \"Facebook\",\n                \"icon\": \"fa fa-facebook\",\n                \"link\": \"https://www.facebook.com/Ensabs-267557000656263/\"\n            },\n            {\n                \"title\": \"Twitter\",\n                \"icon\": \"fa fa-twitter\",\n                \"link\": \"https://twitter.com/ensabs\"\n            }\n        ],\n        \"type\": \"option\",\n        \"user_id\": 4,\n        \"date_modified_gmt\": \"2018-07-31 14:39:15\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd84e08fd-878d-43b5-bfe9-c66792df069e', '', '', '2018-07-31 16:39:15', '2018-07-31 14:39:15', '', 0, 'http://ensabs.eu/idams/2018/07/31/d84e08fd-878d-43b5-bfe9-c66792df069e/', 0, 'customize_changeset', '', 0);

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

--
-- Estructura de tabla para la tabla `wp_revslider_css`
--

CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text COLLATE utf8_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8_unicode_ci,
  `hover` longtext COLLATE utf8_unicode_ci,
  `advanced` longtext COLLATE utf8_unicode_ci,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Volcado de datos para la tabla `wp_revslider_css`
--

INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');

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

--
-- Estructura de tabla para la tabla `wp_revslider_layer_animations`
--

CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text COLLATE utf8_unicode_ci NOT NULL,
  `params` text COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Estructura de tabla para la tabla `wp_revslider_navigations`
--

CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Estructura de tabla para la tabla `wp_revslider_sliders`
--

CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8_unicode_ci,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci,
  `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Volcado de datos para la tabla `wp_revslider_sliders`
--

INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'ensabs', 'ensabs', '{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"ensabs\",\"alias\":\"ensabs\",\"shortcode\":\"[rev_slider alias=\\\\\\\"ensabs\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1240\",\"height\":\"750\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/xtratheme.com\\/architect\\/wp-content\\/uploads\\/sites\\/23\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"uranus\",\"navigation_arrows_preset\":\"custom\",\"ph-uranus-arrows-width-custom-def\":\"off\",\"ph-uranus-arrows-width-custom\":\"50\",\"ph-uranus-arrows-background-color-rgba-def\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-font-size-custom-def\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"40\",\"ph-uranus-arrows-height-custom-def\":\"off\",\"ph-uranus-arrows-height-custom\":\"50\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}', '{\"version\":5}', '');

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

--
-- Estructura de tabla para la tabla `wp_revslider_slides`
--

CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Volcado de datos para la tabla `wp_revslider_slides`
--

INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 2, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"kb_start_fit\":\"110\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/xtratheme.com\\/architect\\/wp-content\\/uploads\\/sites\\/23\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ensabs.eu\\/idams\\/wp-content\\/uploads\\/2018\\/07\\/rotativo2-1.png\",\"image_id\":\"1311\",\"0\":\"Remove\"}', '[]', '\"\"'),
(5, 1, 1, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"1310\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ensabs.eu\\/idams\\/wp-content\\/uploads\\/2018\\/07\\/rotativo1.png\",\"0\":\"Remove\"}', '[]', '\"\"'),
(6, 1, 3, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"1314\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"on\",\"ph-round-arrows-arrow-color-color\":\"#007aff\",\"ph-round-arrows-arrow-size-custom-slide\":\"on\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ensabs.eu\\/idams\\/wp-content\\/uploads\\/2018\\/07\\/rotativo3-1.png\",\"0\":\"Remove\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"50\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"40\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"50\"}', '[]', '\"\"');

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

--
-- Estructura de tabla para la tabla `wp_revslider_static_slides`
--

CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Volcado de datos para la tabla `wp_revslider_static_slides`
--

INSERT INTO `wp_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '{\"background_type\":\"trans\"}', '', '');

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

--
-- Estructura de tabla para la tabla `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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Estructura de tabla para la tabla `wp_terms`
--

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

--
-- Volcado de datos para la tabla `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorised', 'uncategorised', 0),
(2, 'Interview', 'interview', 0),
(3, 'News', 'news', 0),
(4, 'Tutorial', 'tutorial', 0),
(5, 'Uncategorized', 'uncategorized', 0),
(6, 'Updates', 'updates', 0),
(7, 'article', 'article', 0),
(8, 'computer', 'computer', 0),
(9, 'developer', 'developer', 0),
(10, 'famous', 'famous', 0),
(11, 'interview', 'interview', 0),
(12, 'it', 'it', 0),
(13, 'learn', 'learn', 0),
(14, 'money', 'money', 0),
(15, 'news', 'news', 0),
(16, 'notice', 'notice', 0),
(17, 'photography', 'photography', 0),
(18, 'post', 'post', 0),
(19, 'seo', 'seo', 0),
(20, 'technology', 'technology', 0),
(21, 'tutorial', 'tutorial', 0),
(22, 'tuts', 'tuts', 0),
(23, 'update', 'update', 0),
(24, 'website', 'website', 0),
(25, 'wordpress', 'wordpress', 0),
(26, 'WP', 'wp', 0),
(27, '3d', '3d', 0),
(28, '3D Design', '3d-design', 0),
(29, 'art', 'art', 0),
(30, 'bench', 'bench', 0),
(31, 'Brand', 'brand', 0),
(32, 'Brand Design', 'brand-design', 0),
(33, 'branding', 'branding', 0),
(34, 'Card', 'card', 0),
(35, 'Catalog', 'catalog', 0),
(36, 'Catalog', 'catalog', 0),
(37, 'chair', 'chair', 0),
(38, 'clock', 'clock', 0),
(39, 'creative', 'creative', 0),
(40, 'design', 'design', 0),
(41, 'gift', 'gift', 0),
(42, 'inspiration', 'inspiration', 0),
(43, 'inspire', 'inspire', 0),
(44, 'Logo Design', 'logo-design', 0),
(45, 'mockup', 'mockup', 0),
(46, 'personal', 'personal', 0),
(47, 'photographer', 'photographer', 0),
(48, 'Photography', 'photography', 0),
(49, 'photography', 'photography', 0),
(50, 'private', 'private', 0),
(51, 'self', 'self', 0),
(52, 'stamp', 'stamp', 0),
(53, 'tick', 'tick', 0),
(54, 'tock', 'tock', 0),
(55, 'Type', 'type', 0),
(56, 'Typewriter', 'typewriter', 0),
(57, 'Web Design', 'web-design', 0),
(58, 'wooden', 'wooden', 0),
(59, 'writer', 'writer', 0),
(61, 'Primary', 'primary', 0);

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

--
-- Estructura de tabla para la tabla `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_ci;

--
-- Volcado de datos para la tabla `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(53, 28, 0),
(53, 30, 0),
(53, 40, 0),
(53, 48, 0),
(53, 49, 0),
(53, 58, 0),
(55, 27, 0),
(55, 28, 0),
(55, 48, 0),
(55, 55, 0),
(55, 56, 0),
(55, 59, 0),
(57, 31, 0),
(57, 32, 0),
(57, 34, 0),
(57, 35, 0),
(57, 36, 0),
(68, 31, 0),
(68, 32, 0),
(68, 33, 0),
(68, 39, 0),
(68, 43, 0),
(68, 45, 0),
(68, 52, 0),
(70, 27, 0),
(70, 28, 0),
(70, 37, 0),
(70, 40, 0),
(70, 42, 0),
(70, 48, 0),
(131, 2, 0),
(131, 3, 0),
(131, 11, 0),
(131, 17, 0),
(131, 18, 0),
(134, 3, 0),
(134, 6, 0),
(134, 9, 0),
(134, 14, 0),
(134, 24, 0),
(137, 5, 0),
(137, 7, 0),
(137, 13, 0),
(137, 21, 0),
(137, 25, 0),
(140, 2, 0),
(140, 3, 0),
(140, 10, 0),
(140, 11, 0),
(140, 14, 0),
(143, 4, 0),
(143, 6, 0),
(143, 7, 0),
(143, 13, 0),
(143, 22, 0),
(143, 26, 0),
(159, 3, 0),
(159, 6, 0),
(159, 8, 0),
(159, 12, 0),
(159, 19, 0),
(159, 20, 0),
(160, 27, 0),
(160, 28, 0),
(160, 29, 0),
(160, 47, 0),
(160, 48, 0),
(160, 49, 0),
(160, 51, 0),
(260, 28, 0),
(260, 32, 0),
(260, 38, 0),
(260, 53, 0),
(260, 54, 0),
(263, 32, 0),
(263, 39, 0),
(263, 41, 0),
(263, 43, 0),
(263, 46, 0),
(263, 48, 0),
(263, 50, 0),
(779, 61, 0),
(825, 61, 0),
(902, 61, 0),
(904, 61, 0),
(982, 61, 0),
(1237, 1, 0);

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

--
-- Estructura de tabla para la tabla `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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 2),
(2, 2, 'category', '', 0, 2),
(3, 3, 'category', '', 0, 4),
(4, 4, 'category', '', 0, 1),
(5, 5, 'category', '', 0, 1),
(6, 6, 'category', '', 0, 3),
(7, 7, 'post_tag', '', 0, 2),
(8, 8, 'post_tag', '', 0, 1),
(9, 9, 'post_tag', '', 0, 1),
(10, 10, 'post_tag', '', 0, 1),
(11, 11, 'post_tag', '', 0, 2),
(12, 12, 'post_tag', '', 0, 1),
(13, 13, 'post_tag', '', 0, 2),
(14, 14, 'post_tag', '', 0, 2),
(15, 15, 'post_tag', '', 0, 0),
(16, 16, 'post_tag', '', 0, 0),
(17, 17, 'post_tag', '', 0, 1),
(18, 18, 'post_tag', '', 0, 1),
(19, 19, 'post_tag', '', 0, 1),
(20, 20, 'post_tag', '', 0, 1),
(21, 21, 'post_tag', '', 0, 1),
(22, 22, 'post_tag', '', 0, 1),
(23, 23, 'post_tag', '', 0, 0),
(24, 24, 'post_tag', '', 0, 1),
(25, 25, 'post_tag', '', 0, 1),
(26, 26, 'post_tag', '', 0, 1),
(27, 27, 'portfolio_tags', '', 0, 0),
(28, 28, 'portfolio_cat', '', 0, 0),
(29, 29, 'portfolio_tags', '', 0, 0),
(30, 30, 'portfolio_tags', '', 0, 0),
(31, 31, 'portfolio_tags', '', 0, 0),
(32, 32, 'portfolio_cat', '', 0, 0),
(33, 33, 'portfolio_tags', '', 0, 0),
(34, 34, 'portfolio_tags', '', 0, 0),
(35, 35, 'portfolio_cat', '', 0, 0),
(36, 36, 'portfolio_tags', '', 0, 0),
(37, 37, 'portfolio_tags', '', 0, 0),
(38, 38, 'portfolio_tags', '', 0, 0),
(39, 39, 'portfolio_tags', '', 0, 0),
(40, 40, 'portfolio_tags', '', 0, 0),
(41, 41, 'portfolio_tags', '', 0, 0),
(42, 42, 'portfolio_tags', '', 0, 0),
(43, 43, 'portfolio_tags', '', 0, 0),
(44, 44, 'portfolio_cat', '', 0, 0),
(45, 45, 'portfolio_tags', '', 0, 0),
(46, 46, 'portfolio_tags', '', 0, 0),
(47, 47, 'portfolio_tags', '', 0, 0),
(48, 48, 'portfolio_cat', '', 0, 0),
(49, 49, 'portfolio_tags', '', 0, 0),
(50, 50, 'portfolio_tags', '', 0, 0),
(51, 51, 'portfolio_tags', '', 0, 0),
(52, 52, 'portfolio_tags', '', 0, 0),
(53, 53, 'portfolio_tags', '', 0, 0),
(54, 54, 'portfolio_tags', '', 0, 0),
(55, 55, 'portfolio_tags', '', 0, 0),
(56, 56, 'portfolio_tags', '', 0, 0),
(57, 57, 'portfolio_cat', '', 0, 0),
(58, 58, 'portfolio_tags', '', 0, 0),
(59, 59, 'portfolio_tags', '', 0, 0),
(61, 61, 'nav_menu', '', 0, 5);

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

--
-- Estructura de tabla para la tabla `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) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(47, 3, 'nickname', 'Editor'),
(48, 3, 'first_name', 'Editor'),
(49, 3, 'last_name', ''),
(50, 3, 'description', ''),
(51, 3, 'rich_editing', 'true'),
(52, 3, 'syntax_highlighting', 'true'),
(53, 3, 'comment_shortcuts', 'false'),
(54, 3, 'admin_color', 'fresh'),
(55, 3, 'use_ssl', '0'),
(56, 3, 'show_admin_bar_front', 'true'),
(57, 3, 'locale', ''),
(58, 3, 'wp_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(59, 3, 'wp_user_level', '7'),
(60, 3, 'dismissed_wp_pointers', 'wp496_privacy,vc_pointers_backend_editor'),
(62, 3, 'wp_dashboard_quick_press_last_post_id', '1202'),
(63, 3, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"186.33.141.0\";}'),
(64, 3, 'closedpostboxes_dashboard', 'a:0:{}'),
(65, 3, 'metaboxhidden_dashboard', 'a:4:{i:0;s:19:\"dashboard_right_now\";i:1;s:18:\"dashboard_activity\";i:2;s:21:\"dashboard_quick_press\";i:3;s:17:\"dashboard_primary\";}'),
(66, 3, 'wp_user-settings', 'mfold=o&editor=tinymce&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=617px&edit_element_vcUIPanelTop=75px&libraryContent=browse'),
(67, 3, 'wp_user-settings-time', '1531937120'),
(74, 3, 'nav_menu_recently_edited', '61'),
(75, 3, '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\";}'),
(76, 3, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:23:\"add-post-type-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:17:\"add-portfolio_cat\";i:3;s:18:\"add-portfolio_tags\";}'),
(82, 4, 'nickname', 'Administrator'),
(83, 4, 'first_name', 'Washington'),
(84, 4, 'last_name', 'Velez'),
(85, 4, 'description', ''),
(86, 4, 'rich_editing', 'true'),
(87, 4, 'syntax_highlighting', 'true'),
(88, 4, 'comment_shortcuts', 'false'),
(89, 4, 'admin_color', 'fresh'),
(90, 4, 'use_ssl', '0'),
(91, 4, 'show_admin_bar_front', 'true'),
(92, 4, 'locale', ''),
(93, 4, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(94, 4, 'wp_user_level', '10'),
(95, 4, 'dismissed_wp_pointers', 'wp496_privacy,theme_editor_notice'),
(97, 4, 'wp_dashboard_quick_press_last_post_id', '1391'),
(98, 4, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"190.214.68.0\";}'),
(101, 4, 'wp_user-settings', 'mfold=o&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=640px&edit_element_vcUIPanelTop=74px&uploader=1&editor=tinymce'),
(102, 4, 'wp_user-settings-time', '1533046218'),
(103, 4, 'tgmpa_dismissed_notice_tgmpa', '1'),
(104, 4, 'closedpostboxes_dashboard', 'a:0:{}'),
(105, 4, 'metaboxhidden_dashboard', 'a:1:{i:0;s:17:\"dashboard_primary\";}'),
(106, 4, 'nav_menu_recently_edited', '61'),
(107, 4, '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\";}'),
(108, 4, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:23:\"add-post-type-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:17:\"add-portfolio_cat\";i:3;s:18:\"add-portfolio_tags\";}'),
(109, 4, '_clear_post_cache_on_update', '0'),
(110, 4, 'closedpostboxes_page', 'a:1:{i:0;s:16:\"codevz_page_meta\";}'),
(111, 4, 'metaboxhidden_page', 'a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),
(135, 4, 'session_tokens', 'a:1:{s:64:\"63005b23cec10dd22e5d63d7b6d9f6175eb7957dabc33c91169b33211494421f\";a:4:{s:10:\"expiration\";i:1533263913;s:2:\"ip\";s:14:\"190.214.68.169\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0\";s:5:\"login\";i:1533091113;}}');

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

--
-- Estructura de tabla para la tabla `wp_users`
--

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

--
-- Volcado de datos para la tabla `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
(3, 'Editor', '$P$BgfJ.XRxNDyFR9Q55U6z2tAZ5hBUAW.', 'editor', 'info@ensabs.eu', '', '2018-07-18 14:57:29', '', 0, 'Editor'),
(4, 'Administrator', '$P$BzbGJVtou46nBQJ4ok1dK34Y2DmYRc0', 'administrator', 'admin.web@ensabs.eu', '', '2018-07-25 17:18:51', '', 0, 'Washington Velez');

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

--
-- Estructura de tabla para la tabla `wp_wpmm_subscribers`
--

CREATE TABLE `wp_wpmm_subscribers` (
  `id_subscriber` bigint(20) NOT NULL,
  `email` varchar(50) NOT NULL,
  `insert_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Índices para tablas volcadas
--

--
-- Indices de la tabla `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `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));

--
-- Indices de la tabla `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indices de la tabla `wp_newsletter`
--
ALTER TABLE `wp_newsletter`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `email` (`email`),
  ADD KEY `wp_user_id` (`wp_user_id`);

--
-- Indices de la tabla `wp_newsletter_emails`
--
ALTER TABLE `wp_newsletter_emails`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_newsletter_sent`
--
ALTER TABLE `wp_newsletter_sent`
  ADD PRIMARY KEY (`email_id`,`user_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `email_id` (`email_id`);

--
-- Indices de la tabla `wp_newsletter_stats`
--
ALTER TABLE `wp_newsletter_stats`
  ADD PRIMARY KEY (`id`),
  ADD KEY `email_id` (`email_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indices de la tabla `wp_newsletter_user_logs`
--
ALTER TABLE `wp_newsletter_user_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indices de la tabla `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `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`);

--
-- Indices de la tabla `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indices de la tabla `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indices de la tabla `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`);

--
-- Indices de la tabla `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `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`);

--
-- Indices de la tabla `wp_wpmm_subscribers`
--
ALTER TABLE `wp_wpmm_subscribers`
  ADD PRIMARY KEY (`id_subscriber`);

--
-- AUTO_INCREMENT de las tablas volcadas
--

--
-- AUTO_INCREMENT de la tabla `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT de la tabla `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT de la tabla `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_newsletter`
--
ALTER TABLE `wp_newsletter`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de la tabla `wp_newsletter_emails`
--
ALTER TABLE `wp_newsletter_emails`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de la tabla `wp_newsletter_stats`
--
ALTER TABLE `wp_newsletter_stats`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_newsletter_user_logs`
--
ALTER TABLE `wp_newsletter_user_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de la tabla `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4258;

--
-- AUTO_INCREMENT de la tabla `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2995;

--
-- AUTO_INCREMENT de la tabla `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1414;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;

--
-- AUTO_INCREMENT de la tabla `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;

--
-- AUTO_INCREMENT de la tabla `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=136;

--
-- AUTO_INCREMENT de la tabla `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT de la tabla `wp_wpmm_subscribers`
--
ALTER TABLE `wp_wpmm_subscribers`
  MODIFY `id_subscriber` bigint(20) NOT NULL AUTO_INCREMENT;
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 */;
